[packages/ccrtp] missing fix-info-dir

glen glen at pld-linux.org
Sun Mar 22 13:48:10 CET 2015


commit 8a7ce00c45a5c6d7afa54ccbf8ed256edf36b5a9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 22 14:48:04 2015 +0200

    missing fix-info-dir

 ccrtp.spec | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ccrtp.spec b/ccrtp.spec
index 09c2f95..a2e7658 100644
--- a/ccrtp.spec
+++ b/ccrtp.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_with	gcrypt	# use libgcrypt instead of OpenSSL (ucommon in PLD uses OpenSSL by default)
-#
+
 Summary:	Common C++ class framework for RTP packets
 Summary(pl.UTF-8):	Szkielet klas C++ dla pakietów RTP
 Name:		ccrtp
 Version:	2.1.1
-Release:	2
+Release:	3
 License:	GPL v2+ with runtime exception
 Group:		Libraries
 Source0:	http://ftp.gnu.org/gnu/ccrtp/%{name}-%{version}.tar.gz
@@ -103,6 +103,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 COPYING.addendum ChangeLog NEWS README TODO
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccrtp.git/commitdiff/8a7ce00c45a5c6d7afa54ccbf8ed256edf36b5a9



More information about the pld-cvs-commit mailing list