Author: czarny Date: Sun Feb 25 15:07:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - no bin, just dirs
---- Files affected: SPECS: crossmingw32-pkgconfig.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/crossmingw32-pkgconfig.spec diff -u SPECS/crossmingw32-pkgconfig.spec:1.4 SPECS/crossmingw32-pkgconfig.spec:1.5 --- SPECS/crossmingw32-pkgconfig.spec:1.4 Mon Feb 12 23:09:09 2007 +++ SPECS/crossmingw32-pkgconfig.spec Sun Feb 25 16:07:13 2007 @@ -14,9 +14,7 @@ # Source0-md5: fb42402593e4198bc252ab248dd4158b URL: http://pkgconfig.freedesktop.org/wiki/ BuildRequires: automake -BuildRequires: crossmingw32-gettext -BuildRequires: crossmingw32-glib2 >= 2.0 -BuildRequires: crossmingw32-libiconv +Requires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # NOTE: don't try tu use system glib-1.2.x and popt - it BREAKS things. @@ -63,19 +61,10 @@ %prep %setup -q -n pkg-config-%{version} -%build -cp -f /usr/share/automake/config.* . -cp -f /usr/share/automake/config.* glib-1.2.8 -%configure \ - --host=%{target} - -%{__make} - %install rm -rf $RPM_BUILD_ROOT - -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT +install -d \ + $RPM_BUILD_ROOT%{_libdir}/pkgconfig %clean rm -rf $RPM_BUILD_ROOT @@ -83,7 +72,7 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* +%dir %{_libdir}/pkgconfig %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -91,6 +80,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/02/25 15:07:13 czarny +- no bin, just dirs + Revision 1.4 2007/02/12 22:09:09 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/crossmingw32-pkgconfig.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
