SPECS: cuetools.spec (NEW) - initial

wiget wiget at pld-linux.org
Sun Apr 15 13:42:12 CEST 2007


Author: wiget                        Date: Sun Apr 15 11:42:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   cuetools.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cuetools.spec
diff -u /dev/null SPECS/cuetools.spec:1.1
--- /dev/null	Sun Apr 15 13:42:12 2007
+++ SPECS/cuetools.spec	Sun Apr 15 13:42:07 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+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/*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/15 11:42:07  wiget
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list