auto-import changelog data from flac-1.1.0-4.src.rpm
Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 1.1.0-4 - #119551 flac-xmms -> xmms-flac to match fedora.us and freshrpms.net - Obsoletes flac-libs to upgrade smoothly from fedora.us
This commit is contained in:
parent
3084e973eb
commit
8ac3f4d92d
30
flac.spec
30
flac.spec
@ -3,15 +3,16 @@
|
|||||||
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.0
|
Version: 1.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
||||||
Patch: flac-1.1.0-m4.patch
|
Patch0: flac-1.1.0-m4.patch
|
||||||
Patch1: flac-1.1.0-libtool.patch
|
Patch1: flac-1.1.0-libtool.patch
|
||||||
URL: http://flac.sourceforge.net/
|
URL: http://flac.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: xmms-devel, libogg-devel, doxygen
|
BuildRequires: xmms-devel, libogg-devel, doxygen
|
||||||
|
Obsoletes: flac-libs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
|
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
|
||||||
@ -30,13 +31,17 @@ 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 xmms
|
%package -n xmms-%{name}
|
||||||
Summary: X MultiMedia System plugin to play FLAC files.
|
Summary: XMMS input plugin needed to play FLAC (Free Lossless Audio Codec) files.
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: xmms >= 0.9.5.1, %{name} = %{version}
|
Requires: xmms >= 1:1.2.7
|
||||||
|
Obsoletes: flac-xmms
|
||||||
|
|
||||||
%description xmms
|
%description -n xmms-%{name}
|
||||||
An input plugin that enables playback of FLAC files in xmms.
|
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
|
||||||
@ -46,7 +51,6 @@ An input plugin that enables playback of FLAC files in xmms.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
#make check
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -63,7 +67,7 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root,-)
|
||||||
%doc AUTHORS COPYING* README
|
%doc AUTHORS COPYING* README
|
||||||
%{_bindir}/flac
|
%{_bindir}/flac
|
||||||
%{_bindir}/metaflac
|
%{_bindir}/metaflac
|
||||||
@ -79,12 +83,16 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%files xmms
|
%files -n xmms-%{name}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root,-)
|
||||||
%exclude %{xmmsinputdir}/*.la
|
%exclude %{xmmsinputdir}/*.la
|
||||||
%{xmmsinputdir}/*.so
|
%{xmmsinputdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 1.1.0-4
|
||||||
|
- #119551 flac-xmms -> xmms-flac to match fedora.us and freshrpms.net
|
||||||
|
- Obsoletes flac-libs to upgrade smoothly from fedora.us
|
||||||
|
|
||||||
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.1.0-3
|
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.1.0-3
|
||||||
- fix x86_64 linkage (#117893)
|
- fix x86_64 linkage (#117893)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user