auto-import changelog data from flac-1.1.0-7.src.rpm
Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1.1.0-7 - Fixed warnings in shipped m4 file.
This commit is contained in:
parent
d9df92e7c0
commit
8d2b471a3c
@ -3,12 +3,13 @@
|
|||||||
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: 6
|
Release: 7
|
||||||
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
|
||||||
Patch0: 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
|
||||||
|
Patch2: flac-underquoted.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
|
BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm
|
||||||
@ -47,6 +48,7 @@ This is the input plugin for XMMS to be able to FLAC files.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .underquoted
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -89,6 +91,9 @@ rm -rf %{buildroot}
|
|||||||
%{xmmsinputdir}/*.so
|
%{xmmsinputdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1.1.0-7
|
||||||
|
- Fixed warnings in shipped m4 file.
|
||||||
|
|
||||||
* Mon Jun 21 2004 Colin Walters <walters@redhat.com> 1.1.0-6
|
* Mon Jun 21 2004 Colin Walters <walters@redhat.com> 1.1.0-6
|
||||||
- BuildRequire glib-devel for xmms plugin
|
- BuildRequire glib-devel for xmms plugin
|
||||||
- BuildRequire nasm
|
- BuildRequire nasm
|
||||||
|
Loading…
Reference in New Issue
Block a user