]> git.pld-linux.org Git - packages/cdr.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Dec 2002 13:46:46 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdr.spec -> 1.3

cdr.spec

index d09ea7b3cc26a5473c47d5a89eef5fc3ecac4188..214905294e136879e461cb680147b29d545e9d0f 100644 (file)
--- a/cdr.spec
+++ b/cdr.spec
@@ -1,48 +1,45 @@
 Summary:       Easy Tool for automagic CD-> mp3 conversion
-Summary(pl):   £atwe narzêdzie do automatycznej konwersji CD-> mp3.
+Summary(pl):   £atwe narzêdzie do automatycznej konwersji CD-> mp3
 Name:          cdr
 Version:       3.0.0
 Release:       0
 License:       GPL
 Group:         Applications
 Vendor:                David Cantrell (david@burdell.org)
-#Icon:         -
 Source0:       http://telia.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:                %{name}-fix-program-locations.patch
-URL:           http://cdr.sourceforge.net
-#BuildRequires:        -
-#PreReq:               -
+URL:           http://cdr.sourceforge.net/
 Requires:      /usr/bin/id3ed
 Requires:      /usr/bin/cdparanoia
 Requires:      /usr/bin/lame
 Requires:      /usr/bin/cdialog
 Requires:      /bin/rm
-#Requires(pre,post):   -
-#Requires(preun):      -
-#Requires(postun):     -
-#Provides:     -
-#Obsoletes:    -
-#Conflicts:    -
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Cdr is a Perl program that provides a simple console front-end to creating high-quality MP3s.  Since cdr is a frontend, it requires many programs in order to do its work. Normally cdr comes with most of the tools you'll need, but since we have them in our distro they are not compiled/provided w/ this package.
-Don't forget to set +r on /dev/cdrom for your lusers :-)
+Cdr is a Perl program that provides a simple console front-end for
+creating high-quality MP3s. Since cdr is a frontend, it requires many
+programs in order to do its work. Normally cdr comes with most of the
+tools you'll need, but since we have them in our distro they are not
+compiled/provided w/ this package. Don't forget to set +r on
+/dev/cdrom for your lusers :-)
 
 %description -l pl
-Cdr jest skryptem Perl u³atwiaj±cym tworzenie plików mp3 z p³ytek CD. Jest to tylko miêdzymordzie wymagaj±ce innych narzêdzi, normalnie przychodz± one w paczce z cdr, jednak mamy te narzêdzia w naszych zasobach i dlatego nie znajdziesz ich w tej paczce.
-Nie zapomnij ustawiæ +r do /dev/cdrom dla Twoich u¿ytkowników.
+Cdr jest skryptem Perl u³atwiaj±cym tworzenie plików mp3 z p³ytek CD.
+Jest to tylko interfejs wymagaj±cy innych narzêdzi, normalnie
+przychodz± one w paczce z cdr, jednak mamy te narzêdzia w naszych
+zasobach i dlatego nie ma ich w tym pakiecie. Nie nale¿y zapomnieæ o
+ustawieniu +r do /dev/cdrom dla swoich u¿ytkowników.
 
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p0
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin/
+install -d $RPM_BUILD_ROOT%{_bindir}
 
-install cdr.pl $RPM_BUILD_ROOT/usr/bin/
+install cdr.pl $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.076876 seconds and 4 git commands to generate.