5 Summary: The Vorbis General Audio Compression Codec
9 Group: Libraries/Multimedia
11 URL: http://www.xiph.org/
12 Vendor: Xiphophorus <team@xiph.org>
13 Source: ftp://ftp.xiph.org/pub/ogg/vorbis/%{name}-%{version}.tar.gz
14 BuildRoot: %{_tmppath}/%{name}-root
15 Requires: libogg >= 1.0rc3
19 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
20 general-purpose compressed audio format for audio and music at fixed
21 and variable bitrates from 16 to 128 kbps/channel.
24 Summary: Vorbis Library Development
25 Group: Development/Libraries
26 Requires: libogg-devel >= 1.0rc3
27 Requires: libvorbis-devel = %{version}
30 The libvorbis-devel package contains the header files and documentation
31 needed to develop applications with libvorbis.
34 %setup -q -n %{name}-%{version}
37 if [ ! -f configure ]; then
38 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix}
40 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
45 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
46 make DESTDIR=$RPM_BUILD_ROOT install
53 %{_libdir}/libvorbis.so.*
54 %{_libdir}/libvorbisfile.so.*
55 %{_libdir}/libvorbisenc.so.*
63 %{_datadir}/aclocal/vorbis.m4
64 %{_includedir}/vorbis/codec.h
65 %{_includedir}/vorbis/vorbisfile.h
66 %{_includedir}/vorbis/vorbisenc.h
67 %{_libdir}/libvorbis.a
68 %{_libdir}/libvorbis.so
69 %{_libdir}/libvorbisfile.a
70 %{_libdir}/libvorbisfile.so
71 %{_libdir}/libvorbisenc.a
72 %{_libdir}/libvorbisenc.so
75 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
84 * Sun Dec 31 2001 Jack Moffitt <jack@xiph.org>
85 - Updated for rc3 release.
87 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
88 - Updated for configurable prefixes
90 * Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
91 - initial spec file created