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:
cvsdist 2004-09-09 04:47:30 +00:00
parent d9df92e7c0
commit 8d2b471a3c

View File

@ -3,12 +3,13 @@
Summary: An encoder/decoder for the Free Lossless Audio Codec.
Name: flac
Version: 1.1.0
Release: 6
Release: 7
License: LGPL/GPL
Group: Applications/Multimedia
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
Patch0: flac-1.1.0-m4.patch
Patch1: flac-1.1.0-libtool.patch
Patch2: flac-underquoted.patch
URL: http://flac.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-root
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
%patch -p1
%patch1 -p1
%patch2 -p1 -b .underquoted
%build
%configure
@ -89,6 +91,9 @@ rm -rf %{buildroot}
%{xmmsinputdir}/*.so
%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
- BuildRequire glib-devel for xmms plugin
- BuildRequire nasm