]> git.pld-linux.org Git - packages/dagrab.git/blob - dagrab.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/dagrab.git] / dagrab.spec
1 Summary:        Get *.wav files from audio cd's
2 Summary(pl):    Kopiuje sciezki audio do plikow *.wav
3 Name:           dagrab
4 Version:        0.3.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Group(de):      Applikationen/Laut
9 Group(pl):      Aplikacje/D¼wiêk
10 Source0:        http://web.tiscalinet.it/marcellou/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-fix_script.patch
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 scie¿ek audio z cdromów IDE do plików
20 wav.
21
22 %prep
23 %setup -q
24 %patch -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 gzip -9nf README INSTALL *.lsm
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/*
46 %doc *.gz 
47 %{_mandir}/man1/*
This page took 0.07532 seconds and 3 git commands to generate.