[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/pkgconfig/devel pkgconfig.spec,1.18,1.19
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/pkgconfig/devel pkgconfig.spec,1.18,1.19
- Date: Fri, 8 Jul 2005 09:58:40 -0400
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 redhat com> 1:0.18.1-2
+- Fix the default search path
+
* Thu Jul 7 2005 Matthias Clasen <mclasen redhat com> 1:0.18.1-1
- Update to 0.18.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]