Update to 1.0.20
This commit is contained in:
parent
4e71a0e476
commit
02bc2e85a9
@ -1,18 +1,14 @@
|
||||
Summary: Library for reading and writing sound files
|
||||
Name: libsndfile
|
||||
Version: 1.0.17
|
||||
Release: 8%{?dist}
|
||||
Version: 1.0.20
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mega-nerd.com/libsndfile/
|
||||
Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
|
||||
Patch0: libsndfile-1.0.17+flac-1.1.3.patch
|
||||
Patch1: libsndfile-1.0.17-flac-buffer-overflow.patch
|
||||
Patch2: libsndfile-1.0.17-autotools.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: alsa-lib-devel, pkgconfig, flac-devel, sqlite-devel, libogg-devel
|
||||
BuildRequires: libtool, autoconf, automake
|
||||
BuildRequires: alsa-lib-devel, pkgconfig, flac-devel, sqlite-devel, libogg-devel, jack-audio-connection-kit-devel
|
||||
Provides: %{name}-octave = %{version}-%{release}
|
||||
|
||||
|
||||
@ -38,16 +34,10 @@ This package contains files needed to develop with libsndfile.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
libtoolize
|
||||
autoreconf
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-dependency-tracking \
|
||||
--enable-flac \
|
||||
--enable-sqlite \
|
||||
--enable-alsa \
|
||||
--enable-largefile
|
||||
@ -95,16 +85,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS TODO README NEWS ChangeLog
|
||||
%doc COPYING AUTHORS README NEWS ChangeLog
|
||||
%{_bindir}/sndfile-info
|
||||
%{_bindir}/sndfile-play
|
||||
%{_bindir}/sndfile-convert
|
||||
%{_bindir}/sndfile-regtest
|
||||
%{_bindir}/sndfile-cmp
|
||||
%{_bindir}/sndfile-jackplay
|
||||
%{_bindir}/sndfile-metadata-get
|
||||
%{_bindir}/sndfile-metadata-set
|
||||
%{_mandir}/man1/sndfile-info.1*
|
||||
%{_mandir}/man1/sndfile-play.1*
|
||||
%{_mandir}/man1/sndfile-convert.1*
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_datadir}/octave
|
||||
|
||||
|
||||
%files devel
|
||||
@ -120,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 06 2009 Lennart Poettering <lpoetter@redhat.com> - 1.0.20-1
|
||||
- Updated to 1.0.20
|
||||
|
||||
* Tue Mar 03 2009 Robert Scheck <robert@fedoraproject.org> - 1.0.17-8
|
||||
- Rebuilt against libtool 2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user