]> git.pld-linux.org Git - packages/cuetools.git/blob - cuetools.spec
- updated to 1.4.1
[packages/cuetools.git] / cuetools.spec
1 Summary:        Set of utilities for working with cue files and toc files
2 Summary(pl.UTF-8):      Zestaw narzędzi do pracy z plikami cue i toc
3 Name:           cuetools
4 Version:        1.3.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Files
8 Source0:        http://download.berlios.de/cuetools/%{name}-%{version}.tar.gz
9 # Source0-md5:  45575f7a1bdc6615599fa6cb49845cca
10 Patch0:         %{name}-flac.patch
11 URL:            http://developer.berlios.de/projects/cuetools/
12 Conflicts:      flac < 1.1.4
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 cuetools is a set of utilities for working with cue files and toc
17 files.
18
19 %description -l pl.UTF-8
20 cuetools to zestaw narzędzi do pracy z plikami cue i toc.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 install -m755 extras/cuetag.sh $RPM_BUILD_ROOT%{_bindir}/cuetag
37
38 %clean
39 rm -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.108824 seconds and 3 git commands to generate.