[packages/texi2html] missing fix-info-dir
glen
glen at pld-linux.org
Sun Mar 22 13:50:41 CET 2015
commit 539bb4707fc6206b6999c0e6a3af7f20a66bf48f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 22 14:50:31 2015 +0200
missing fix-info-dir
texi2html.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/texi2html.spec b/texi2html.spec
index 03925db..8891d5d 100644
--- a/texi2html.spec
+++ b/texi2html.spec
@@ -5,7 +5,7 @@ Summary(hu.UTF-8): texi2html egy Perl szkript, amely Texinfo fájlokat konvertá
Summary(pl.UTF-8): texi2html - skrypt Perla konwertujący pliki Texinfo do HTML-a
Name: texi2html
Version: 5.0
-Release: 2
+Release: 3
License: GPL v2+
Group: Development/Tools
Source0: http://download.savannah.gnu.org/releases/texi2html/%{name}-%{version}.tar.bz2
@@ -72,6 +72,12 @@ done
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/texi2html.git/commitdiff/539bb4707fc6206b6999c0e6a3af7f20a66bf48f
More information about the pld-cvs-commit
mailing list