OBS User unknown 2009-01-08 17:45:06 +00:00 committed by Git OBS Bridge
parent 16403ccb85
commit f3bb71cfea
2 changed files with 34 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Wed May 21 20:43:00 CEST 2008 - cthiel@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package libtheora (Version 1.0.beta2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -18,7 +25,12 @@ License: BSD 3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Version: 1.0.beta2
Release: 3
Release: 5
# bug437293
%ifarch ppc64
Obsoletes: libtheora-64bit
%endif
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
@ -39,6 +51,11 @@ Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Provides: %{name} = %{version}
Obsoletes: %{name} <= %{version}
# bug437293
%ifarch ppc64
Obsoletes: libtheora-64bit
%endif
#
%description -n libtheora0
Theora is a free video codec based on VP3. The package contains the
@ -56,6 +73,11 @@ License: BSD 3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Requires: libtheora0 = %{version} libogg-devel
# bug437293
%ifarch ppc64
Obsoletes: libtheora-devel-64bit
%endif
#
%description devel
Theora is a free video codec based on VP3. The package contains the
@ -127,6 +149,8 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
%exclude %{_libdir}/*.la
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Wed May 21 2008 cthiel@suse.de
- fix baselibs.conf
* Thu Apr 10 2008 ro@suse.de
@ -156,7 +180,7 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
* more assembly optimizations
* Wed Aug 15 2007 coolo@suse.de
- fixing upgrade (#293401)
* Sun Aug 12 2007 crrodriguez@suse.de
* Sat Aug 11 2007 crrodriguez@suse.de
- fix build in x86_64
- use library packaging policy
- run make check in the check section