rpms/xmms-arts/FC-5 xmms-arts.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed May 31 18:41:38 UTC 2006


Author: thias

Update of /cvs/extras/rpms/xmms-arts/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14008/FC-5

Modified Files:
	xmms-arts.spec 
Log Message:
Fix problems reported by Ville in #193600 : Require explicitly xmms-libs, don't own the Output/ directory and exclude the .la file.



Index: xmms-arts.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms-arts/FC-5/xmms-arts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xmms-arts.spec	13 Feb 2006 12:53:38 -0000	1.2
+++ xmms-arts.spec	31 May 2006 18:41:37 -0000	1.3
@@ -1,13 +1,14 @@
 Summary: X MultiMedia System output plugin for the aRts sound system
 Name: xmms-arts
 Version: 0.7.1
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.xmms.org/
 Source: http://havardk.xmms.org/plugins/arts_output/arts_output-%{version}.tar.gz
 Patch: arts_output-0.6.0-buffer.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: xmms-libs
 BuildRequires: xmms-devel, arts-devel > 1.2.0-1.5
 Conflicts: arts < 1.2.0-1.5
 Conflicts: xmms < 1:1.2.10-15
@@ -41,10 +42,15 @@
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING NEWS README 
 %{_bindir}/xmms-arts-helper
-%{_libdir}/xmms/Output/
+%exclude %{_libdir}/xmms/Output/libarts.la
+%{_libdir}/xmms/Output/libarts.so
 
 
 %changelog
+* Wed May 31 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-3
+- Fix problems reported by Ville in #193600 : Require explicitly xmms-libs,
+  don't own the Output/ directory and exclude the .la file.
+
 * Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-2
 - Add missing make call in %%build.
 




More information about the fedora-extras-commits mailing list