]> git.pld-linux.org Git - packages/cdr.git/blob - cdr.spec
214905294e136879e461cb680147b29d545e9d0f
[packages/cdr.git] / cdr.spec
1 Summary:        Easy Tool for automagic CD-> mp3 conversion
2 Summary(pl):    £atwe narzêdzie do automatycznej konwersji CD-> mp3
3 Name:           cdr
4 Version:        3.0.0
5 Release:        0
6 License:        GPL
7 Group:          Applications
8 Vendor:         David Cantrell (david@burdell.org)
9 Source0:        http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-fix-program-locations.patch
11 URL:            http://cdr.sourceforge.net/
12 Requires:       /usr/bin/id3ed
13 Requires:       /usr/bin/cdparanoia
14 Requires:       /usr/bin/lame
15 Requires:       /usr/bin/cdialog
16 Requires:       /bin/rm
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Cdr is a Perl program that provides a simple console front-end for
21 creating high-quality MP3s. Since cdr is a frontend, it requires many
22 programs in order to do its work. Normally cdr comes with most of the
23 tools you'll need, but since we have them in our distro they are not
24 compiled/provided w/ this package. Don't forget to set +r on
25 /dev/cdrom for your lusers :-)
26
27 %description -l pl
28 Cdr jest skryptem Perl u³atwiaj±cym tworzenie plików mp3 z p³ytek CD.
29 Jest to tylko interfejs wymagaj±cy innych narzêdzi, normalnie
30 przychodz± one w paczce z cdr, jednak mamy te narzêdzia w naszych
31 zasobach i dlatego nie ma ich w tym pakiecie. Nie nale¿y zapomnieæ o
32 ustawieniu +r do /dev/cdrom dla swoich u¿ytkowników.
33
34 %prep
35 %setup -q -n %{name}-%{version}
36 %patch0 -p0
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41
42 install cdr.pl $RPM_BUILD_ROOT%{_bindir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc TODO README PLATFORMS PATCHES LICENSE Changelog
50 %attr(755,root,root) %{_bindir}/%{name}.pl
This page took 0.029251 seconds and 3 git commands to generate.