]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- Separated xmms wrapper to omit gtk+ & xmms-libs reqs for main package
authoradgor <adgor@pld-linux.org>
Tue, 7 Mar 2006 17:57:59 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 2; STBR for AC

Changed files:
    amarok.spec -> 1.107

amarok.spec

index dc92c06843dd7cf62b23381634fa70073a5d1816..e89d78f04c5ed35e87721631e4c7eabba8036fd0 100644 (file)
@@ -26,7 +26,7 @@ Summary:      A KDE audio player
 Summary(pl):   Odtwarzacz audio dla KDE
 Name:          amarok
 Version:       1.3.8
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://dl.sourceforge.net/amarok/%{name}-%{version}.tar.bz2
@@ -153,6 +153,19 @@ Plugin xine.
 %description xine -l pl
 Wtyczka xine.
 
+%package xmms
+Summary:       Xmms wrapper
+Summary(pl):   Wrapper xmms
+Group:         X11/Applications/Multimedia
+Conflicts:     amarok < 1.3.8-2
+Requires:      %{name} = %{version}-%{release}
+
+%description xmms
+Xmms wrapper.
+
+%description xmms -l pl
+Wrapper xmms.
+
 %package zeroconf
 Summary:       Zeroconf data
 Summary(pl):   Dane dla zeroconf
@@ -202,8 +215,6 @@ sed -i -e 's/amarok_live//' amarok/src/scripts/Makefile.am
 %build
 cp -f /usr/share/automake/config.sub admin
 
-#export UNSERMAKE=/usr/share/unsermake/unsermake
-
 %{__make} -f admin/Makefile.common cvs
 
 # hack: passing something other than "no" or "yes" to --with-helix allows
@@ -253,7 +264,6 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/amarok
-%{?with_xmms:%attr(755,root,root) %{_bindir}/amarok_xmmswrapper2}
 %attr(755,root,root) %{_bindir}/amarokapp
 %attr(755,root,root) %{_bindir}/amarok_libvisual
 #%attr(755,root,root) %{_bindir}/release_amarok
@@ -329,6 +339,12 @@ fi
 #%{_datadir}/services/amarok_xineengine_plugin.desktop
 %endif
 
+%if %{with xmms}
+%files xmms
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/amarok_xmmswrapper2
+%endif
+
 %if 0
 %if %{with zeroconf}
 %files zeroconf
This page took 0.063887 seconds and 4 git commands to generate.