rpms/apr/F-12 apr.spec,1.94,1.95

bojan bojan at fedoraproject.org
Sun Oct 25 06:08:56 UTC 2009


Author: bojan

Update of /cvs/pkgs/rpms/apr/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21942

Modified Files:
	apr.spec 
Log Message:
Remove uuid/crypt libs from pkg-config file.
Possible fix for bug #511522.


Index: apr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr/F-12/apr.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- apr.spec	28 Sep 2009 12:06:52 -0000	1.94
+++ apr.spec	25 Oct 2009 06:08:54 -0000	1.95
@@ -6,7 +6,7 @@
 Summary: Apache Portable Runtime library
 Name: apr
 Version: 1.3.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -70,6 +70,8 @@ sed -ri '/^dependency_libs/{s,-l(uuid|cr
       $RPM_BUILD_ROOT%{_libdir}/libapr*.la
 sed -ri '/^LIBS=/{s,-l(uuid|crypt) ,,g;s/  */ /g}' \
       $RPM_BUILD_ROOT%{_bindir}/apr-%{aprver}-config
+sed -ri '/^Libs/{s,-l(uuid|crypt) ,,g}' \
+      $RPM_BUILD_ROOT%{_libdir}/pkgconfig/apr-%{aprver}.pc
 
 %ifarch %{multilib_arches}
 # Ugly hack to allow parallel installation of 32-bit and 64-bit apr-devel 
@@ -121,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Sun Oct 25 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.9-3
+- remove uuid/crypt libs from pkg-config file
+
 * Mon Sep 28 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.9-2
 - revert use of accept4(), dup3() and epoll_create1()
 




More information about the scm-commits mailing list