]> git.pld-linux.org Git - packages/ccrtp.git/commitdiff
missing fix-info-dir auto/th/ccrtp-2.1.1-3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:48:04 +0000 (14:48 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:48:04 +0000 (14:48 +0200)
ccrtp.spec

index 09c2f95b70361ba74614096cc15bfa0db90cc262..a2e7658e13ec0327b2fcea9ad993b289d72caf87 100644 (file)
@@ -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
This page took 0.058727 seconds and 4 git commands to generate.