- A few fixes from the the Fedora merge review
- Remove the static library
This commit is contained in:
parent
222dd7fce8
commit
efec0cb87a
14
flac.spec
14
flac.spec
@ -1,7 +1,7 @@
|
||||
Summary: An encoder/decoder for the Free Lossless Audio Codec.
|
||||
Summary: An encoder/decoder for the Free Lossless Audio Codec
|
||||
Name: flac
|
||||
Version: 1.1.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPL/GPL
|
||||
Group: Applications/Multimedia
|
||||
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
|
||||
@ -9,7 +9,7 @@ Patch3: flac-1.1.3-gnu-stack.patch
|
||||
Patch4: flac-1.1.3-noxmms.patch
|
||||
Patch5: flac-1.1.3-link-ogg.patch
|
||||
URL: http://flac.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: glib2-devel, libogg-devel, doxygen, nasm
|
||||
BuildRequires: libtool, gettext-devel
|
||||
Obsoletes: flac-libs
|
||||
@ -47,7 +47,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
make install DESTDIR=%{buildroot}
|
||||
find doc/ -name "Makefile*" -exec rm -f {} \;
|
||||
|
||||
%clean
|
||||
@ -69,12 +69,16 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%doc doc/html
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.a
|
||||
%exclude %{_libdir}/*.a
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.3-2
|
||||
- A few fixes from the the Fedora merge review
|
||||
- Remove the static library
|
||||
|
||||
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.3-1
|
||||
- Update with work from Matthias Clasen <mclasen@redhat.com> up
|
||||
to upstream 1.1.3 (#229462)
|
||||
|
Loading…
Reference in New Issue
Block a user