rpms/pgadmin3/devel pgadmin3.spec,1.13,1.14

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Thu Dec 28 21:10:47 UTC 2006


Author: tibbs

Update of /cvs/extras/rpms/pgadmin3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19884

Modified Files:
	pgadmin3.spec 
Log Message:
* Thu Dec 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.6.1-2
- A couple of minor fixes to get things building in rawhide.



Index: pgadmin3.spec
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pgadmin3.spec	5 Dec 2006 22:43:32 -0000	1.13
+++ pgadmin3.spec	28 Dec 2006 21:10:17 -0000	1.14
@@ -1,14 +1,15 @@
 Summary:	Graphical client for PostgreSQL
 Name:		pgadmin3
 Version:	1.6.1
-Release:    1%{?dist}
+Release:	2%{?dist}
 
 License:	Artistic
 Group:		Applications/Databases
 Source:     ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.6.1/src/pgadmin3-1.6.1.tar.gz
+Patch0:		pgadmin3-1.6.1-frm.patch
 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:	wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel libxml2-devel libxslt-devel
 
 %description
 pgAdmin III is a comprehensive PostgreSQL database design
@@ -16,9 +17,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
-%configure
+export LIBS="-lwx_gtk2u_core-2.8"
+%configure --with-wx-version=2.8
 make %{?_smp_mflags}
 
 %install
@@ -41,12 +44,15 @@
 
 %files
 %defattr(-, root, root)
-%doc LICENCE.txt BUGS.txt README.txt
+%doc BUGS CHANGELOG LICENSE README
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 
 %changelog
+* Thu Dec 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.6.1-2
+- A couple of minor fixes to get things building in rawhide.
+
 * Tue Dec 05 2006 Gavin Henry <ghenry at suretecsystems.com> - 1.6.1-1
 - Update for 1.6.1. Now needs wxGTK 2.7+
 




More information about the fedora-extras-commits mailing list