rpms/libapreq2/F-8 libapreq2.spec,1.30,1.31

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


Author: bojan

Update of /cvs/pkgs/rpms/libapreq2/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30179

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/F-8/libapreq2.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libapreq2.spec	23 Oct 2007 03:00:01 -0000	1.30
+++ libapreq2.spec	26 Oct 2007 02:23:34 -0000	1.31
@@ -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