- Update to 10.0.22

This commit is contained in:
Orcan Ogetbil 2010-10-05 02:30:35 -04:00
parent fb1b4d509f
commit 715cbf6e34
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libsndfile-1.0.21.tar.gz
/libsndfile-1.0.22.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Library for reading and writing sound files
Name: libsndfile
Version: 1.0.21
Version: 1.0.22
Release: 1%{?dist}
License: LGPLv2+ and GPLv2+ and BSD
Group: System Environment/Libraries
@ -54,10 +54,6 @@ This package contains command line utilities for libsndfile.
%prep
%setup -q
# Fix encoding
iconv -f iso8859-1 -t utf8 ChangeLog -o tmpfile
touch -r ChangeLog tmpfile
mv -f tmpfile ChangeLog
%build
%configure \
@ -135,10 +131,13 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/sndfile-metadata-set
%{_bindir}/sndfile-play
%{_bindir}/sndfile-regtest
%{_bindir}/sndfile-salvage
%{_mandir}/man1/sndfile-cmp.1*
%{_mandir}/man1/sndfile-concat.1*
%{_mandir}/man1/sndfile-convert.1*
%{_mandir}/man1/sndfile-deinterleave.1*
%{_mandir}/man1/sndfile-info.1*
%{_mandir}/man1/sndfile-interleave.1*
%{_mandir}/man1/sndfile-metadata-get.1*
%{_mandir}/man1/sndfile-metadata-set.1*
%{_mandir}/man1/sndfile-play.1*
@ -156,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 05 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.22-1
- Update to 10.0.22
* 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)

View File

@ -1 +1 @@
880a40ec636ab2185b97f8927299b292 libsndfile-1.0.21.tar.gz
79b6ee2c33c878448c67698e1bf85378 libsndfile-1.0.22.tar.gz