rpms/pgadmin3/EL-5 .cvsignore, 1.5, 1.6 pgadmin3.spec, 1.12, 1.13 sources, 1.5, 1.6

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Thu Jun 19 03:54:32 UTC 2008


Author: devrim

Update of /cvs/extras/rpms/pgadmin3/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28872

Modified Files:
	.cvsignore pgadmin3.spec sources 
Log Message:
Initial import of pgadmin3 to EL-5.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	28 Aug 2006 21:07:22 -0000	1.5
+++ .cvsignore	19 Jun 2008 03:53:26 -0000	1.6
@@ -1 +1 @@
-pgadmin3-1.4.3.tar.gz
+pgadmin3-1.8.4.tar.gz


Index: pgadmin3.spec
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/EL-5/pgadmin3.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pgadmin3.spec	9 Oct 2006 08:45:49 -0000	1.12
+++ pgadmin3.spec	19 Jun 2008 03:53:26 -0000	1.13
@@ -1,31 +1,54 @@
 Summary:	Graphical client for PostgreSQL
 Name:		pgadmin3
-Version:	1.4.3
-Release:    6%{?dist}
-
+Version:	1.8.4
+Release:	1%{?dist}
 License:	Artistic
 Group:		Applications/Databases
-Source:     ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.3/src/pgadmin3-1.4.3.tar.gz
+Source:		ftp://ftp.postgresql.org/pub/pgadmin3/release/v%{version}/src/%{name}-%{version}.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
+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
-%configure
-make %{?_smp_mflags}
+export LIBS="-lwx_gtk2u_core-2.8"
+%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
 
@@ -41,55 +64,15 @@
 
 %files
 %defattr(-, root, root)
-%doc LICENCE.txt BUGS.txt README.txt
+%doc BUGS CHANGELOG LICENSE README
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 
-%changelog
-* Mon Oct 09 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.3-6
-- Rebuild for FC6
-
-* Tue Aug 29 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.3-5
-- Should have Developement and keeping this version one ahead for
-  upgrading in FC-6
-
-* Mon Aug 28 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.3-3
-- Moved icon to Devel and updated for FC-6
-
-* Sat Jul 30 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.3-2
-- Removed gcc41 patch
-
-* Sat Jul 29 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.3-1
-- Updated to latest 
-- Sorry for delay
-
-* Wed Feb 16 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.4.1-2
-- Applied Dennis' fixes according to Bug #181632
-
-* Wed Feb 15 2006 Dennis Gilmore <dennis at ausil.us> - 1.4.1-1
-- update to 1.4.1
-
-* Thu Dec 8 2005 Gavin Henry <ghenry at suretecsystems.com> - 1.4.0-2
-- Removed specific lib includes, not needed anymore 
-
-* Wed Dec 7 2005 Gavin Henry <ghenry at suretecsystems.com> - 1.4.0-1
-- Updated to latest release
-
-* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0.2-5
-- rebuild on all arches
-
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
-
-* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.3
-- include LICENCE.txt BUGS.txt README.txt
-- Use master location in Source
-- Don't --delete-original .desktop file.
-* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.2
-- Don't own _datadir/applications/
-- Fedora -> fedora for .desktop file
-- Use _smp_mflags for make
-* Wed Oct 06 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.1
-- Initial RPM
+%files docs
+%defattr(-,root,root)
+%doc docs/*
 
+%changelog
+* Thu Jun 19 2008 Devrim GUNDUZ <devrim at commandprompt.com> 1.8.4-1
+- Initial import of pgadmin3 to EL-4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	28 Aug 2006 21:07:22 -0000	1.5
+++ sources	19 Jun 2008 03:53:26 -0000	1.6
@@ -1 +1 @@
-28388816f867cd8723a4c0a460cf26b4  pgadmin3-1.4.3.tar.gz
+12fc6027f651788615a7fa1c6ddbcdb3  pgadmin3-1.8.4.tar.gz




More information about the fedora-extras-commits mailing list