]> git.pld-linux.org Git - packages/shntool.git/blob - shntool.spec
- external format converters changed to Suggests, added wavpack (the rest is even...
[packages/shntool.git] / shntool.spec
1 Summary:        Multi-purpose WAV and SHN file processing and reporting utility
2 Summary(pl.UTF-8):      Wielofunkcyjne narzędzie raportujące i konwertujące pliki WAV i SHN
3 Name:           shntool
4 Version:        3.0.10
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://shnutils.freeshell.org/shntool/dist/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  5d41f8f42c3c15e3145a7a43539c3eae
10 URL:            http://shnutils.freeshell.org/shntool/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 Suggests:       flac
14 Suggests:       shorten
15 Suggests:       sox
16 Suggests:       wavpack
17 # alac, kexis, mp4als, mac (ape), bonk, la, lpac, mkwcon (mkw), ofr, takc (tak), ttaenc (tta)
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Shntool is a multi-purpose tool for processing and reporting on files
22 in Shorten and WAVE format. It is can report the size and duration of
23 WAVE and SHN files, correct files which are not properly
24 CD-sector-aligned, and stream SHN files to different formats (such as
25 WAV, FLAC or AIFF).
26
27 %description -l pl.UTF-8
28 Shntool jest wielofunkcyjnym narzędziem do odtwarzania i wyświetlania
29 raportów o plikach w formacie Shorten i WAVE. Umożliwia wyświetlanie
30 informacji o rozmiarze i czasie trwania plików WAV i SHN, korygowanie
31 plików, które nie są prawidłowo wyrównane do wielkości sektora płyty
32 CD, jak również strumieniową konwersję plików SHN do innych formatów
33 (takich jak WAV, FLAC lub AIFF).
34
35 %prep
36 %setup -q
37
38 %build
39 %{__aclocal}
40 %{__automake}
41 %{__autoconf}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog doc/* README 
57 %attr(755,root,root) %{_bindir}/shn*
58 %{_mandir}/man1/shntool.1*
This page took 0.095379 seconds and 3 git commands to generate.