diff --git a/pkgconfig.spec b/pkgconfig.spec index d2c7ff7..e675677 100644 --- a/pkgconfig.spec +++ b/pkgconfig.spec @@ -1,7 +1,7 @@ Summary: A tool for determining compilation options Name: pkgconfig Version: 0.21 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPL URL: http://pkgconfig.freedesktop.org @@ -23,15 +23,14 @@ compiler and linker flags. %patch2 -p1 -b .compat-loop %build -%configure --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig +%configure --disable-shared --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig -strip $RPM_BUILD_ROOT%{_bindir}/* %clean rm -rf $RPM_BUILD_ROOT @@ -46,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Fri Feb 2 2007 Matthias Clasen - 1:0.21-4 +- Address some package review complaints + * Mon Jan 29 2007 Matthias Clasen - 1:0.21-3 - Fix a problem where calling glib-config can lead to an infinite loop