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