fix missing br
This commit is contained in:
parent
fe6fc43ecf
commit
00f1decfbd
@ -1,7 +1,7 @@
|
||||
Summary: An encoder/decoder for the Free Lossless Audio Codec.
|
||||
Name: flac
|
||||
Version: 1.1.2
|
||||
Release: 26.1
|
||||
Release: 27
|
||||
License: LGPL/GPL
|
||||
Group: Applications/Multimedia
|
||||
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
|
||||
@ -10,7 +10,7 @@ Patch3: flac-1.1.0-gnu-stack.patch
|
||||
Patch4: flac-1.1.2-noxmms.patch
|
||||
URL: http://flac.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: glib-devel, libogg-devel, doxygen, nasm
|
||||
BuildRequires: glib2-devel, libogg-devel, doxygen, nasm
|
||||
BuildRequires: libtool, gettext-devel
|
||||
Obsoletes: flac-libs
|
||||
Obsoletes: xmms-flac < 1.1.2-24
|
||||
@ -76,8 +76,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-26.1
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-27
|
||||
- rebuild
|
||||
- Try building w/ glib2-devel
|
||||
|
||||
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.1.2-26
|
||||
- rebuild for -devel deps
|
||||
|
Loading…
Reference in New Issue
Block a user