rpms/pgadmin3/F-7 .cvsignore, 1.7, 1.8 pgadmin3.spec, 1.15, 1.16 sources, 1.7, 1.8

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Thu Nov 15 03:48:33 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/pgadmin3/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12403

Modified Files:
	.cvsignore pgadmin3.spec sources 
Log Message:
- Update to 1.8.0
- Fix requires and buildrequires
- Improve description
- Added -docs subpackage
- add 2 new configure options, per upstream
- Fix path for xpm file




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/F-7/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Apr 2007 19:04:56 -0000	1.7
+++ .cvsignore	15 Nov 2007 03:48:00 -0000	1.8
@@ -1 +1 @@
-pgadmin3-1.6.3.tar.gz
+pgadmin3-1.8.0.tar.gz


Index: pgadmin3.spec
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/F-7/pgadmin3.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pgadmin3.spec	4 Apr 2007 19:04:56 -0000	1.15
+++ pgadmin3.spec	15 Nov 2007 03:48:00 -0000	1.16
@@ -1,32 +1,54 @@
 Summary:	Graphical client for PostgreSQL
 Name:		pgadmin3
-Version:	1.6.3
+Version:	1.8.0
 Release:	1%{?dist}
-
 License:	Artistic
 Group:		Applications/Databases
-Source:     ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.3.tar.gz
+Source:		ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.8.0/src/pgadmin3-1.8.0.tar.gz
 URL:		http://www.pgadmin.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel libxml2-devel libxslt-devel
+BuildRequires:	wxGTK-devel postgresql-devel desktop-file-utils openssl-devel libxml2-devel libxslt-devel
+Requires:	wxGTK
 
 %description
-pgAdmin III is a comprehensive PostgreSQL database design
-and management system for *nix and Windows systems.
+pgAdmin III is a powerful administration and development
+platform for the PostgreSQL database, free for any use.
+It is designed to answer the needs of all users,
+from writing simple SQL queries to developing complex
+databases. The graphical interface supports all PostgreSQL
+features and makes administration easy.
+
+pgAdmin III is designed to answer the needs of all users, 
+from writing simple SQL queries to developing complex databases. 
+The graphical interface supports all PostgreSQL features and 
+makes administration easy. The application also includes a syntax 
+highlighting SQL editor, a server-side code editor, an 
+SQL/batch/shell job scheduling agent, support for the Slony-I 
+replication engine and much more. No additional drivers are 
+required to communicate with the database server.
+
+%package docs
+Summary:	Documentation for pgAdmin3
+Group:		Applications/Databases
+Requires:	%{name} = %{version}
+
+%description docs
+This package contains documentation for various languages,
+which are in html format.
 
 %prep
 %setup -q
 
 %build
 export LIBS="-lwx_gtk2u_core-2.8"
-%configure --with-wx-version=2.8
-make %{?_smp_mflags}
+%configure --disable-debug --with-wx-version=2.8 --with-wx=/usr
+make %{?_smp_mflags} all
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-cp -f ./src/include/images/elephant48.xpm $RPM_BUILD_ROOT/%{_datadir}/%{name}/%{name}.xpm
+cp -f ./pkg/debian/pgadmin3.xpm $RPM_BUILD_ROOT/%{_datadir}/%{name}/%{name}.xpm
 
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
 
@@ -47,7 +69,20 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 
+%files docs
+%defattr(-,root,root)
+%doc docs/*
+
 %changelog
+
+* Wed Nov 14 2007 Devrim GUNDUZ <devrim at commandprompt.com> 1.8.0-1
+- Update to 1.8.0
+- Fix requires and buildrequires
+- Improve description
+- Added -docs subpackage
+- add 2 new configure options, per upstream
+- Fix path for xpm file
+
 * Wed Apr 04 2007 Warren Togami <wtogami at redhat.com> - 1.6.3-1
 - 1.6.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Apr 2007 19:04:56 -0000	1.7
+++ sources	15 Nov 2007 03:48:00 -0000	1.8
@@ -1 +1 @@
-d3ab37cec763895b05803338f09331e4  pgadmin3-1.6.3.tar.gz
+fdcf7b211971790db4f5f5c5081a63f8  pgadmin3-1.8.0.tar.gz




More information about the fedora-extras-commits mailing list