]> git.pld-linux.org Git - packages/sndfile-tools.git/blob - sndfile-tools.spec
fea657e783501a13d32c031072780047c809e1e8
[packages/sndfile-tools.git] / sndfile-tools.spec
1 Summary:        Small collection of programs that use libsndfile and other libraries
2 Summary(pl.UTF-8):      Mały zestaw programów wykorzystujących libsndfile i inne biblioteki
3 Name:           sndfile-tools
4 Version:        1.04
5 Release:        1
6 License:        GPL v2 or GPL v3
7 Group:          Applications/Sound
8 Source0:        http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  711fce7bb51a2d8b95fac4c63327bf4c
10 URL:            http://www.mega-nerd.com/libsndfile/tools/
11 BuildRequires:  cairo-devel >= 1.4.0
12 BuildRequires:  fftw3-devel >= 0.15.0
13 BuildRequires:  gcc >= 5:3.2
14 BuildRequires:  gcc-fortran
15 BuildRequires:  jack-audio-connection-kit-devel >= 0.100
16 BuildRequires:  libsamplerate-devel >= 0.1.5
17 BuildRequires:  libsndfile-devel >= 1.0.19
18 BuildRequires:  pkgconfig
19 Requires:       cairo >= 1.4.0
20 Requires:       fftw3 >= 0.15.0
21 Requires:       jack-audio-connection-kit-libs >= 0.100
22 Requires:       libsamplerate >= 0.1.5
23 Requires:       libsndfile >= 1.0.19
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Small collection of programs that use libsndfile and other libraries.
28
29 %description -l pl.UTF-8
30 Mały zestaw programów wykorzystujących libsndfile i inne biblioteki.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         --disable-silent-rules
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 # packaged as %doc
48 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/sndfile-tools
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README doc/*
56 %attr(755,root,root) %{_bindir}/sndfile-generate-chirp
57 %attr(755,root,root) %{_bindir}/sndfile-jackplay
58 %attr(755,root,root) %{_bindir}/sndfile-mix-to-mono
59 %attr(755,root,root) %{_bindir}/sndfile-resample
60 %attr(755,root,root) %{_bindir}/sndfile-spectrogram
61 %attr(755,root,root) %{_bindir}/sndfile-waveform
62 %{_mandir}/man1/sndfile-generate-chirp.1*
63 %{_mandir}/man1/sndfile-jackplay.1*
64 %{_mandir}/man1/sndfile-mix-to-mono.1*
65 %{_mandir}/man1/sndfile-resample.1*
66 %{_mandir}/man1/sndfile-spectrogram.1*
This page took 0.126789 seconds and 2 git commands to generate.