This commit is contained in:
parent
f735715fb6
commit
ee8ee8982a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
31
libaio.spec
31
libaio.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package libaio (Version 0.3.104)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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,8 +22,16 @@ Name: libaio
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libaio-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libaio-32bit
|
||||
%endif
|
||||
#
|
||||
Version: 0.3.104
|
||||
Release: 104
|
||||
Release: 139
|
||||
Summary: Linux-Native Asynchronous I/O Access Library
|
||||
Source: libaio-%{version}.tar.bz2
|
||||
Patch1: libaio-%{version}.diff
|
||||
@ -38,6 +53,14 @@ License: LGPL v2.1 or later
|
||||
Summary: Development Files for Linux-native Asynchronous I/O Access
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libaio = %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libaio-devel-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libaio-devel-32bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description devel
|
||||
This package provides header files to include, and libraries to link
|
||||
@ -77,6 +100,8 @@ ln -s ../../%{_lib}/libaio.so.1 %{buildroot}%{_libdir}/libaio.so
|
||||
%_libdir/libaio.so
|
||||
|
||||
%changelog
|
||||
* Thu Dec 04 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
Loading…
Reference in New Issue
Block a user