]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- restore libvisual plugins notice into %post (broken in r1.112)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 1 Sep 2006 15:38:52 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.131

amarok.spec

index d31ae22f9c4e144d0f295dc0e3337a1186255e45..bd020a6986a5a0f4f7453217d25db66e6072b61c 100644 (file)
@@ -66,6 +66,7 @@ BuildRequires:        sed >= 4.0
 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
@@ -256,12 +257,13 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
 %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
This page took 0.106889 seconds and 4 git commands to generate.