rpms/libapreq2/devel libapreq2.spec,1.33,1.34

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Fri Oct 26 02:21:39 UTC 2007


Author: bojan

Update of /cvs/pkgs/rpms/libapreq2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30030

Modified Files:
	libapreq2.spec 
Log Message:
Be more cautious and use pkg-config for LIBS too.



Index: libapreq2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libapreq2/devel/libapreq2.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libapreq2.spec	22 Oct 2007 22:19:49 -0000	1.33
+++ libapreq2.spec	26 Oct 2007 02:21:04 -0000	1.34
@@ -2,7 +2,7 @@
 
 Name:           libapreq2
 Version:        2.09
-Release:        0.rc2.10%{?dist}
+Release:        0.rc2.11%{?dist}
 Summary:        Apache HTTP request library
 
 Group:          System Environment/Libraries
@@ -94,6 +94,7 @@
 # Fix multilib
 sed -i -e 's,^libdir=.*,libdir=`pkg-config --variable=libdir %{name}`,' \
        -e 's,^LDFLAGS=.*,LDFLAGS=`pkg-config --libs %{name}`,' \
+       -e 's,^LIBS=.*,LIBS=`pkg-config --libs %{name}`,' \
        -e 's,^INCLUDES=.*,INCLUDES=`pkg-config --cflags-only-I %{name}`,' \
         apreq2-config.in
 
@@ -171,6 +172,9 @@
 
 
 %changelog
+* Fri Oct 26 2007 Bojan Smojver <bojan at rexursive.com> - 2.09-0.rc2.11
+- err on the side of caution and include more in LIBS
+
 * Tue Oct 23 2007 Bojan Smojver <bojan at rexursive.com> - 2.09-0.rc2.10
 - retag for rebuild
 




More information about the fedora-extras-commits mailing list