OBS User unknown 2009-01-08 17:42:32 +00:00 committed by Git OBS Bridge
parent 69a2961753
commit bf7561410a
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)
-------------------------------------------------------------------
Sun May 11 12:20:52 CEST 2008 - coolo@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package libogg (Version 1.1.3)
#
# 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/
#
@ -15,7 +22,12 @@ Name: libogg
BuildRequires: pkgconfig
Summary: Ogg Bitstream Library
Version: 1.1.3
Release: 86
Release: 88
# bug437293
%ifarch ppc64
Obsoletes: libogg-64bit
%endif
#
Group: System/Libraries
License: BSD 3-Clause
Url: http://www.vorbis.com/
@ -44,6 +56,11 @@ Authors:
License: BSD 3-Clause
Summary: Ogg Bitstream Library
Group: System/Libraries
# bug437293
%ifarch ppc64
Obsoletes: libogg-64bit
%endif
#
Provides: %{name} = %{version}
#openSUSE 10.2
Obsoletes: %{name} <= 1.1.3
@ -67,6 +84,11 @@ License: BSD 3-Clause
Summary: Include Files and Libraries mandatory for Ogg Development.
Group: Development/Libraries/C and C++
Requires: libogg0 = %{version} glibc-devel
# bug437293
%ifarch ppc64
Obsoletes: libogg-devel-64bit
%endif
#
%description devel
This package contains all necessary include files and libraries needed
@ -123,12 +145,14 @@ cp AUTHORS CHANGES COPYING README $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Sun May 11 2008 coolo@suse.de
- fix rename of xxbit packages
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Sun Aug 12 2007 crrodriguez@suse.de
* Sat Aug 11 2007 crrodriguez@suse.de
- really follow the library packaging policy
- run make check
- add missing glibc-devel dependency on -devel package