[packages/maxima] missing fix-info-dir for xmaxima
glen
glen at pld-linux.org
Sun Mar 22 13:45:55 CET 2015
commit a34cc624f047c8e435c15c5c4d2d8fc3f40b6a0e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 22 14:45:47 2015 +0200
missing fix-info-dir for xmaxima
maxima.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/maxima.spec b/maxima.spec
index ec953ae..1bd38f5 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -2,7 +2,7 @@ Summary: Maxima Symbolic Computation Program
Summary(pl.UTF-8): Program do obliczeń symbolicznych Maxima
Name: maxima
Version: 5.31.3
-Release: 1
+Release: 2
Epoch: 1
License: GPL
Group: Applications/Math
@@ -146,6 +146,12 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/postshell
-/usr/sbin/fix-info-dir -c %{_infodir}
+%post xmaxima -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun xmaxima -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
%triggerin doc -- %{name} = %{epoch}:%{version}
if [ -d %{_docdir}/%{name}-doc-%{version} ]; then
ln -snf %{_docdir}/%{name}-doc-%{version} %{_datadir}/%{name}/%{version}/doc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/maxima.git/commitdiff/a34cc624f047c8e435c15c5c4d2d8fc3f40b6a0e
More information about the pld-cvs-commit
mailing list