2007-01-16 00:21:45 +01:00
|
|
|
#
|
2007-12-31 22:26:53 +01:00
|
|
|
# spec file for package libevent (Version 1.3e)
|
2007-01-16 00:21:45 +01:00
|
|
|
#
|
2007-02-25 23:27:17 +01:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:21:45 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: libevent
|
2007-12-31 22:26:53 +01:00
|
|
|
Url: http://monkey.org/~provos/libevent/
|
2007-01-16 00:21:45 +01:00
|
|
|
Summary: Library Providing an Event Handling API
|
2007-12-31 22:26:53 +01:00
|
|
|
Version: 1.3e
|
2007-02-25 23:27:17 +01:00
|
|
|
Release: 1
|
2007-01-16 00:21:45 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2007-12-31 22:26:53 +01:00
|
|
|
License: BSD 3-Clause
|
2007-01-16 00:21:45 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
PreReq: %fillup_prereq %insserv_prereq
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-12-31 22:26:53 +01:00
|
|
|
Source: http://monkey.org/~provos/libevent-%{version}.tar.bz2
|
|
|
|
Source1: libevent-1.3e-rpmlintrc
|
2007-01-16 00:21:45 +01:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Nils Provos <provos@citi.umich.edu>
|
|
|
|
|
|
|
|
%prep
|
2007-02-25 23:27:17 +01:00
|
|
|
%setup -q
|
2007-01-16 00:21:45 +01:00
|
|
|
|
|
|
|
%build
|
2007-02-25 23:27:17 +01:00
|
|
|
autoreconf -i -f
|
|
|
|
%configure
|
2007-01-16 00:21:45 +01:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-12-31 22:26:53 +01:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2007-01-16 00:21:45 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/lib*
|
|
|
|
%{_bindir}/event_rpcgen.py
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
|
2007-02-25 23:27:17 +01:00
|
|
|
%changelog
|
2007-12-31 22:26:53 +01:00
|
|
|
* Thu Dec 27 2007 - crrodriguez@suse.de
|
|
|
|
- fix library-without-ldconfig-* errors
|
|
|
|
- version 1.3e
|
|
|
|
* Add a "Date" header to HTTP responses when it's missing, as required by HTTP 1.1. Original Patch from Ralph Moritz.
|
|
|
|
* Fix a memory leak in which failed HTTP connections whould not free the request object.
|
|
|
|
* Fix a memory leak in the DNS server.
|
|
|
|
* Handle NULL timeouts correctly on Solaris; from Trond Norbye
|
|
|
|
* Recalculate pending events properly when reallocating event array on Solaris; from Trond Norbye
|
2007-03-05 15:26:40 +01:00
|
|
|
* Mon Mar 05 2007 - meissner@suse.de
|
|
|
|
- upgraded to 1.3b:
|
|
|
|
+ signals now useable in multithreaded apps.
|
2007-02-25 23:27:17 +01:00
|
|
|
* Tue Feb 20 2007 - meissner@suse.de
|
|
|
|
- Updated to 1.3a.
|
|
|
|
+ Small bug and performances fixes to evhttp layer.
|
|
|
|
+ DNS Server from Adam Langley and Nick Mathewson
|
|
|
|
+ Chunked transfer encoding for HTTP/1.1 from Dug Song.
|
|
|
|
+ DNS DDoS fix; bug report from Jon Oberheide.
|
|
|
|
+ Various small improvements.
|
2007-01-16 00:21:45 +01:00
|
|
|
* Sun Nov 12 2006 - lmuelle@suse.de
|
|
|
|
- Update to version 1.2.
|
|
|
|
+ Support for non-blocking DNS resolution.
|
|
|
|
+ Support for lightweight HTTP clients and servers.
|
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Mon May 30 2005 - okir@suse.de
|
|
|
|
- Initial packaging
|