Author: qboosh Date: Sat Feb 9 01:08:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - unified
---- Files affected: SPECS: crossdjgpp-platform.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/crossdjgpp-platform.spec diff -u SPECS/crossdjgpp-platform.spec:1.15 SPECS/crossdjgpp-platform.spec:1.16 --- SPECS/crossdjgpp-platform.spec:1.15 Thu Jan 24 02:22:59 2008 +++ SPECS/crossdjgpp-platform.spec Sat Feb 9 02:08:49 2008 @@ -7,12 +7,11 @@ Epoch: 1 License: GPL Group: Development/Libraries -URL: http://www.delorie.com/djgpp/ Source0: http://www.delorie.com/pub/djgpp/current/v2/djcrx%{version}.zip # Source0-md5: dbaceb26365a14e702f2e1c9def16afc -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +URL: http://www.delorie.com/djgpp/ BuildRequires: unzip -PreReq: fix-info-dir +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define target i386-pc-msdosdjgpp %define arch %{_prefix}/%{target} @@ -65,17 +64,21 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files %defattr(644,root,root,755) -%{arch} -%{_infodir}/* -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/stubedit +%attr(755,root,root) %{_bindir}/stubify +%dir %{arch} +%{arch}/bin +%{arch}/include +%{arch}/lib +%{_infodir}/djgpp-libc.info* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,6 +86,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008-02-09 01:08:49 qboosh +- unified + Revision 1.15 2008-01-24 01:22:59 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossdjgpp-platform.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
