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