]> git.pld-linux.org Git - packages/cuetools.git/blame - cuetools.spec
- initial
[packages/cuetools.git] / cuetools.spec
CommitLineData
a968015e
AF
1Summary: Set of utilities for working with cue files and toc files
2Name: cuetools
3Version: 1.3.1
4Release: 0.1
5License: GPL
6Group: Applications
7Source0: http://download.berlios.de/cuetools/%{name}-%{version}.tar.gz
8# Source0-md5: 45575f7a1bdc6615599fa6cb49845cca
9URL: http://developer.berlios.de/projects/cuetools/
10#BuildRequires: -
11#Requires: -
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15cuetools is a set of utilities for working with cue files and toc files.
16
17%prep
18%setup -q
19
20%build
21%configure
22%{__make}
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27%{__make} install \
28 DESTDIR=$RPM_BUILD_ROOT
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%doc AUTHORS NEWS TODO
36%attr(755,root,root) %{_bindir}/*
37%{_mandir}/man1/*
This page took 0.127044 seconds and 4 git commands to generate.