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