SPECS: grub.spec - 1.95, builds, not tested

glen glen at pld-linux.org
Tue Dec 5 17:04:45 CET 2006


Author: glen                         Date: Tue Dec  5 16:04:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.95, builds, not tested

---- Files affected:
SPECS:
   grub.spec (1.106 -> 1.107) 

---- Diffs:

================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.106 SPECS/grub.spec:1.107
--- SPECS/grub.spec:1.106	Mon Nov 13 15:56:53 2006
+++ SPECS/grub.spec	Tue Dec  5 17:04:40 2006
@@ -13,33 +13,33 @@
 Summary(pl):	GRUB - bootloader dla x86
 Summary(pt_BR):	Gerenciador de inicializaçăo GRUB
 Name:		grub
-Version:	0.97
-Release:	2.1
+Version:	1.95
+Release:	0.1
 License:	GPL
 Group:		Base
 Source0:	ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
-# Source0-md5:	cd3f3eb54446be6003156158d51f4884
+# Source0-md5:	4ea234d8fc5d551f61bc65e553e51399
 Source1:	%{name}-linux-menu.lst
 Source2:	%{name}-rebootin.awk
 Source3:	%{name}_functions.sh
 Source4:	%{name}-splash.xpm.gz
 # Source4-md5:	2842e2955603e3b6d722690b3cdd48a9
 Patch0:		%{name}-install.in.patch
-Patch1:		%{name}-endedit.patch
-Patch2:		%{name}-append.patch
+#Patch1:		%{name}-endedit.patch
+#Patch2:		%{name}-append.patch
 Patch3:		%{name}-bootonce.patch
 Patch4:		%{name}-graphics.patch
 Patch5:		%{name}-splashimagehelp.patch
 Patch6:		%{name}-graphics-bootterm.patch
-Patch7:		%{name}-special-device-names.patch
+#Patch7:		%{name}-special-device-names.patch
 Patch8:		%{name}-0.94-diskless-1.patch
 Patch9:		%{name}-0.94-diskless-fixtg3.patch
-Patch10:	%{name}-geometry-26kernel.patch
-Patch11:	%{name}-i2o.patch
-Patch12:	%{name}-initrdmax.patch
-Patch13:	%{name}-gcc4.patch
-Patch14:	%{name}-useless.patch
-Patch15:	%{name}-0.97-reiser4-20050808.diff
+#Patch10:	%{name}-geometry-26kernel.patch
+#Patch11:	%{name}-i2o.patch
+#Patch12:	%{name}-initrdmax.patch
+#Patch13:	%{name}-gcc4.patch
+#Patch14:	%{name}-useless.patch
+#Patch15:	%{name}-0.97-reiser4-20050808.diff
 URL:		http://www.gnu.org/software/grub/grub.en.html
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -140,30 +140,33 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
-%patch2 -p1
+#%patch1 -p0 CHECKME
+#%patch2 -p1 CHECKME
 #%%patch3 -p1
 %{?with_splashimage:%patch4 -p1}
 %{?with_splashimage:%patch5 -p1}
 %{?with_splashimage:%patch6 -p1}
-%patch7 -p1
+#%patch7 -p1 CHECKME
 #%patch8 -p1
 #%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
+#%patch10 -p1 CHECKME
+#%patch11 -p1 CHECKME
+#%patch12 -p1 CHECKME
+#%patch13 -p1 CHECKME
+#%patch14 -p1 CHECKME
+#%patch15 -p1 UPDATE OR DROP
 
 rm -rf doc/*info*
 
 %build
+%if 0
+// needs ac 2.60 fix
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
+%endif
 CFLAGS="-Os %{?debug:-g} -fno-strict-aliasing" ; export CFLAGS
 %if %{with static}
 LDFLAGS="-static"; export LDFLAGS
@@ -247,25 +250,30 @@
 
 %files
 %defattr(644,root,root,755)
-%doc TODO BUGS NEWS ChangeLog docs/menu.lst
+%doc TODO NEWS ChangeLog
 %dir %{_libdir}/grub
-%{_libdir}/grub/*stage*
+#%{_libdir}/grub/*stage*
 %{_libdir}/grub/splash.xpm.gz
 %config(noreplace) %verify(not md5 mtime size) %{_libdir}/grub/menu.lst
+%config(noreplace) %verify(not md5 mtime size) %{_libdir}/grub/command.lst
+%config(noreplace) %verify(not md5 mtime size) %{_libdir}/grub/fs.lst
+%config(noreplace) %verify(not md5 mtime size) %{_libdir}/grub/moddep.lst
+%{_libdir}/grub/*.mod
+%{_libdir}/grub/*.img
 %attr(754,root,root) %{_bindir}/*
 %attr(754,root,root) %{_sbindir}/*
-%{_infodir}/*.info*
-%{_mandir}/*/*
+#%{_infodir}/*.info*
+#%{_mandir}/*/*
 /etc/sysconfig/rc-boot/%{name}_functions.sh
 
-%if !%{with splashimage}
+%if %{without splashimage}
 %files nb
 %defattr(644,root,root,755)
-%{_libdir}/grub/nbgrub
+#%{_libdir}/grub/nbgrub
 
 %files pxe
 %defattr(644,root,root,755)
-%{_libdir}/grub/pxegrub
+#%{_libdir}/grub/pxegrub
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -274,6 +282,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.107  2006/12/05 16:04:40  glen
+- 1.95, builds, not tested
+
 Revision 1.106  2006/11/13 14:56:53  sparky
 - don't use %{without ...}, it may not work after inverting bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/grub.spec?r1=1.106&r2=1.107&f=u



More information about the pld-cvs-commit mailing list