fix build error
authorjerrytan
Wed, 26 Aug 2009 13:14:06 +0000
changeset 16365 6e802c0bdb9a
parent 16364 f8f2a02122dd
child 16366 612a7c43cb62
fix build error
ChangeLog
SUNWlibtheora.spec
base-specs/libtheora.spec
--- a/ChangeLog	Wed Aug 26 10:52:43 2009 +0000
+++ b/ChangeLog	Wed Aug 26 13:14:06 2009 +0000
@@ -1,3 +1,9 @@
+009-08-26  Jerry Tan <[email protected]>
+
+        * SUNWlibtheora.spec:
+        * base-specs/libtheora.spec:
+        fix build error
+
 2009-08-24  Laszlo (Laca) Peter  <[email protected]>
 
 	* SUNWPython.spec: add ncurses dependency
--- a/SUNWlibtheora.spec	Wed Aug 26 10:52:43 2009 +0000
+++ b/SUNWlibtheora.spec	Wed Aug 26 13:14:06 2009 +0000
@@ -75,8 +75,8 @@
 %{_includedir}/*
 %dir %attr (0755, root, sys) %{_datadir}
 %dir %attr (0755, root, other) %{_datadir}/doc
-%dir %attr (0755, root, other) %{_datadir}/doc/libtheora-1.0
-%{_datadir}/doc/libtheora-1.0/*
+%dir %attr (0755, root, other) %{_datadir}/doc/libtheora-1.1beta3
+%{_datadir}/doc/libtheora-1.1beta3/*
 %dir %attr (0755, root, bin) %{_mandir}
 %dir %attr (0755, root, bin) %{_mandir}/man3
 %{_mandir}/man3/*
--- a/base-specs/libtheora.spec	Wed Aug 26 10:52:43 2009 +0000
+++ b/base-specs/libtheora.spec	Wed Aug 26 13:14:06 2009 +0000
@@ -12,7 +12,7 @@
 License:      Xiph.org BSD-style
 Group:        Libraries/Multimedia
 Version:      1.1beta3
-%define tarball_version 1.0
+%define tarball_version 1.1beta3
 Release:      2
 Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
@@ -70,7 +70,9 @@
             --prefix=%{_prefix} \
             --sysconfdir=%{_sysconfdir} \
             --mandir=%{_mandir} \
-            --disable-asm
+            --disable-asm \
+	    --disable-examples
+
 
 make -j $CPUS