]> git.pld-linux.org Git - packages/sndfile-tools.git/commitdiff
- updated to 1.04 auto/th/sndfile-tools-1.04-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Oct 2018 16:13:03 +0000 (18:13 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Oct 2018 16:13:03 +0000 (18:13 +0200)
sndfile-tools.spec

index 65ad399682bea14707a5fa9650cc3de0d74e9488..fea657e783501a13d32c031072780047c809e1e8 100644 (file)
@@ -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*
This page took 0.174748 seconds and 4 git commands to generate.