]> git.pld-linux.org Git - packages/vorbis-tools.git/blob - vorbis-tools.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/vorbis-tools.git] / vorbis-tools.spec
1 Summary:        The OGG Vorbis lossy audio compression codec
2 Summary(pl):    Codec do stratnej kompresji d¼wiêku Vorbis OGG
3 Name:           vorbis-tools
4 Version:        1.0.0_cvs2000.10.29
5 Release:        1
6 License:        GPL
7 Group:          Development/Libraries
8 Group(de):      Entwicklung/Libraries
9 Group(fr):      Development/Librairies
10 Group(pl):      Programowanie/Biblioteki
11 URL:            http://www.xiph.org/vorbis/index.html
12 Source0:        ftp://www.xiph.org/ogg/vorbis/download/vorbis_nightly_cvs.tgz
13 Patch0:         %{name}-make.patch
14 BuildRequires:  libvorbis-devel
15 BuildRequires:  libao-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description 
19 Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
20 general-purpose compressed audio format for high quality
21 (44.1-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
22 variable bitrates from 16 to 128 kbps/channel. This places Vorbis in
23 the same class as audio representations including MPEG-1 audio layer
24 3, MPEG-4 audio (AAC and TwinVQ), and PAC.
25
26 %prep
27 %setup -q -n vorbis-tools
28 %patch0 -p1
29
30 %build
31 if [ ! -f configure ]; then
32   CFLAGS="%{rpmcflags}" ./autogen.sh --prefix=%{_prefix}
33 else
34   %configure --prefix=%{_prefix}
35 fi
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} DESTDIR=$RPM_BUILD_ROOT install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README
49 %{_mandir}/man1/*
50 %attr(755,root,root) %{_bindir}/*
This page took 0.05091 seconds and 3 git commands to generate.