]> git.pld-linux.org Git - packages/cdr.git/blame - cdr.spec
- tabs in preamble
[packages/cdr.git] / cdr.spec
CommitLineData
98eb33cd 1Summary: Easy Tool for automagic CD-> MP3 conversion
3eb7c9c4 2Summary(pl.UTF-8): Łatwe narzędzie do automatycznej konwersji CD-> MP3
5504acb6 3Name: cdr
4Version: 3.0.0
5Release: 0
ae00b4e2 6License: GPL v2
998a6b33 7Vendor: David Cantrell <david@burdell.org>
ae00b4e2
JB
8Group: Applications
9Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
c158be75 10# Source0-md5: d00f2d00e117f376bff9f72ef50ba166
5504acb6 11Patch0: %{name}-fix-program-locations.patch
42a4951e 12URL: http://cdr.sourceforge.net/
ae00b4e2 13Requires: /usr/bin/cdialog
5504acb6 14Requires: /usr/bin/cdparanoia
ae00b4e2 15Requires: /usr/bin/id3ed
5504acb6 16Requires: /usr/bin/lame
5504acb6 17Requires: /bin/rm
5504acb6 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
42a4951e
JB
21Cdr is a Perl program that provides a simple console front-end for
22creating high-quality MP3s. Since cdr is a frontend, it requires many
23programs in order to do its work. Normally cdr comes with most of the
24tools you'll need, but since we have them in our distro they are not
25compiled/provided w/ this package. Don't forget to set +r on
26/dev/cdrom for your lusers :-)
5504acb6 27
affaa4dc
JR
28%description -l pl.UTF-8
29Cdr jest skryptem Perl ułatwiającym tworzenie plików MP3 z płytek CD.
30Jest to tylko interfejs wymagający innych narzędzi, normalnie
31przychodzą one w paczce z cdr, jednak mamy te narzędzia w naszych
32zasobach i dlatego nie ma ich w tym pakiecie. Nie należy zapomnieć o
33ustawieniu +r do /dev/cdrom dla swoich użytkowników.
5504acb6 34
35%prep
ae00b4e2 36%setup -q
5504acb6 37%patch0 -p0
38
5504acb6 39%install
40rm -rf $RPM_BUILD_ROOT
42a4951e 41install -d $RPM_BUILD_ROOT%{_bindir}
5504acb6 42
42a4951e 43install cdr.pl $RPM_BUILD_ROOT%{_bindir}
5504acb6 44
45%clean
1b02a13c 46rm -rf $RPM_BUILD_ROOT
5504acb6 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.074475 seconds and 4 git commands to generate.