rpms/pgadmin3/F-8 pgadmin3.spec,1.15,1.16

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Wed Nov 14 21:57:29 UTC 2007


Author: devrim

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

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




Index: pgadmin3.spec
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/F-8/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	14 Nov 2007 21:56:56 -0000	1.16
@@ -1,26 +1,48 @@
 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
@@ -47,7 +69,19 @@
 %{_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
+
 * Wed Apr 04 2007 Warren Togami <wtogami at redhat.com> - 1.6.3-1
 - 1.6.3
 




More information about the fedora-extras-commits mailing list