]> git.pld-linux.org Git - packages/audiocut.git/blame - audiocut.spec
- tabs in preamble
[packages/audiocut.git] / audiocut.spec
CommitLineData
6c4da4dd 1Summary: WAV file manipulation tools
441d07bd 2Summary(pl.UTF-8): Narzędzia do manipulacji plikami WAV
6c4da4dd
SZ
3Name: audiocut
4Version: 0.6
1bf7439f 5Release: 3
6c4da4dd
SZ
6License: GPL
7Group: Applications/Sound
6c4da4dd 8Source0: http://www.slon.net/~gody/audiocut/%{name}-%{version}.tgz
7d157e20 9# Source0-md5: 33e99de848ef2021585680d2003899b3
6c4da4dd 10Patch0: %{name}-make.patch
a80137a4 11Patch1: %{name}-misc.patch
6c4da4dd 12URL: http://www.slon.net/~gody/audiocut/
a80137a4 13BuildRequires: libsndfile-devel >= 1.0.1
6c4da4dd
SZ
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
514407c1 17Audiocut is package of some small programs to manipulate WAV files
68b53c11 18based on excellent libsndfile library.
6c4da4dd 19
9145915c
JR
20%description -l pl.UTF-8
21Audiocut to zbiór małych programików do manipulowania plikami WAV,
4a608498 22oparty na znakomitej bibliotece libsndfile.
6c4da4dd
SZ
23
24%prep
4a608498 25%setup -q
6c4da4dd 26%patch0 -p1
a80137a4 27%patch1 -p1
6c4da4dd
SZ
28
29%build
e59798fe 30%{__make} \
c53a6ca6 31 CC="%{__cc}" \
e59798fe 32 CFLAGS="%{rpmcflags}" \
33 LDFLAGS="%{rpmldflags}"
6c4da4dd
SZ
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
38
e59798fe 39install wavtrim wavprint wavcat wavtime wavsplit $RPM_BUILD_ROOT%{_bindir}
6c4da4dd
SZ
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%attr(755,root,root) %{_bindir}/*
This page took 0.030315 seconds and 4 git commands to generate.