This commit is contained in:
parent
200fd29a8a
commit
18fd1232df
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmikmod (Version 3.1.11a)
|
# spec file for package libmikmod (Version 3.1.11a)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -18,8 +25,13 @@ License: LGPL v2.1 or later
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: MikMod Sound Library
|
Summary: MikMod Sound Library
|
||||||
Version: 3.1.11a
|
Version: 3.1.11a
|
||||||
Release: 71
|
Release: 111
|
||||||
%define _version 3.1.11
|
%define _version 3.1.11
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: libmikmod-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Source: %{name}-%{_version}.tar.bz2
|
Source: %{name}-%{_version}.tar.bz2
|
||||||
Patch: libmikmod-3.1.11-a.diff
|
Patch: libmikmod-3.1.11-a.diff
|
||||||
Patch1: libmikmod.diff
|
Patch1: libmikmod.diff
|
||||||
@ -43,6 +55,11 @@ Group: Development/Libraries/C and C++
|
|||||||
Summary: Development files for MikMod Sound Library
|
Summary: Development files for MikMod Sound Library
|
||||||
Requires: %{name} = %{version} glibc-devel audiofile-devel
|
Requires: %{name} = %{version} glibc-devel audiofile-devel
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: libmikmod-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files needed for compiling programs using
|
This package contains files needed for compiling programs using
|
||||||
@ -104,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/*-config.*
|
%doc %{_mandir}/man1/*-config.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user