[packages/sndfile-tools] - updated to 1.04

qboosh qboosh at pld-linux.org
Fri Oct 19 18:09:49 CEST 2018


commit 03e3d67baefa65dc70a583deb50fe2c93207e9f3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 19 18:13:03 2018 +0200

    - updated to 1.04

 sndfile-tools.spec | 32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)
---
diff --git a/sndfile-tools.spec b/sndfile-tools.spec
index 65ad399..fea657e 100644
--- a/sndfile-tools.spec
+++ b/sndfile-tools.spec
@@ -1,19 +1,26 @@
 Summary:	Small collection of programs that use libsndfile and other libraries
 Summary(pl.UTF-8):	Mały zestaw programów wykorzystujących libsndfile i inne biblioteki
 Name:		sndfile-tools
-Version:	1.03
+Version:	1.04
 Release:	1
 License:	GPL v2 or GPL v3
 Group:		Applications/Sound
-Source0:	http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz
-# Source0-md5:	5b74bb6bb4b2627158f861ae9c45e433
+Source0:	http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	711fce7bb51a2d8b95fac4c63327bf4c
 URL:		http://www.mega-nerd.com/libsndfile/tools/
 BuildRequires:	cairo-devel >= 1.4.0
 BuildRequires:	fftw3-devel >= 0.15.0
+BuildRequires:	gcc >= 5:3.2
 BuildRequires:	gcc-fortran
 BuildRequires:	jack-audio-connection-kit-devel >= 0.100
+BuildRequires:	libsamplerate-devel >= 0.1.5
 BuildRequires:	libsndfile-devel >= 1.0.19
 BuildRequires:	pkgconfig
+Requires:	cairo >= 1.4.0
+Requires:	fftw3 >= 0.15.0
+Requires:	jack-audio-connection-kit-libs >= 0.100
+Requires:	libsamplerate >= 0.1.5
+Requires:	libsndfile >= 1.0.19
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,7 +33,8 @@ Mały zestaw programów wykorzystujących libsndfile i inne biblioteki.
 %setup -q
 
 %build
-%configure
+%configure \
+	--disable-silent-rules
 
 %{__make}
 
@@ -36,17 +44,23 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/sndfile-tools
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README doc/*
 %attr(755,root,root) %{_bindir}/sndfile-generate-chirp
-%attr(755,root,root) %{_bindir}/sndfile-spectrogram
-%attr(755,root,root) %{_bindir}/sndfile-mix-to-mono
 %attr(755,root,root) %{_bindir}/sndfile-jackplay
+%attr(755,root,root) %{_bindir}/sndfile-mix-to-mono
+%attr(755,root,root) %{_bindir}/sndfile-resample
+%attr(755,root,root) %{_bindir}/sndfile-spectrogram
+%attr(755,root,root) %{_bindir}/sndfile-waveform
 %{_mandir}/man1/sndfile-generate-chirp.1*
-%{_mandir}/man1/sndfile-spectrogram.1*
-%{_mandir}/man1/sndfile-mix-to-mono.1*
 %{_mandir}/man1/sndfile-jackplay.1*
+%{_mandir}/man1/sndfile-mix-to-mono.1*
+%{_mandir}/man1/sndfile-resample.1*
+%{_mandir}/man1/sndfile-spectrogram.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sndfile-tools.git/commitdiff/03e3d67baefa65dc70a583deb50fe2c93207e9f3



More information about the pld-cvs-commit mailing list