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