base-specs/libtheora.spec
branchgnome-2-24
changeset 14083 f03a46b0b1e7
parent 13320 39cc3f0692dc
--- a/base-specs/libtheora.spec	Wed Dec 10 02:47:22 2008 +0000
+++ b/base-specs/libtheora.spec	Wed Dec 10 03:07:45 2008 +0000
@@ -5,24 +5,19 @@
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
-# Owner: yippi
+# Owner: jerrytan
 # bugdb: https://trac.xiph.org/
 #
 Name:         libtheora
-License:      Xiph
+License:      Xiph.org BSD-style
 Group:        System Environment/Libraries
 Version:      1.0
-%define tarball_version 1.0beta3
-#%define tarball_version 1.0alpha7
+%define tarball_version 1.0
 Release:      2
 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:2008-05-02 type:bug bugid:1356 state:upstream
-Patch1:       libtheora-01-fixtestlink.diff
-#owner:jerrytan date:2008-08-28 type:bug bugster:6722237
-Patch2:       libtheora-02-signed-short.diff
 URL:          http://www.theora.org/
 BuildRoot:    %{_tmppath}/%{name}-%{tarball_version}-build
 Docdir:       %{_docdir}/%{name}
@@ -53,8 +48,6 @@
 
 %prep
 %setup -q -n %{name}-%{tarball_version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 %ifos linux
@@ -108,6 +101,8 @@
 %{_libdir}/pkgconfig/theora.pc
 
 %changelog
+* Fri Nov 07 2008 - [email protected]
+- bump to 1.0, remove upstream patches
 * Fri Aug 29 2008 - [email protected]
 - add patch libtheora-02-signed-short.diff to bump to 1.0beta3
 * Tue Apr 29 2008 - [email protected]