[packages/libmpc] missing fix-info-dir
glen
glen at pld-linux.org
Sun Mar 22 13:26:11 CET 2015
commit 3ca2ba895fa5e6d205b06e3a7987c458232e5ec9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 22 14:25:56 2015 +0200
missing fix-info-dir
libmpc.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/libmpc.spec b/libmpc.spec
index 6d12268..288e8d4 100644
--- a/libmpc.spec
+++ b/libmpc.spec
@@ -2,7 +2,7 @@ Summary: Complex floating-point library with high precision and exact rounding
Summary(pl.UTF-8): Biblioteka do obliczeń na liczbach zespolonych z wielokrotną precyzją i poprawnym zaokrąglaniem
Name: libmpc
Version: 1.0.3
-Release: 1
+Release: 2
License: LGPL v3+
Group: Libraries
#Source0Download: http://www.multiprecision.org/index.php?prog=mpc&page=download
@@ -68,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
+%post devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README TODO
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmpc.git/commitdiff/3ca2ba895fa5e6d205b06e3a7987c458232e5ec9
More information about the pld-cvs-commit
mailing list