rpms/rtmpdump/devel rtmpdump.spec,1.4,1.5

David Woodhouse dwmw2 at rpmfusion.org
Mon Jul 5 08:21:30 CEST 2010


Author: dwmw2

Update of /cvs/free/rpms/rtmpdump/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9241

Modified Files:
	rtmpdump.spec 
Log Message:
shared library fixes



Index: rtmpdump.spec
===================================================================
RCS file: /cvs/free/rpms/rtmpdump/devel/rtmpdump.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rtmpdump.spec	4 Jul 2010 20:29:51 -0000	1.4
+++ rtmpdump.spec	5 Jul 2010 06:21:28 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		rtmpdump
 Version:	2.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Toolkit for RTMP streams
 
 Group:		Applications/Internet
@@ -31,6 +31,7 @@
 Summary:	Files for librtmp development
 Group:		Applications/Internet
 License:	LGPLv2+
+Requires:	librtmp = %{version}-%{release}
 
 %description -n librtmp-devel
 librtmp is a suport library for RTMP streams. The librtmp-devel package
@@ -52,6 +53,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -n librtmp -p /sbin/ldconfig
+
+%postun -n librtmp -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -77,6 +81,10 @@
 %doc ChangeLog
 
 %changelog
+* Sun Jul 04 2010 Dominik Mierzejewski <rpm at greysector.net> 2.3-2
+- call ldconfig in post(un) scripts for the shared library
+- add strict dependency on the library to -devel
+
 * Sun Jul 04 2010 David Woodhouse <dwmw2 at infradead.org> 2.3-1
 - Update to 2.3; build shared library
 



More information about the rpmfusion-commits mailing list