]> git.pld-linux.org Git - packages/cdr.git/blob - cdr.spec
-huh, why use package's own dialog, cdparanoia, id3ed since we have them all ?
[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 #Icon:          -
10 Source0:        http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-fix-program-locations.patch
12 URL:            http://cdr.sourceforge.net
13 #BuildRequires: -
14 #PreReq:                -
15 Requires:       /usr/bin/id3ed
16 Requires:       /usr/bin/cdparanoia
17 Requires:       /usr/bin/lame
18 Requires:       /usr/bin/cdialog
19 Requires:       /bin/rm
20 #Requires(pre,post):    -
21 #Requires(preun):       -
22 #Requires(postun):      -
23 #Provides:      -
24 #Obsoletes:     -
25 #Conflicts:     -
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 aqq
30
31 %description -l pl
32 aqq
33
34 %prep
35 %setup -q -n %{name}-%{version}
36 %patch0 -p0
37
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT/usr/bin/
42
43 install cdr.pl $RPM_BUILD_ROOT/usr/bin/
44
45 %clean
46
47 %pre
48
49 %post
50
51 %preun
52
53 %postun
54
55 %files
56 %defattr(644,root,root,755)
57 %doc TODO README PLATFORMS PATCHES LICENSE Changelog
58 %attr(755,root,root) %{_bindir}/%{name}.pl
This page took 0.042256 seconds and 3 git commands to generate.