]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- use file based kdialog dependency to work under kde4 auto/th/amarok-1_4_10-7
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Dec 2008 18:52:07 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- drop sample code; rel 7

Changed files:
    amarok.spec -> 1.197

amarok.spec

index 1e3a1545791641999e1ddcd5cea44536008e872b..1a68708fc4b845fd3eedc01fe2006fe5e10d6d5c 100644 (file)
@@ -29,7 +29,7 @@ Summary:      A KDE audio player
 Summary(pl.UTF-8):     Odtwarzacz audio dla KDE
 Name:          amarok
 Version:       1.4.10
-Release:       6
+Release:       7
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
@@ -218,7 +218,7 @@ Summary:    amaroK scripts
 Summary(pl.UTF-8):     Skrypty amaroKa
 Group:         X11/Applications/Multimedia
 Requires:      %{name} = %{version}-%{release}
-Requires:      kdebase-kdialog
+Requires:      /usr/bin/kdialog
 Requires:      python-PyQt
 Requires:      ruby-modules
 
@@ -303,6 +303,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
 rm $RPM_BUILD_ROOT%{_libdir}/kde3/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/libamarok.{so,la}
 
+# example plugin code
+rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/amarok/scripts/templates
+
 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
        mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang amarok --all-name --with-kde
@@ -431,11 +434,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/apps/amarok/scripts/common/Publisher.py
 %{_datadir}/apps/amarok/scripts/common/Zeroconf.py
 
-%dir %{_datadir}/apps/amarok/scripts/templates
-%{_datadir}/apps/amarok/scripts/templates/amarok.rb
-%{_datadir}/apps/amarok/scripts/templates/python_qt_template.py
-%{_datadir}/apps/amarok/scripts/templates/ruby_qt_template.rb
-
 # amarok searches for executable programs for scripts
 # to figure out which files need to have execute permission, use this
 # find command:
@@ -453,7 +451,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/apps/amarok/scripts/playlist2html/PlaylistServer.spec
 %{_datadir}/apps/amarok/scripts/playlist2html/playlist2html.spec
 
-
 %dir %{_datadir}/apps/amarok/scripts/webcontrol
 %{_datadir}/apps/amarok/scripts/webcontrol/README
 %{_datadir}/apps/amarok/scripts/webcontrol/Globals.py
This page took 0.04596 seconds and 4 git commands to generate.