]> git.pld-linux.org Git - packages/shntool.git/blob - shntool.spec
a731b5ead169091de2e83cab02dacc19095d9f2a
[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 Requires:       flac
14 Requires:       shorten
15 Requires:       sox
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Shntool is a multi-purpose tool for processing and reporting on files
20 in Shorten and WAVE format. It is can report the size and duration of
21 WAVE and SHN files, correct files which are not properly
22 CD-sector-aligned, and stream SHN files to different formats (such as
23 WAV, FLAC or AIFF).
24
25 %description -l pl.UTF-8
26 Shntool jest wielofunkcyjnym narzędziem do odtwarzania i wyświetlania
27 raportów o plikach w formacie Shorten i WAVE. Umożliwia wyświetlanie
28 informacji o rozmiarze i czasie trwania plików WAV i SHN, korygowanie
29 plików, które nie są prawidłowo wyrównane do wielkości sektora płyty
30 CD, jak również strumieniową konwersję plików SHN do innych formatów
31 (takich jak WAV, FLAC lub AIFF).
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__automake}
39 %{__autoconf}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog doc/* README 
55 %attr(755,root,root) %{_bindir}/shn*
56 %{_mandir}/man1/shntool.1*
This page took 0.0506 seconds and 2 git commands to generate.