Author: arekm                        Date: Wed Sep 23 17:48:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20090923; package info docs

---- Files affected:
packages/grub2:
   grub2.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.48 packages/grub2/grub2.spec:1.49
--- packages/grub2/grub2.spec:1.48      Sat Sep  5 12:21:24 2009
+++ packages/grub2/grub2.spec   Wed Sep 23 19:47:55 2009
@@ -6,7 +6,7 @@
 %bcond_with    static  # build static binaries
 %bcond_without grubemu # build grub-emu binary
 #
-%define        snap    20090905
+%define        snap    20090923
 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
@@ -18,7 +18,7 @@
 Group:         Base
 # svn export svn://svn.sv.gnu.org/grub/trunk/grub2
 Source0:       %{name}-%{snap}.tar.bz2
-# Source0-md5: f76d740906d4b522b475132b4feee291
+# Source0-md5: b55284168c01eefd6db218d9497b6cbb
 URL:           http://www.gnu.org/software/grub/grub-2.en.html
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -146,6 +146,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
>/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
>/dev/null 2>&1
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
@@ -201,6 +207,7 @@
 %{_mandir}/man8/grub-probe.8*
 %{_mandir}/man8/grub-setup.8*
 %endif
+%{_infodir}/grub*.info*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -208,6 +215,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2009/09/23 17:47:55  arekm
+- up to 20090923; package info docs
+
 Revision 1.48  2009/09/05 10:21:24  arekm
 - up to 20090905
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.48&r2=1.49&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to