]> git.pld-linux.org Git - packages/cuetools.git/commitdiff
- initial
authorArtur Frysiak <artur@frysiak.net>
Sun, 15 Apr 2007 11:42:07 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cuetools.spec -> 1.1

cuetools.spec [new file with mode: 0644]

diff --git a/cuetools.spec b/cuetools.spec
new file mode 100644 (file)
index 0000000..9024685
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Set of utilities for working with cue files and toc files
+Name:          cuetools
+Version:       1.3.1
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://download.berlios.de/cuetools/%{name}-%{version}.tar.gz
+# Source0-md5: 45575f7a1bdc6615599fa6cb49845cca
+URL:           http://developer.berlios.de/projects/cuetools/
+#BuildRequires:        -
+#Requires:     -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cuetools is a set of utilities for working with cue files and toc files.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.151993 seconds and 4 git commands to generate.