Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047047
en ru br
ALT Linux repositórios
S:0.42.4-alt1

Group :: Sistema/Bibliotecas
RPM: libivykis

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define rname ivykis
%define soname 0
%def_disable static

Summary: Library for asynchronous I/O readiness notification
Name: libivykis
Version: 0.42.4
Release: alt1

License: LGPLv2+
Url: http://libivykis.sourceforge.net/
Group: System/Libraries
Source0: http://downloads.sourceforge.net/project/libivykis/%version/%rname-%version.tar.gz

%description
ivykis is a library for asynchronous I/O readiness notification.
It is a thin, portable wrapper around OS-provided mechanisms such
as epoll_create(2), kqueue(2), poll(2), poll(7d) (/dev/poll),
port_create(3C) and select(2).

ivykis was mainly designed for building high-performance network
applications, but can be used in any event-driven application that
uses poll(2)able file descriptors as its event sources.

%package -n %{name}%{soname}
Summary: Library for asynchronous I/O readiness notification
Group: System/Libraries
Provides: %name = %EVR

%description -n %{name}%{soname}
ivykis is a library for asynchronous I/O readiness notification.
It is a thin, portable wrapper around OS-provided mechanisms such
as epoll_create(2), kqueue(2), poll(2), poll(7d) (/dev/poll),
port_create(3C) and select(2).

ivykis was mainly designed for building high-performance network
applications, but can be used in any event-driven application that
uses poll(2)able file descriptors as its event sources.

%package devel
Summary: Development files for the ivykis package
Group: Development/C
Requires: %name = %EVR
Requires: pkgconfig

%description devel
ivykis is a library for asynchronous I/O readiness notification.
This package contains files needed to develop applications using
ivykis.

%package devel-static
Group: Development/C
License: distributable
Summary: Static %name library
Requires: %name-devel = %EVR

%description devel-static
This package contains static library required to build
statically linked %name-based software.

%prep
%setup -n %rname-%version

%build
%autoreconf
%configure --libdir=%_libdir %{subst_enable static}
%make_build

%install
make DESTDIR=%buildroot install

%files -n %{name}%{soname}
%doc AUTHORS COPYING
%_libdir/libivykis.so.*

%files devel
%_libdir/libivykis.so
%_libdir/pkgconfig/*
%_includedir/iv*
%_man3dir/*.3*

%if_enabled static
%files static
%_libdir/*.a
%endif

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009