SPECS: libtheora.spec - updated to 1.0alpha5 - clear optflags, BR:...
charles
charles at pld-linux.org
Wed Aug 24 01:26:53 CEST 2005
Author: charles Date: Tue Aug 23 23:26:53 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0alpha5
- clear optflags, BR: sed >= 4.0
---- Files affected:
SPECS:
libtheora.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/libtheora.spec
diff -u SPECS/libtheora.spec:1.7 SPECS/libtheora.spec:1.8
--- SPECS/libtheora.spec:1.7 Wed May 25 14:33:42 2005
+++ SPECS/libtheora.spec Wed Aug 24 01:26:47 2005
@@ -3,12 +3,12 @@
Summary(pl): Theora - kodek obrazu do używania w systemie strumieni multimedialnych Ogg
Name: libtheora
Version: 1.0
-%define bver alpha4
-Release: 0.%{bver}.2
+%define bver alpha5
+Release: 0.%{bver}.1
License: BSD-like
Group: Libraries
-Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}%{bver}.tar.gz
-# Source0-md5: 75f436a980b80f8b8102ee182ddb8748
+Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}%{bver}.tar.bz2
+# Source0-md5: 41940562932a8b7bf795d79e4190b21a
URL: http://www.theora.org/
BuildRequires: SDL-devel
BuildRequires: autoconf
@@ -18,6 +18,7 @@
BuildRequires: libtool
BuildRequires: libvorbis-devel >= 1:1.0.1
BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
Requires: libogg >= 2:1.1
Requires: libvorbis >= 1:1.0.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -64,8 +65,10 @@
%setup -q -n %{name}-%{version}%{bver}
%build
+%{__sed} -i 's,CFLAGS="-g -O2 ,CFLAGS=",' configure.ac
+
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoconf}
%{__automake}
%configure
@@ -108,6 +111,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/08/23 23:26:47 charles
+- updated to 1.0alpha5
+- clear optflags, BR: sed >= 4.0
+
Revision 1.7 2005/05/25 12:33:42 pluto
- release .2 for Th.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libtheora.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list