- Update to 10.0.22
This commit is contained in:
parent
fb1b4d509f
commit
715cbf6e34
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libsndfile-1.0.21.tar.gz
|
||||
/libsndfile-1.0.22.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user