[xiph-cvs] cvs commit: vorbis libvorbis.spec
Carsten Haese
carsten at xiph.org
Mon Nov 17 06:39:13 PST 2003
carsten 03/11/17 09:39:13
Modified: . libvorbis.spec
Log:
Updated RPM spec by Warren Dukes (shank)
Revision Changes Path
1.20 +13 -4 vorbis/libvorbis.spec
Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libvorbis.spec 19 Jul 2002 06:48:15 -0000 1.19
+++ libvorbis.spec 17 Nov 2003 14:39:12 -0000 1.20
@@ -1,5 +1,5 @@
Name: libvorbis
-Version: 1.0
+Version: 1.0.1
Release: 1
Summary: The Vorbis General Audio Compression Codec
@@ -19,8 +19,8 @@
Provides: %{name} = %{epoch}:1.0rc3-%{release}
Provides: %{name} = %{epoch}:1.0beta4-%{release}
-Requires: libogg >= 1.0
-BuildRequires: libogg-devel >= 1.0
+Requires: libogg >= 1.1
+BuildRequires: libogg-devel >= 1.1
%description
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
@@ -30,7 +30,7 @@
%package devel
Summary: Vorbis Library Development
Group: Development/Libraries
-Requires: libogg-devel >= 1.0
+Requires: libogg-devel >= 1.1
Requires: libvorbis = %{version}
# Dirty trick to tell rpm that this package actually provides what the
# last rc and beta was offering
@@ -82,13 +82,22 @@
%{_includedir}/vorbis/vorbisfile.h
%{_includedir}/vorbis/vorbisenc.h
%{_libdir}/libvorbis.a
+%{_libdir}/libvorbis.la
%{_libdir}/libvorbis.so
%{_libdir}/libvorbisfile.a
+%{_libdir}/libvorbisfile.la
%{_libdir}/libvorbisfile.so
%{_libdir}/libvorbisenc.a
+%{_libdir}/libvorbisenc.la
%{_libdir}/libvorbisenc.so
+%{_libdir}/pkgconfig/vorbis.pc
+%{_libdir}/pkgconfig/vorbisfile.pc
+%{_libdir}/pkgconfig/vorbisenc.pc
%changelog
+* Tue Oct 07 2003 Warren Dukes <shank at xiph.org>
+- update for 1.0.1 release
+
* Sun Jul 14 2002 Thomas Vander Stichele <thomas at apestaart.org>
- Added BuildRequires:
- updated for 1.0 release
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list