SPECS: flixengine.spec - ldconfig

glen glen at pld-linux.org
Fri May 25 16:00:19 CEST 2007


Author: glen                         Date: Fri May 25 14:00:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ldconfig

---- Files affected:
SPECS:
   flixengine.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.39 SPECS/flixengine.spec:1.40
--- SPECS/flixengine.spec:1.39	Fri May 25 15:55:25 2007
+++ SPECS/flixengine.spec	Fri May 25 16:00:13 2007
@@ -16,8 +16,8 @@
 Summary(pl.UTF-8):	Silnik On2 Flix
 Name:		flixengine
 Version:	8.0.8.2
-Release:	0.5
-License:	not distributable
+Release:	0.6
+License:	(probably) not distributable
 Group:		Applications
 # download demo from http://flix.on2.com/demos/
 # check for newer versions at http://flix.on2.com/download
@@ -40,6 +40,7 @@
 BuildRequires:	ffmpeg-libs
 BuildRequires:	lame-libs
 %endif
+Requires(post,postun):	/sbin/ldconfig
 Requires(post,preun):	/sbin/chkconfig
 Requires(postun):	/usr/sbin/groupdel
 Requires(postun):	/usr/sbin/userdel
@@ -396,6 +397,7 @@
 %useradd -u 179 -g flixd -c "On2 Flixd" flixd
 
 %post
+/sbin/ldconfig
 /sbin/chkconfig --add flixd
 if [ ! -f /var/log/flixd.log ]; then
 	touch /var/log/flixd.log
@@ -418,6 +420,7 @@
 fi
 
 %postun
+/sbin/ldconfig
 if [ "$1" = "0" ]; then
 	%userremove flixd
 	%groupremove flixd
@@ -520,6 +523,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2007/05/25 14:00:13  glen
+- ldconfig
+
 Revision 1.39  2007/05/25 13:55:25  glen
 - keep libavformat in main pkg, it is needed only by flixd
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list