rpms/texinfo/F-8 texinfo.spec,1.47,1.48

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Fri May 30 09:08:22 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/texinfo/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26960

Modified Files:
	texinfo.spec 
Log Message:
Remove description ('This is...') from /usr/share/info/dir


Index: texinfo.spec
===================================================================
RCS file: /cvs/extras/rpms/texinfo/F-8/texinfo.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- texinfo.spec	10 Dec 2007 15:10:03 -0000	1.47
+++ texinfo.spec	30 May 2008 09:07:38 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: Tools needed to create Texinfo format documentation files
 Name: texinfo
 Version: 4.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3
 Group: Applications/Publishing
 Url: http://www.gnu.org/software/texinfo/
@@ -12,6 +12,7 @@
 Patch1: texinfo-4.11-res_win_segfault.patch
 Patch2: texinfo-4.11-direntry.patch
 Requires(post): /sbin/install-info
+Requires(post): /bin/sed
 Requires(preun): /sbin/install-info
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel, ncurses-devel
@@ -99,7 +100,8 @@
 fi
 
 %post -n info
-/sbin/install-info %{_infodir}/info-stnd.info.gz %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/info-stnd.info %{_infodir}/dir
+/bin/sed -i '/^This is.*produced by makeinfo.*from/d' %{_infodir}/dir || :
 
 %preun -n info
 if [ $1 = 0 ]; then
@@ -141,6 +143,11 @@
 %{_mandir}/man1/texi2pdf.1*
 
 %changelog
+* Fri May 30 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.11-4
+- Remove description ("This is...") from /usr/share/info/dir in info
+  post install section
+  Resolves: #433535
+
 * Mon Dec 10 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.11-3
 - Don't insert description ("This is...") into the direntry section
   of some generated files




More information about the fedora-extras-commits mailing list