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