]> git.pld-linux.org Git - packages/acripper.git/blob - acripper.spec
- switch to bash
[packages/acripper.git] / acripper.spec
1 Summary:        ACRipper is a tool for ripping and encoding CD tracks on the fly
2 Summary(pl.UTF-8):      ACRipper jest narzędziem służącym do kodowania scieżek CD w locie
3 Name:           acripper
4 Version:        1.2.1
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Console
8 Source0:        http://dl.sourceforge.net/acripper/%{name}-%{version}.tar.gz
9 # Source0-md5:  2a0b67260ffbfd6378b2d39ceda3a531
10 Patch0:         %{name}-bash.patch
11 URL:            http://sourceforge.net/projects/acripper/
12 Requires:       bash
13 Requires:       cdparanoia
14 Requires:       vorbis-tools
15 Suggests:       flac
16 Suggests:       lame
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Automatic command line CD ripper and ogg encoder along with freedb.org
22 client. It tries to connect to freedb.org server to get CD info. If no
23 info is found a text file may be provided instead. Also suport FLAC
24 and MP3 (ID3 tag).
25
26 %description -l pl.UTF-8
27 Automatyczny ripper CD i enkoder ogg obsługiwany z linii poleceń, jest
28 również klientem freedb.org. Próbuje łączyć się z serwerem freedb.org
29 by pobrać informacje o CD. Jeśli żadne informacje nie zostaną
30 znalezione można wprowadzić ręcznie alternatywny opis. Program wspiera
31 FLAC i MP3 (tagi ID3).
32
33 %prep
34 %setup -q -n acriper-%{version}
35 %patch0 -p1
36
37 %build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_bindir}
42
43 install {acripper,cddbc} $RPM_BUILD_ROOT%{_bindir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README
51 %attr(755,root,root) %{_bindir}/acripper
52 %attr(755,root,root) %{_bindir}/cddbc
This page took 0.052476 seconds and 3 git commands to generate.