SPECS: amarok.spec - Separated xmms wrapper to omit gtk+ & xmms-li...

adgor adgor at pld-linux.org
Tue Mar 7 18:58:04 CET 2006


Author: adgor                        Date: Tue Mar  7 17:58:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Separated xmms wrapper to omit gtk+ & xmms-libs reqs for main package
- Release 2; STBR for AC

---- Files affected:
SPECS:
   amarok.spec (1.106 -> 1.107) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.106 SPECS/amarok.spec:1.107
--- SPECS/amarok.spec:1.106	Tue Jan 24 17:25:40 2006
+++ SPECS/amarok.spec	Tue Mar  7 18:57:59 2006
@@ -27,7 +27,7 @@
 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
@@ -154,6 +154,19 @@
 %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
@@ -203,8 +216,6 @@
 %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
@@ -254,7 +265,6 @@
 %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
@@ -330,6 +340,12 @@
 #%{_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
@@ -419,6 +435,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.107  2006/03/07 17:57:59  adgor
+- Separated xmms wrapper to omit gtk+ & xmms-libs reqs for main package
+- Release 2; STBR for AC
+
 Revision 1.106  2006/01/24 16:25:40  charles
 - BR: gettext-devel, sorted, cleanups
 
================================================================

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



More information about the pld-cvs-commit mailing list