Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37510440
en ru br
Репозитории ALT
S:0.3.113-alt1
5.1: 0.3.107-alt2
4.1: 0.3.106-alt2
4.0: 0.3.106-alt1
3.0: 0.3.104-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libaio

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libaio
Version: 0.3.107
Release: alt2

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Linux-native asynchronous I/O access library
License: LGPLv2+
Group: System/Libraries

# No direct link to source on the Net, but it can be extracted from Fedora

# source rpm.
URL: http://cvs.fedora.redhat.com/viewvc/rpms/libaio/devel/
Source: libaio-%version.tar.gz
Patch1: libaio-install-to-slash.patch

ExclusiveArch: %ix86 x86_64

%description
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer
API and capability set than the simple POSIX async I/O facility. This library,
libaio, provides the Linux-native API for async I/O. The POSIX async I/O
facility requires this library in order to provide kernel-accelerated async I/O
capabilities, as do applications which require the Linux-native async I/O API.

%package devel
Summary: Development files for Linux-native asynchronous I/O access
Group: Development/C
Requires: libaio = %version-%release

%description devel
This package provides header files to include and libraries to link with
for the Linux-native asynchronous I/O facility ("async I/O", or "aio").

%prep
%setup
%patch1 -p1

%build
#subst 's/ -O./ %optflags/' Makefile
%make_build

%install
%make destdir=%buildroot prefix=/ libdir=/%_lib usrlibdir=%_libdir \
   includedir=%_includedir install

%files
/%_lib/*.so.*
%exclude %_libdir/*.a

%files devel
%_libdir/*.so
%_includedir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin