]> git.pld-linux.org Git - packages/cuetools.git/blame - cuetools.spec
- install cuetag from extras
[packages/cuetools.git] / cuetools.spec
CommitLineData
a968015e 1Summary: Set of utilities for working with cue files and toc files
0efb012e 2Summary(pl.UTF-8): Zestaw narzędzi do pracy z plikami cue i toc
a968015e
AF
3Name: cuetools
4Version: 1.3.1
2423d765 5Release: 1
a968015e
AF
6License: GPL
7Group: Applications
8Source0: http://download.berlios.de/cuetools/%{name}-%{version}.tar.gz
9# Source0-md5: 45575f7a1bdc6615599fa6cb49845cca
2423d765 10Patch0: %{name}-flac.patch
a968015e 11URL: http://developer.berlios.de/projects/cuetools/
2423d765 12Conflicts: flac < 1.1.4
a968015e
AF
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
0efb012e
JB
16cuetools is a set of utilities for working with cue files and toc
17files.
18
19%description -l pl.UTF-8
20cuetools to zestaw narzędzi do pracy z plikami cue i toc.
a968015e
AF
21
22%prep
23%setup -q
2423d765 24%patch0 -p1
a968015e
AF
25
26%build
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
2423d765
AF
36install -m755 extras/cuetag.sh $RPM_BUILD_ROOT/%{_bindir}/cuetag
37
a968015e
AF
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc AUTHORS NEWS TODO
44%attr(755,root,root) %{_bindir}/*
45%{_mandir}/man1/*
This page took 0.108265 seconds and 4 git commands to generate.