# # spec file for package libevent # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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/ # Name: libevent %define libsoname %{name}-2_0-5 Version: 2.0.19 Release: 0 Summary: Library Providing an Event Handling API License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://monkey.org/~provos/libevent/ Source0: http://cloud.github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz Source1: baselibs.conf BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel PreReq: %fillup_prereq PreReq: %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The libevent library provides a mechanism to execute a function when a specific event on a file descriptor occurs or after a given time has passed. %package -n %{libsoname} Summary: Shared libraries from libevent Group: Development/Libraries/C and C++ Provides: %{name} = %{version} Obsoletes: %{name} < %{version} %description -n %{libsoname} The libevent library provides a mechanism to execute a function when a specific event on a file descriptor occurs or after a given time has passed. This package holds the shared libraries for libevent. %package devel Summary: Development files for libevent2 Group: Development/Libraries/C and C++ Requires: %{libsoname} = %{version} Requires: glibc-devel Provides: %{name}:/usr/include/event.h # Both have /usr/include/event.h Conflicts: libev-devel %description devel The libevent library provides a mechanism to execute a function when a specific event on a file descriptor occurs or after a given time has passed. This package holds the development files for libevent2. %prep %setup -q -n %{name}-%{version}-stable %build %configure --disable-static %{__make} %{?_smp_mflags} %install %makeinstall find %{buildroot}%{_libdir} -name "*.la" -delete -print %post -n %{libsoname} -p /sbin/ldconfig %postun -n %{libsoname} -p /sbin/ldconfig %files -n %{libsoname} %defattr(-,root,root,-) %{_libdir}/%{name}-2.0.so.5* %{_libdir}/%{name}_core-2.0.so.5* %{_libdir}/%{name}_extra-2.0.so.5* %{_libdir}/%{name}_pthreads-2.0.so.5* %{_libdir}/%{name}_openssl-2.0.so.5* %files devel %defattr(-,root,root) %{_bindir}/event_rpcgen.py %{_includedir}/*.h %{_includedir}/event2 %{_libdir}/%{name}.so %{_libdir}/%{name}_core.so %{_libdir}/%{name}_extra.so %{_libdir}/%{name}_pthreads.so %{_libdir}/%{name}_openssl.so %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}_pthreads.pc %{_libdir}/pkgconfig/%{name}_openssl.pc %changelog