SPECS: pkgconfig.spec - updated to 0.19 (back to pkgconfig instead...
qboosh
qboosh at pld-linux.org
Sun Jul 17 23:05:14 CEST 2005
Author: qboosh Date: Sun Jul 17 21:05:14 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.19 (back to pkgconfig instead of pkg-config in *.pc paths)
- added dir for noarch *.pc files
---- Files affected:
SPECS:
pkgconfig.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/pkgconfig.spec
diff -u SPECS/pkgconfig.spec:1.39 SPECS/pkgconfig.spec:1.40
--- SPECS/pkgconfig.spec:1.39 Sat Jul 2 11:15:53 2005
+++ SPECS/pkgconfig.spec Sun Jul 17 23:05:08 2005
@@ -5,18 +5,20 @@
Summary(ru): éÎÓÔŇŐÍĹÎÔ ÄĚŃ ĎĐŇĹÄĹĚĹÎÉŃ ĎĐĂÉĘ ËĎÍĐÉĚŃĂÉÉ
Summary(uk): śÎÓÔŇŐÍĹÎÔ ÄĚŃ ×ÉÚÎÁŢĹÎÎŃ ĎĐĂŚĘ ËĎÍĐŚĚŃĂŚ§
Name: pkgconfig
-Version: 0.18.1
-Release: 2
+Version: 0.19
+Release: 1
Epoch: 1
License: GPL
Group: Development/Tools
Source0: http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz
-# Source0-md5: 311e86f828e1da62163c927dbe27c0c3
+# Source0-md5: 25f106d2cc82a0013f5bdc89875d5790
# it's not directory, don't add /
URL: http://www.freedesktop.org/wiki/Software_2fpkgconfig
BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _noarchpkgconfigdir %{_datadir}/pkgconfig
+
# NOTE: don't try tu use system glib-1.2.x and popt - it BREAKS things.
# See http://bugzilla.gnome.org/show_bug.cgi?id=63208.
# Always use internal (modified) copies of glib/popt) --misiek
@@ -51,13 +53,13 @@
%build
cp -f /usr/share/automake/config.* .
cp -f /usr/share/automake/config.* glib-1.2.8
-%configure \
- --with-pc-path="%{_pkgconfigdir}"
+%configure
+
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
+install -d $RPM_BUILD_ROOT{%{_pkgconfigdir},%{_noarchpkgconfigdir}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
@@ -71,6 +73,7 @@
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
%{_pkgconfigdir}
+%{_noarchpkgconfigdir}
%{_aclocaldir}/*
%{_mandir}/man1/*
@@ -80,6 +83,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2005/07/17 21:05:08 qboosh
+- updated to 0.19 (back to pkgconfig instead of pkg-config in *.pc paths)
+- added dir for noarch *.pc files
+
Revision 1.39 2005/07/02 09:15:53 qboosh
- restored old pc path, release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pkgconfig.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list