[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/pkgconfig/FC-4 .cvsignore, 1.7, 1.8 pkgconfig.spec, 1.16, 1.17 sources, 1.7, 1.8



Author: mclasen

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

Modified Files:
	.cvsignore pkgconfig.spec sources 
Log Message:
Update to 0.20.0



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	9 Sep 2004 10:32:57 -0000	1.7
+++ .cvsignore	31 Oct 2005 18:35:30 -0000	1.8
@@ -1 +1,2 @@
 pkgconfig-0.15.0.tar.gz
+pkg-config-0.20.tar.gz


Index: pkgconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/FC-4/pkgconfig.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pkgconfig.spec	30 Mar 2005 16:25:01 -0000	1.16
+++ pkgconfig.spec	31 Oct 2005 18:35:30 -0000	1.17
@@ -1,19 +1,12 @@
 Summary: A tool for determining compilation options.
 Name: pkgconfig
-Version: 0.15.0
-Release: 6
+Version: 0.20.0
+Release: 1.fc4.1
 Epoch: 1
 License: GPL
 Group: Development/Tools
-Source:  http://www.freedesktop.org/software/pkgconfig/releases/%{name}-%{version}.tar.gz
+Source:  http://www.freedesktop.org/software/pkgconfig/releases/pkg-config-%{version}.tar.gz
 BuildPrereq: autoconf213 automake14
-# https://bugs.freedesktop.org/show_bug.cgi?id=125
-Patch1:  pkgconfig-0.14.0-lib64.patch
-# https://bugs.freedesktop.org/show_bug.cgi?id=119
-Patch2:  pkgconfig-0.14.0-datadir.patch
-Patch3:  pkgconfig-0.15.0-quote.patch
-# https://bugs.freedesktop.org/show_bug.cgi?id=2661 
-Patch4:  pkgconfig-0.15.0-overflow.patch
 Patch5:  pkgconfig-0.15.0-reqprov.patch
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -23,24 +16,21 @@
 compiler and linker flags.
 
 %prep
-%setup -q
-%patch1 -p1 -b .lib64
-%patch2 -p1 -b .datadir
-%patch3 -p1 -b .quote
-%patch4 -p1 -b .overflow
+%setup -n pkg-config-%{version} -q
 %patch5 -p1 -b .reqprov
-autoheader-2.13
-autoconf-2.13
-automake-1.4
+autoheader
+autoconf
+automake-1.7
 
 %build
-%configure
+%configure --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
 strip $RPM_BUILD_ROOT%{_bindir}/*
 
 %clean
@@ -51,9 +41,13 @@
 %{_mandir}/*/*
 %{_bindir}/*
 %{_libdir}/pkgconfig
+%{_datadir}/pkgconfig
 %{_datadir}/aclocal/*
 
 %changelog
+* Mon Oct 31 2005 Matthias Clasen <mclasen redhat com> 1:0.20.0-1.fc4.1
+- Update to 0.20.0 
+
 * Wed Mar 30 2005 Matthias Clasen <mclasen redhat com> 1:0.15.0-6
 - add --print-requires and --print-provide options
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	9 Sep 2004 10:32:57 -0000	1.7
+++ sources	31 Oct 2005 18:35:30 -0000	1.8
@@ -1 +1 @@
-a7e4f60a6657dbc434334deb594cc242  pkgconfig-0.15.0.tar.gz
+fb42402593e4198bc252ab248dd4158b  pkg-config-0.20.tar.gz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]