]> git.pld-linux.org Git - packages/cdr.git/commitdiff
--initial pld release
authorhunter <hunter@pld-linux.org>
Mon, 23 Dec 2002 23:10:38 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdr.spec -> 1.1

cdr.spec [new file with mode: 0644]

diff --git a/cdr.spec b/cdr.spec
new file mode 100644 (file)
index 0000000..4d66ece
--- /dev/null
+++ b/cdr.spec
@@ -0,0 +1,58 @@
+Summary:       Easy Tool for automagic CD-> mp3 conversion
+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:               -
+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
+aqq
+
+%description -l pl
+aqq
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p0
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/bin/
+
+install cdr.pl $RPM_BUILD_ROOT/usr/bin/
+
+%clean
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc TODO README PLATFORMS PATCHES LICENSE Changelog
+%attr(755,root,root) %{_bindir}/%{name}.pl
This page took 0.101529 seconds and 4 git commands to generate.