- Fix buildreqs (#154649 thias)
- obsolete older xmms-flac NOTE: Extras should probably provide xmms-flac now...
This commit is contained in:
parent
5315535d5e
commit
6c3d3a87b2
14
flac.spec
14
flac.spec
@ -1,9 +1,7 @@
|
|||||||
%define xmmsinputdir %(test -f /usr/bin/xmms-config && /usr/bin/xmms-config --input-plugin-dir || :)
|
|
||||||
|
|
||||||
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: 24
|
Release: 25
|
||||||
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
|
||||||
@ -12,8 +10,10 @@ Patch3: flac-1.1.0-gnu-stack.patch
|
|||||||
Patch4: flac-1.1.2-noxmms.patch
|
Patch4: flac-1.1.2-noxmms.patch
|
||||||
URL: http://flac.sourceforge.net/
|
URL: http://flac.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: glib-devel, libogg-devel, doxygen, nasm, autoconf, automake
|
BuildRequires: glib-devel, libogg-devel, doxygen, nasm
|
||||||
|
BuildRequires: libtool, gettext-devel
|
||||||
Obsoletes: flac-libs
|
Obsoletes: flac-libs
|
||||||
|
Obsoletes: xmms-flac < 1.1.2-24
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
|
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
|
||||||
@ -26,7 +26,7 @@ various music players.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Static libraries and header files from FLAC.
|
Summary: Static libraries and header files from FLAC.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all the files needed to develop applications that
|
This package contains all the files needed to develop applications that
|
||||||
@ -76,6 +76,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 21 2005 Warren Togami <wtogami@redhat.com> - 1.1.2-25
|
||||||
|
- Fix buildreqs (#154649 thias)
|
||||||
|
- obsolete older xmms-flac
|
||||||
|
|
||||||
* Mon Apr 4 2005 Elliot Lee <sopwith@redhat.com> - 1.1.2-24
|
* Mon Apr 4 2005 Elliot Lee <sopwith@redhat.com> - 1.1.2-24
|
||||||
- Removed xmms-flac subpackage
|
- Removed xmms-flac subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user