Accepting request 30332 from home:jengelh:branches:devel:libraries:c_c++
Copy from home:jengelh:branches:devel:libraries:c_c++/libaio via accept of submit request 30332 revision 9. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/30332 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=4
This commit is contained in:
parent
b393d9f01b
commit
05b165a258
18
libaio.spec
18
libaio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libaio (Version 0.3.107)
|
# spec file for package libaio (Version 0.3.107)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libaio
|
Name: libaio
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -28,16 +28,16 @@ Obsoletes: libaio-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 0.3.107
|
Version: 0.3.107
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Linux-Native Asynchronous I/O Access Library
|
Summary: Linux-Native Asynchronous I/O Access Library
|
||||||
Source: libaio-%{version}.tar.bz2
|
Source: libaio-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch2: libaio-optflags.diff
|
Patch2: libaio-optflags.diff
|
||||||
Patch3: 00_arches.patch
|
Patch3: 00_arches.patch
|
||||||
Patch4: 00_arches_sh.patch
|
Patch4: 00_arches_sh.patch
|
||||||
Patch5: 01_link_libgcc.patch
|
Patch5: 01_link_libgcc.patch
|
||||||
Patch6: 02_libdevdir.patch
|
Patch6: 02_libdevdir.patch
|
||||||
Patch7: 03_man_errors.patch
|
Patch7: 03_man_errors.patch
|
||||||
Patch500: ARM_io_getevents.diff
|
Patch500: ARM_io_getevents.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ require the Linux-native async I/O API.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Summary: Development Files for Linux-native Asynchronous I/O Access
|
Summary: Development Files for Linux-native Asynchronous I/O Access
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libaio = %{version} glibc-devel
|
Requires: libaio = %{version} glibc-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user