Author: zbyniu Date: Thu May 4 22:27:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - simple gcc4 patch from FC
---- Files affected: SPECS: mknbi.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/mknbi.spec diff -u SPECS/mknbi.spec:1.20 SPECS/mknbi.spec:1.21 --- SPECS/mknbi.spec:1.20 Mon May 16 19:12:29 2005 +++ SPECS/mknbi.spec Fri May 5 00:27:48 2006 @@ -10,6 +10,7 @@ Group: Applications/System Source0: http://dl.sourceforge.net/etherboot/%{name}-%{version}.tar.gz # Source0-md5: 5ddafef0a582cfb2b3cd30951662e6e2 +Patch0: %{name}-gcc4.patch URL: http://etherboot.sourceforge.net/ BuildRequires: rpm-perlprov ExclusiveArch: %{ix86} @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ @@ -65,7 +67,7 @@ %{_libdir}/%{name}/rm* %{_libdir}/%{name}/lua %{_libdir}/%{name}/nfl -%attr(644,root,root) %{_mandir}/man?/* +%{_mandir}/man?/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -73,6 +75,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2006/05/04 22:27:48 zbyniu +- simple gcc4 patch from FC + Revision 1.20 2005/05/16 17:12:29 zbyniu - up to 1.4.4; BR: perl-base -> rpm-perlprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mknbi.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
