rpms/xmms-cdread/devel xmms-cdread.spec,1.9,1.10

Joost Soeterbroek (jsoeterb) fedora-extras-commits at redhat.com
Sun Mar 5 10:00:28 UTC 2006


Author: jsoeterb

Update of /cvs/extras/rpms/xmms-cdread/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15014

Modified Files:
	xmms-cdread.spec 
Log Message:
x86_64 fixes


Index: xmms-cdread.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms-cdread/devel/xmms-cdread.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xmms-cdread.spec	4 Mar 2006 14:38:30 -0000	1.9
+++ xmms-cdread.spec	5 Mar 2006 10:00:28 -0000	1.10
@@ -1,21 +1,19 @@
 %define		xmmsdep %(rpm -q --qf "%%{epoch}:%%{version}" xmms-devel)
 %define		xmmsinputdir %(xmms-config --input-plugin-dir)
-
 Summary:	Digital audio CD input plugin for XMMS
 Name:		xmms-cdread
 Version:	0.14
-Release:        8%{?dist}
-
+Release:        9%{?dist}
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://www.xmms.org/
 Source:		ftp://ftp.stack.nl/pub/users/willem/xmms-cdread-0.14a.tar.gz
 Patch1:		xmms-cdread-shuffle.patch
+Patch2:		xmms-cdread-x86_64.patch
 Requires:	xmms = %xmmsdep
 BuildRequires:	gtk+-devel glib-devel xmms-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
-
 %description
 XMMS is a multimedia (Ogg Vorbis, CDs) player for the X Window System
 with an interface similar to Winamp's. XMMS supports playlists and
@@ -24,11 +22,10 @@
 This is the input plugin needed to play audio CDs digitally, i.e. without a
 connecting cable between the CD drive and sound card.
 
-
 %prep
 %setup -q -n %{name}-%{version}a
-%patch1 -p1 -b .shuffle
-
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure --libdir=%{xmmsinputdir}
@@ -39,20 +36,20 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-libtool --finish $RPM_BUILD_ROOT/usr/lib64/xmms/Input
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
 %{xmmsinputdir}/libcdread.so
 %exclude %{xmmsinputdir}/libcdread.la
 
-
 %changelog
+* Sun Mar  5 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.14-9
+- x86_64 fixes 
+
 * Sat Mar  4 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.14-8
 - added libtool --finish
 - added dist after release




More information about the fedora-extras-commits mailing list