SPECS: grub2.spec - mode /boot/grub -> /boot/grub2 changes - versi...
sparky
sparky at pld-linux.org
Thu Mar 16 21:21:16 CET 2006
Author: sparky Date: Thu Mar 16 20:21:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- mode /boot/grub -> /boot/grub2 changes
- version is 1.93
---- Files affected:
SPECS:
grub2.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/grub2.spec
diff -u SPECS/grub2.spec:1.27 SPECS/grub2.spec:1.28
--- SPECS/grub2.spec:1.27 Thu Mar 16 21:06:24 2006
+++ SPECS/grub2.spec Thu Mar 16 21:21:11 2006
@@ -11,7 +11,7 @@
Summary(pt_BR): Gerenciador de inicializaçăo GRUB2
Summary(de): GRUB2 - ein Bootloader für x86 und ppc
Name: grub2
-Version: 1.90
+Version: 1.93
Release: 0.%{_snap}.0.1
License: GPL v2
Group: Base
@@ -90,11 +90,14 @@
%prep
%setup -q -n %{name}
-sed 's_"/boot/grub"_"%{_datadir}"_' \
- -i util/grub-emu.c \
- -i util/i386/pc/grub-setup.c \
- -i kern/i386/pc/startup.S \
- -i util/i386/pc/grub-install.in
+sed 's_/boot/grub_%{_datadir}_' \
+ -i util/grub-emu.c \
+ -i util/i386/pc/grub-setup.c \
+ -i kern/i386/pc/startup.S \
+ -i util/i386/pc/grub-mkdevicemap.c \
+ -i util/i386/pc/grub-probefs.c \
+ -i util/i386/pc/grub-install.in \
+ -i util/powerpc/ieee1275/grub-install.in
chmod +x mkinstalldirs
%build
@@ -108,10 +111,6 @@
#done
CFLAGS="-Os %{?debug:-g}"; export CFLAGS
%configure \
-%ifarch %{x8664}
- CC="%{__cc} -m32" \
- LD="%{__ld} -melf_i386" \
-%endif
BUILD_CFLAGS="$CFLAGS"
%{__make} \
@@ -164,6 +163,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/03/16 20:21:11 sparky
+- mode /boot/grub -> /boot/grub2 changes
+- version is 1.93
+
Revision 1.27 2006/03/16 20:06:24 sparky
- up to 20060314, builds on ppc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/grub2.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list