base-specs/libtheora.spec
changeset 11122 a56928b8a1ec
parent 9397 b16e349d18c5
child 11132 0183b8aba79a
--- a/base-specs/libtheora.spec	Mon Nov 05 15:54:02 2007 +0000
+++ b/base-specs/libtheora.spec	Tue Nov 06 03:00:28 2007 +0000
@@ -11,12 +11,14 @@
 License:      Xiph
 Group:        System Environment/Libraries
 Version:      1.0
-%define tarball_version 1.0alpha7
-Release:      2
+%define tarball_version 1.0beta2
+Release:      1
 Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
 Summary:      The Theora Video Compression Codec.
 Source:       http://downloads.xiph.org/releases/theora/%{name}-%{tarball_version}.tar.gz
+#owner:yippi date:2004-11-24 type:bug
+Patch1:       libtheora-01-fixlink.diff
 URL:          http://theora.org/
 URL:          http://www.theora.org/
 BuildRoot:    %{_tmppath}/%{name}-%{tarball_version}-build
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{name}-%{tarball_version}
+%patch1 -p1
 
 %build
 %ifos linux
@@ -101,6 +104,8 @@
 %{_libdir}/pkgconfig/theora.pc
 
 %changelog
+* Mon Nov 05 2007 - [email protected]
+- Bump to 1.0beta2.
 * Fri Feb 09 2006 - [email protected]
 - Go back to 1.0alpha7, but add --disable-asm configure flag so that
   we don't try to compile GCC-style assembler code with Sun Studio