- Update to 10.0.21

- Do not include the static library in the package (RHBZ#556074)
- Remove BR on jack since sndfile-jackplay is not provided anymore
This commit is contained in:
Orcan Ogetbil 2010-05-11 14:50:16 +00:00
parent e27bd47973
commit 2bbc964e99
3 changed files with 26 additions and 20 deletions

View File

@ -1 +1 @@
libsndfile-1.0.20.tar.gz libsndfile-1.0.21.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Library for reading and writing sound files Summary: Library for reading and writing sound files
Name: libsndfile Name: libsndfile
Version: 1.0.20 Version: 1.0.21
Release: 5%{?dist} Release: 1%{?dist}
License: LGPLv2+ and GPLv2+ and BSD License: LGPLv2+ and GPLv2+ and BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mega-nerd.com/libsndfile/ URL: http://www.mega-nerd.com/libsndfile/
@ -10,9 +10,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: flac-devel BuildRequires: flac-devel
%if 0%{?rhel} != 0
BuildRequires: jack-audio-connection-kit-devel
%endif
BuildRequires: libogg-devel BuildRequires: libogg-devel
BuildRequires: libvorbis-devel BuildRequires: libvorbis-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -51,7 +48,7 @@ Obsoletes: libsndfile < 1.0.20-4
%description utils %description utils
libsndfile is a C library for reading and writing sound files such as libsndfile is a C library for reading and writing sound files such as
AIFF, AU, WAV, and others through one standard interface. AIFF, AU, WAV, and others through one standard interface.
This package contains commandline utilities for libsndfile. This package contains command line utilities for libsndfile.
%prep %prep
@ -109,6 +106,8 @@ EOF
rm -f %{buildroot}%{_bindir}/sndfile-jackplay rm -f %{buildroot}%{_bindir}/sndfile-jackplay
%endif %endif
# remove static lib (RHBZ#556074)
rm -f %{buildroot}%{_libdir}/%{name}.a
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -126,20 +125,23 @@ rm -rf $RPM_BUILD_ROOT
%files utils %files utils
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/sndfile-info
%{_bindir}/sndfile-play
%{_bindir}/sndfile-convert
%{_bindir}/sndfile-regtest
%{_bindir}/sndfile-cmp %{_bindir}/sndfile-cmp
%if 0%{?rhel} == 0 %{_bindir}/sndfile-concat
%{_bindir}/sndfile-jackplay %{_bindir}/sndfile-convert
%endif %{_bindir}/sndfile-deinterleave
%{_bindir}/sndfile-info
%{_bindir}/sndfile-interleave
%{_bindir}/sndfile-metadata-get %{_bindir}/sndfile-metadata-get
%{_bindir}/sndfile-metadata-set %{_bindir}/sndfile-metadata-set
%{_mandir}/man1/sndfile-info.1* %{_bindir}/sndfile-play
%{_mandir}/man1/sndfile-play.1* %{_bindir}/sndfile-regtest
%{_mandir}/man1/sndfile-cmp.1*
%{_mandir}/man1/sndfile-concat.1*
%{_mandir}/man1/sndfile-convert.1* %{_mandir}/man1/sndfile-convert.1*
%{_mandir}/man1/sndfile-info.1*
%{_mandir}/man1/sndfile-metadata-get.1*
%{_mandir}/man1/sndfile-metadata-set.1*
%{_mandir}/man1/sndfile-play.1*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -150,11 +152,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/sndfile.hh %{_includedir}/sndfile.hh
%{_includedir}/sndfile-%{wordsize}.h %{_includedir}/sndfile-%{wordsize}.h
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_libdir}/%{name}.a
%{_libdir}/pkgconfig/sndfile.pc %{_libdir}/pkgconfig/sndfile.pc
%changelog %changelog
* Tue May 11 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.21-1
- Update to 10.0.21
- Do not include the static library in the package (RHBZ#556074)
- Remove BR on jack since sndfile-jackplay is not provided anymore
* Mon Feb 1 2010 Stepan Kasal <skasal@redhat.com> - 1.0.20-5 * Mon Feb 1 2010 Stepan Kasal <skasal@redhat.com> - 1.0.20-5
- Do not build against Jack on RHEL - Do not build against Jack on RHEL
- Fix the Source0: URL - Fix the Source0: URL

View File

@ -1 +1 @@
e0553e12c7a467af44693e95e2eac668 libsndfile-1.0.20.tar.gz 880a40ec636ab2185b97f8927299b292 libsndfile-1.0.21.tar.gz