rpms/flac/devel flac.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 4 18:13:15 UTC 2005


Update of /cvs/dist/rpms/flac/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv822

Modified Files:
	flac.spec 
Log Message:


Remove xmms



Index: flac.spec
===================================================================
RCS file: /cvs/dist/rpms/flac/devel/flac.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- flac.spec	29 Mar 2005 16:50:43 -0000	1.13
+++ flac.spec	4 Apr 2005 18:13:13 -0000	1.14
@@ -3,7 +3,7 @@
 Summary: An encoder/decoder for the Free Lossless Audio Codec.
 Name: flac
 Version: 1.1.2
-Release: 2 
+Release: 24
 License: LGPL/GPL
 Group: Applications/Multimedia
 Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
@@ -11,7 +11,7 @@
 Patch3: flac-1.1.0-gnu-stack.patch
 URL: http://flac.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm, autoconf, automake
+BuildRequires: glib-devel, libogg-devel, doxygen, nasm, autoconf, automake
 Obsoletes: flac-libs
 
 %description
@@ -20,7 +20,7 @@
 the stream format, reference encoders and decoders in library form,
 flac, a command-line program to encode and decode FLAC files, metaflac,
 a command-line metadata editor for FLAC files and input plugins for
-various music players (the xmms plugin is in a sub-package).
+various music players.
 
 %package devel
 Summary: Static libraries and header files from FLAC.
@@ -31,18 +31,6 @@
 This package contains all the files needed to develop applications that
 will use the Free Lossless Audio Codec.
 
-%package -n xmms-%{name}
-Summary: XMMS input plugin needed to play FLAC (Free Lossless Audio Codec) files.
-Group: Applications/Multimedia
-Requires: xmms >= 1:1.2.7
-Obsoletes: flac-xmms
-
-%description -n xmms-%{name}
-FLAC is a Free Lossless Audio Codec. The FLAC format supports
-streaming, seeking, and archival, and gives 25-75% compression on
-typical CD audio.
-This is the input plugin for XMMS to be able to FLAC files.
-
 %prep
 %setup -q
 %patch1 -p1 -b .libtool
@@ -51,15 +39,14 @@
 autoreconf -i -f
 
 %build
+export XMMS_CONFIG=no # Disable XMMS
 %configure --with-pic
 
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{xmmsinputdir}
-%makeinstall \
-	xmmsinputplugindir=%{buildroot}%{xmmsinputdir}
+%makeinstall
 find doc/ -name "Makefile*" -exec rm -f {} \;
 
 %clean
@@ -86,12 +73,10 @@
 %{_libdir}/*.so
 %{_datadir}/aclocal/*.m4
 
-%files -n xmms-%{name}
-%defattr(-, root, root,-)
-%exclude %{xmmsinputdir}/*.la
-%{xmmsinputdir}/*.so
-
 %changelog
+* Mon Apr  4 2005 Elliot Lee <sopwith at redhat.com> - 1.1.2-24
+- Removed xmms-flac subpackage
+
 * Tue Mar 29 2005 John (J5) Palmieri <johnp at redhat.com> 1.1.2-2
 - Rebuild (flac picked up a dependancy on it's older version)
 




More information about the fedora-cvs-commits mailing list