SPECS: amarok.spec - restore libvisual plugins notice into %post (...

glen glen at pld-linux.org
Fri Sep 1 17:38:58 CEST 2006


Author: glen                         Date: Fri Sep  1 15:38:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- restore libvisual plugins notice into %post (broken in r1.112)

---- Files affected:
SPECS:
   amarok.spec (1.130 -> 1.131) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.130 SPECS/amarok.spec:1.131
--- SPECS/amarok.spec:1.130	Fri Sep  1 16:57:45 2006
+++ SPECS/amarok.spec	Fri Sep  1 17:38:52 2006
@@ -67,6 +67,7 @@
 BuildRequires:	taglib-devel >= 1.4
 %{?with_xine:BuildRequires:	xine-lib-devel >= 1.1.1}
 %{?with_xmms:BuildRequires:	xmms-devel}
+Requires(post):	/sbin/ldconfig
 Requires:	%{name}-plugin = %{version}-%{release}
 Requires:	kdebase-core >= 9:3.1.93
 Requires:	kdemultimedia-audiocd >= 9:3.1.93
@@ -257,12 +258,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/sbin/ldconfig
 if [ "$1" = 1 ]; then
 	echo "Remember to install libvisual-plugins-* packages if you"
 	echo "want to have a visualizations in amaroK."
 fi
 
-%post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
 %files -f %{name}.lang
@@ -468,6 +470,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.131  2006/09/01 15:38:52  glen
+- restore libvisual plugins notice into %post (broken in r1.112)
+
 Revision 1.130  2006/09/01 14:57:45  glen
 - update TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/amarok.spec?r1=1.130&r2=1.131&f=u



More information about the pld-cvs-commit mailing list