rpms/libpqxx/devel libpqxx.spec,1.4,1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Sep 28 14:55:07 UTC 2005


Author: awjb

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

Modified Files:
	libpqxx.spec 
Log Message:
- fix #169441



Index: libpqxx.spec
===================================================================
RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpqxx.spec	27 Sep 2005 21:21:18 -0000	1.4
+++ libpqxx.spec	28 Sep 2005 14:55:05 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           libpqxx
 Version:        2.5.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        C++ client API for PostgreSQL
 
 Group:          System Environment/Libraries
@@ -30,9 +30,11 @@
 
 %prep
 %setup -q
+# Don't pull in extra crud when clients link 
+perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in
 
 %build
-%configure --enable-shared --disable-thread-safety
+%configure --enable-shared --disable-thread-safety --disable-static
 # I hate rpath... ;)
 %{__perl} -pi -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/;' \
 libtool
@@ -60,12 +62,14 @@
 %files devel
 %doc README-UPGRADE
 %{_bindir}/pqxx-config
-%{_libdir}/libpqxx.a
 %{_libdir}/libpqxx.so
 %{_includedir}/pqxx
 %{_libdir}/pkgconfig/libpqxx.pc
 
 %changelog
+* Wed Sep 28 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 2.5.5-6
+- fix #169441
+
 * Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 2.5.5-5
 - try fc5 build
 




More information about the fedora-extras-commits mailing list