rpms/pkgconfig/devel pkgconfig.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 8 13:58:40 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/pkgconfig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9692

Modified Files:
	pkgconfig.spec 
Log Message:
Fix the default search path



Index: pkgconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/devel/pkgconfig.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pkgconfig.spec	7 Jul 2005 20:21:38 -0000	1.18
+++ pkgconfig.spec	8 Jul 2005 13:58:38 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: A tool for determining compilation options.
 Name: pkgconfig
 Version: 0.18.1
-Release: 1
+Release: 2
 Epoch: 1
 License: GPL
 Group: Development/Tools
@@ -26,7 +26,7 @@
 automake-1.7
 
 %build
-%configure
+%configure --with-pc-path=$libdir/pkgconfig:$datadir/pkgconfig
 make
 
 %install
@@ -46,6 +46,9 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Fri Jul  8 2005 Matthias Clasen <mclasen at redhat.com> 1:0.18.1-2
+- Fix the default search path
+
 * Thu Jul  7 2005 Matthias Clasen <mclasen at redhat.com> 1:0.18.1-1
 - Update to 0.18.1
 




More information about the fedora-cvs-commits mailing list