Remove xmms

This commit is contained in:
Elliot Lee 2005-04-04 18:13:13 +00:00
parent 9aa71bfe6e
commit 4d0e3d3aac

View File

@ -3,7 +3,7 @@
Summary: An encoder/decoder for the Free Lossless Audio Codec. Summary: An encoder/decoder for the Free Lossless Audio Codec.
Name: flac Name: flac
Version: 1.1.2 Version: 1.1.2
Release: 2 Release: 24
License: LGPL/GPL License: LGPL/GPL
Group: Applications/Multimedia Group: Applications/Multimedia
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
@ -11,7 +11,7 @@ Patch1: flac-1.1.2-libtool.patch
Patch3: flac-1.1.0-gnu-stack.patch Patch3: flac-1.1.0-gnu-stack.patch
URL: http://flac.sourceforge.net/ URL: http://flac.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-root 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 Obsoletes: flac-libs
%description %description
@ -20,7 +20,7 @@ is similar to Ogg Vorbis, but lossless. The FLAC project consists of
the stream format, reference encoders and decoders in library form, the stream format, reference encoders and decoders in library form,
flac, a command-line program to encode and decode FLAC files, metaflac, flac, a command-line program to encode and decode FLAC files, metaflac,
a command-line metadata editor for FLAC files and input plugins for 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 %package devel
Summary: Static libraries and header files from FLAC. Summary: Static libraries and header files from FLAC.
@ -31,18 +31,6 @@ Requires: %{name} = %{version}
This package contains all the files needed to develop applications that This package contains all the files needed to develop applications that
will use the Free Lossless Audio Codec. 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 %prep
%setup -q %setup -q
%patch1 -p1 -b .libtool %patch1 -p1 -b .libtool
@ -51,15 +39,14 @@ This is the input plugin for XMMS to be able to FLAC files.
autoreconf -i -f autoreconf -i -f
%build %build
export XMMS_CONFIG=no # Disable XMMS
%configure --with-pic %configure --with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
mkdir -p %{buildroot}%{xmmsinputdir} %makeinstall
%makeinstall \
xmmsinputplugindir=%{buildroot}%{xmmsinputdir}
find doc/ -name "Makefile*" -exec rm -f {} \; find doc/ -name "Makefile*" -exec rm -f {} \;
%clean %clean
@ -86,12 +73,10 @@ rm -rf %{buildroot}
%{_libdir}/*.so %{_libdir}/*.so
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%files -n xmms-%{name}
%defattr(-, root, root,-)
%exclude %{xmmsinputdir}/*.la
%{xmmsinputdir}/*.so
%changelog %changelog
* Mon Apr 4 2005 Elliot Lee <sopwith@redhat.com> - 1.1.2-24
- Removed xmms-flac subpackage
* Tue Mar 29 2005 John (J5) Palmieri <johnp@redhat.com> 1.1.2-2 * Tue Mar 29 2005 John (J5) Palmieri <johnp@redhat.com> 1.1.2-2
- Rebuild (flac picked up a dependancy on it's older version) - Rebuild (flac picked up a dependancy on it's older version)