rpms/pkgconfig/devel pkgconfig.spec,1.55,1.56

Matthias Clasen mclasen at fedoraproject.org
Mon May 24 02:25:20 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/pkgconfig/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11787

Modified Files:
	pkgconfig.spec 
Log Message:
Go back to using the included popt



Index: pkgconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pkgconfig/devel/pkgconfig.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- pkgconfig.spec	24 May 2010 01:21:16 -0000	1.55
+++ pkgconfig.spec	24 May 2010 02:25:20 -0000	1.56
@@ -1,7 +1,7 @@
 Summary: A tool for determining compilation options
 Name: pkgconfig
 Version: 0.24
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://pkgconfig.freedesktop.org
@@ -31,7 +31,6 @@ compiler and linker flags.
 %configure \
         --disable-shared \
         --with-installed-glib \
-        --with-installed-popt \
         --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig
 make
 
@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/pk
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun May 23 2010 Matthias Clasen <mclasen at redhat.com> 0.24-2
+- Go back to using the included popt
+
 * Sun May 23 2010 Matthias Clasen <mclasen at redhat.com> 0.24-1
 - Update to 0.24
 - Use system glib, popt



More information about the scm-commits mailing list