Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > 4230ce2d9a49d2d8f2ebd7ccb3480ad5 > files > 1

libtevent-0.9.14-1ark.src.rpm

Name: libtevent
Version: 0.9.14
Release: 1ark
Group: System Environment/Daemons
Summary: The tevent library
License: LGPLv3+
URL: http://tevent.samba.org/
Source: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: autoconf
BuildRequires: libxslt

%description
Event system based on the talloc memory management library

%package devel
Group: Development/Libraries/C
Summary: Developer tools for the Tevent library
Requires: %name = %version-%release libtalloc-devel

%description devel
Header files needed to develop programs that link against the Tevent library.

%package python
Summary: Python bindings for %name
Requires: %name = %version-%release
Requires: libtalloc
Group: Development/Libraries/Python

%description python
Python bindings for %name

%prep
%setup -q -n tevent-%{version}

%build
[ -e autogen.sh ] && ./autogen.sh
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT/usr/share/swig/*/talloc.i

%clean
rm -rf $RPM_BUILD_ROOT

%files
%_libdir/libtevent.so*

%files devel
%_includedir/tevent.h
%_libdir/pkgconfig/tevent.pc

%files python
%_libdir/python*/site-packages/_tevent.so

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%changelog
* Sat Dec 24 2011 Bernhard Rosenkraenzer <bero@arklinux.ch> 2.0.7-1ark
- 2.0.7

* Thu Jan 13 2011 Bernhard Rosenkraenzer <bero@arklinux.ch> 2.0.5-1ark
- 2.0.5

* Sat Oct 30 2010 Bernhard Rosenkraenzer <bero@arklinux.ch> 2.0.1-1ark
- Initial Ark Linux rpm, needed for mesa >= 7.9