rpms/cloog/devel cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch, 1.1, 1.2 cloog.spec, 1.3, 1.4

Dodji Seketeli dodji at fedoraproject.org
Wed Apr 8 00:26:44 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/cloog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16718

Modified Files:
	cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch 
	cloog.spec 
Log Message:
* Wed Apr 08 2009 Dodji Seketeli <dodji at redhat.org> - 0.15-0.6.gitad32
- Remove the cloog.info that is in the tarball
  That forces the regeneration of a new cloog.info with
  suitable INFO_DIR_SECTION, so that install-info doesn't cry
  at install time.
- Slightly changed the patch to make install-info actually
  install the cloog information in the info directory file.
- Run install-info --delete in %preun, not in %postun,
  otherwise the info file is long gone with we try to
  run install-info --delete on it.



cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch:

Index: cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch	6 Apr 2009 21:14:20 -0000	1.1
+++ cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch	8 Apr 2009 00:26:43 -0000	1.2
@@ -21,9 +21,9 @@
  @setfilename cloog.info
  @settitle CLooG - a loop generator for scanning polyhedra
  
-+ at dircategory Software development
++ at dircategory Software libraries
 + at direntry
-+* cloog: (cloog)  A loop generator for scanning polyhedra
++* cloog: (cloog).  A loop generator for scanning polyhedra
 + at end direntry
 +
  @set EDITION 2.1


Index: cloog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/cloog.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cloog.spec	6 Apr 2009 20:08:59 -0000	1.3
+++ cloog.spec	8 Apr 2009 00:26:43 -0000	1.4
@@ -1,7 +1,7 @@
 %define         git_revision   gitad322
 Name:           cloog
 Version:        0.15
-Release:        0.5.%{git_revision}%{?dist}
+Release:        0.6.%{git_revision}%{?dist}
 Summary:        The Chunky Loop Generator
 
 Group:          System Environment/Libraries
@@ -52,6 +52,10 @@
 
 %build
 %configure --with-ppl=%{_prefix}
+# Remove the cloog.info in the tarball
+# to force the re-generation of a new one
+# with our Patch0 applied.
+test -f doc/cloog.info && rm doc/cloog.info
 # Remove the -fomit-frame-pointer compile flag
 make %{?_smp_mflags} AM_CFLAGS=
 
@@ -81,14 +85,26 @@
 /sbin/ldconfig
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
-%postun ppl
-/sbin/ldconfig
+%preun ppl
 if [ $1 = 0 ] ; then
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
+%postun ppl -p /sbin/ldconfig
+
 %changelog
-* Mon Apr 06 2009 Dodji Seketeli <dodji at redhat.org> - 0.15-0.5.gitfcceb
+* Wed Apr 08 2009 Dodji Seketeli <dodji at redhat.org> - 0.15-0.6.gitad322
+- Remove the cloog.info that is in the tarball
+  That forces the regeneration of a new cloog.info with
+  suitable INFO_DIR_SECTION, so that install-info doesn't cry
+  at install time.
+- Slightly changed the patch to make install-info actually
+  install the cloog information in the info directory file.
+- Run install-info --delete in %preun, not in %postun,
+  otherwise the info file is long gone with we try to
+  run install-info --delete on it.
+
+* Mon Apr 06 2009 Dodji Seketeli <dodji at redhat.org> - 0.15-0.5.gitad322
 - Added patch to fix #492794
 - Need to add an argument to the --with-ppl switch now.
 




More information about the fedora-extras-commits mailing list