[packages/gnustep-make] missing fix-info-dir

glen glen at pld-linux.org
Sun Mar 22 13:38:46 CET 2015


commit 3516cf962b1555dda94cea434cc74370a36e1678
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 22 14:38:36 2015 +0200

    missing fix-info-dir

 gnustep-make.spec | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/gnustep-make.spec b/gnustep-make.spec
index 1ff34ab..c0eca2a 100644
--- a/gnustep-make.spec
+++ b/gnustep-make.spec
@@ -2,12 +2,12 @@
 # Conditional build:
 %bcond_with	bootstrap	# don't use existing installation for docs build
 %bcond_without	doc		# documentation build
-#
+
 Summary:	GNUstep Makefile package
 Summary(pl.UTF-8):	Pakiet GNUstep Makefile
 Name:		gnustep-make
 Version:	2.6.6
-Release:	2
+Release:	3
 License:	GPL v3+
 Group:		Applications/System
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
@@ -131,6 +131,14 @@ EOF
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with doc}
+%post	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+%endif
+
 %files
 %defattr(644,root,root,755)
 # here only files not packaged by make -C Documentation install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnustep-make.git/commitdiff/3516cf962b1555dda94cea434cc74370a36e1678



More information about the pld-cvs-commit mailing list