File shorten.spec of Package shorten (Revision bb6a2ea850f5b195d37c7a7852125426)

Currently displaying revision bb6a2ea850f5b195d37c7a7852125426 , Show latest

45
 
1
# vim: set sw=4 ts=4 et:
2
# Copyright (c) 2006-2007 oc2pus
3
# This file and all modifications and additions to the pristine
4
# package are under the same license as the package itself.
5
#
6
# Please submit bugfixes or comments to packman@links2linux.de
7
8
Name:           shorten
9
Summary:        Fast compression for waveform files
10
Version:        3.6.1
11
Release:        0.pm.2
12
License:        Beerware
13
Group:          Productivity/Multimedia/Sound/Utilities
14
Url:            http://www.etree.org/shnutils/shorten/
15
# http://www.etree.org/shnutils/shorten/dist/src/shorten-%{version}.tar.gz
16
Source:         %{name}-%{version}.tar.bz2
17
BuildRoot:      %{_tmppath}/build-root-%{name}
18
19
%description
20
shorten is a fast, low complexity waveform coder (i.e. audio compressor),
21
originally written by Tony Robinson at SoftSound.
22
23
It can operate in both lossy and lossless modes.
24
25
%prep
26
%setup -q
27
28
%build
29
%configure
30
%__make %{?_smp_flags}
31
32
%install
33
%makeinstall
34
35
%clean
36
%{?buildroot:%__rm -rf "%{buildroot}"}
37
38
%files
39
%defattr(-,root,root)
40
%doc AUTHORS COPYING ChangeLog NEWS README doc/TODO
41
%{_bindir}/shorten
42
%doc %{_mandir}/man1/shorten.1%{ext_man}
43
44
%changelog
45