]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- up to 20090710; should fix ppc build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Jul 2009 11:14:06 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub2.spec -> 1.46

grub2.spec

index b284e558d86f7330997f83761bde76998696762f..ad5f0eac0d06280ff4295ab09c3fe13b163e8b0d 100644 (file)
@@ -5,7 +5,7 @@
 %bcond_with    static  # build static binaries
 %bcond_without grubemu # build grub-emu binary
 #
-%define        snap    20090328
+%define        snap    20090710
 Summary:       GRand Unified Bootloader
 Summary(de.UTF-8):     GRUB2 - ein Bootloader für x86 und ppc
 Summary(pl.UTF-8):     GRUB2 - bootloader dla x86 i ppc
@@ -17,7 +17,7 @@ License:      GPL v2
 Group:         Base
 # svn export svn://svn.sv.gnu.org/grub/trunk/grub2
 Source0:       %{name}-%{snap}.tar.bz2
-# Source0-md5: 4078b48449c12cdc7e7d1225249607d4
+# Source0-md5: a9f3f5f4babcac04f3bad6249f31370b
 URL:           http://www.gnu.org/software/grub/grub-2.en.html
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -105,6 +105,7 @@ cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
+echo timestamp > stamp-h.in
 %{__autoconf}
 #for rmk in conf/*.rmk; do
 #  ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
@@ -151,12 +152,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_sbindir}/grub-dumpbios
 %attr(755,root,root) %{_sbindir}/grub-mkimage
 %attr(755,root,root) %{_sbindir}/grub-install
 %attr(755,root,root) %{_sbindir}/grub-mkrescue
 %attr(755,root,root) %{_sbindir}/grub-editenv
 %attr(755,root,root) %{_sbindir}/grub-mkconfig
 %attr(755,root,root) %{_sbindir}/grub-mkelfimage
+%{_mandir}/man8/grub-dumpbios.8*
 %{_mandir}/man1/grub-mkimage.1*
 %{_mandir}/man8/grub-install.8*
 %{_mandir}/man1/grub-mkrescue.1*
This page took 0.097708 seconds and 4 git commands to generate.