[packages/vmips] missing fix-info-dir
glen
glen at pld-linux.org
Sun Mar 22 13:54:07 CET 2015
commit cadae06175ae831ebb44587bec32692339e75c6a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 22 14:53:58 2015 +0200
missing fix-info-dir
vmips.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/vmips.spec b/vmips.spec
index cbc3295..dc015f9 100644
--- a/vmips.spec
+++ b/vmips.spec
@@ -2,7 +2,7 @@ Summary: Virtual machine simulator based on a MIPS R3000 processor
Summary(pl.UTF-8): Symulator maszyny wirtualnej opartej na procesorze MIPS R3000
Name: vmips
Version: 1.4.1
-Release: 1
+Release: 2
License: GPL v2+
Group: Applications/Emulators
Source0: http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz
@@ -45,13 +45,18 @@ C++ i jest rozpowszechniany na licencji GNU GPL.
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%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
%defattr(644,root,root,755)
%doc ChangeLog README
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vmips.git/commitdiff/cadae06175ae831ebb44587bec32692339e75c6a
More information about the pld-cvs-commit
mailing list