]> git.pld-linux.org Git - packages/dagrab.git/blame - dagrab.spec
- tabs in preamble
[packages/dagrab.git] / dagrab.spec
CommitLineData
4debb96a 1Summary: Get *.WAV files from audio cd's
19f96425 2Summary(pl.UTF-8): Kopiuje scieżki audio do plików *.WAV
52425c5d 3Name: dagrab
4Version: 0.3.5
5Release: 1
6License: GPL
7cf763b7 7Group: Applications/Sound
7cf763b7 8Source0: http://web.tiscalinet.it/marcellou/%{name}-%{version}.tar.gz
8b50738c 9# Source0-md5: 96e77ffddad5c8f63d4e411f4e033d14
7a8a312e 10Patch0: %{name}-fix_script.patch
332a922f 11URL: http://web.tiscali.it/marcellou/dagrab.html
52425c5d 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
52425c5d 14%description
ea9d779a 15DAGRAB is a program for reading audio tracks from an IDE cdrom drive
4debb96a 16into WAV sound files.
52425c5d 17
c5f1db9e
JR
18%description -l pl.UTF-8
19DAGRAB to program do zgrywania ścieżek audio z cdromów IDE do plików
4debb96a 20WAV.
52425c5d 21
22%prep
23%setup -q
6d96b62a 24%patch0 -p1
52425c5d 25
26%build
7a8a312e 27%{__make} CFLAGS="%{rpmcflags}"
52425c5d 28
29%install
30rm -rf $RPM_BUILD_ROOT
7cf763b7 31install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
52425c5d 32
7a8a312e 33install dagrab $RPM_BUILD_ROOT%{_bindir}
7cf763b7 34install dagmp3cd dagmp3enc $RPM_BUILD_ROOT%{_bindir}
52425c5d 35
36install dagrab.1 $RPM_BUILD_ROOT%{_mandir}/man1
37
52425c5d 38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%attr(755,root,root) %{_bindir}/*
ded745bb 44%doc README INSTALL *.lsm
52425c5d 45%{_mandir}/man1/*
This page took 0.074958 seconds and 4 git commands to generate.