rpms/libapreq2/devel libapreq2.spec,1.30,1.31

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Mon Oct 22 22:11:45 UTC 2007


Author: bojan

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

Modified Files:
	libapreq2.spec 
Log Message:
Only use pkg-config for --ldflags in apreq2-config.



Index: libapreq2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libapreq2/devel/libapreq2.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libapreq2.spec	22 Oct 2007 08:20:48 -0000	1.30
+++ libapreq2.spec	22 Oct 2007 22:11:12 -0000	1.31
@@ -2,7 +2,7 @@
 
 Name:           libapreq2
 Version:        2.09
-Release:        0.rc2.8%{?dist}
+Release:        0.rc2.9%{?dist}
 Summary:        Apache HTTP request library
 
 Group:          System Environment/Libraries
@@ -93,8 +93,7 @@
 
 # Fix multilib
 sed -i -e 's,^libdir=.*,libdir=`pkg-config --variable=libdir %{name}`,' \
-       -e 's,^LIBS=.*,LIBS=`pkg-config --libs-only-l %{name}`,' \
-       -e 's,^LDFLAGS=.*,LDFLAGS=`pkg-config --libs-only-L %{name}`,' \
+       -e 's,^LDFLAGS=.*,LDFLAGS=`pkg-config --libs %{name}`,' \
        -e 's,^INCLUDES=.*,INCLUDES=`pkg-config --cflags-only-I %{name}`,' \
         apreq2-config.in
 
@@ -173,6 +172,9 @@
 
 %changelog
 * Mon Oct 22 2007 Bojan Smojver <bojan at rexursive.com> - 2.09-0.rc2.8
+- only use pkg-config for --ldflags in apreq2-config (closer, but not perfect)
+
+* Mon Oct 22 2007 Bojan Smojver <bojan at rexursive.com> - 2.09-0.rc2.8
 - attempt to fix multilib issues (bug #341901)
 
 * Sat Sep 01 2007 Bojan Smojver <bojan at rexursive.com> - 2.09-0.rc2.7




More information about the fedora-extras-commits mailing list