- Updated to latest stable upstream version: 2.0.10-stable
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
3d13920f13
commit
68bd0c5aee
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ libevent-1.4.10-stable.tar.gz
|
||||
libevent-1.4.12-stable.tar.gz
|
||||
libevent-1.4.13-stable.tar.gz
|
||||
libevent-1.4.14b-stable.tar.gz
|
||||
/libevent-2.0.10-stable.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libevent
|
||||
Version: 1.4.14b
|
||||
Version: 2.0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Abstract asynchronous event notification library
|
||||
|
||||
@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: doxygen
|
||||
|
||||
Patch00: libevent-1.4.13-stable-configure.patch
|
||||
Patch00: libevent-2.0.10-stable-configure.patch
|
||||
|
||||
%description
|
||||
The libevent API provides a mechanism to execute a callback function
|
||||
@ -83,29 +83,37 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libevent-*.so.*
|
||||
%{_libdir}/libevent_core-*.so.*
|
||||
%{_libdir}/libevent_extra-*.so.*
|
||||
%{_libdir}/libevent_openssl-*.so.*
|
||||
%{_libdir}/libevent_pthreads-*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,0755)
|
||||
%{_includedir}/event.h
|
||||
%{_includedir}/evdns.h
|
||||
%{_includedir}/evhttp.h
|
||||
%{_includedir}/event-config.h
|
||||
%{_includedir}/evrpc.h
|
||||
%{_includedir}/evutil.h
|
||||
%{_includedir}/event2/*.h
|
||||
%{_libdir}/libevent.so
|
||||
%{_libdir}/libevent_core.so
|
||||
%{_libdir}/libevent_extra.so
|
||||
%{_libdir}/libevent_openssl.so
|
||||
%{_libdir}/libevent_pthreads.so
|
||||
%{_libdir}/pkgconfig/libevent.pc
|
||||
%{_libdir}/pkgconfig/libevent_openssl.pc
|
||||
%{_libdir}/pkgconfig/libevent_pthreads.pc
|
||||
|
||||
%{_bindir}/event_rpcgen.*
|
||||
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%{_docdir}/%{name}-devel-%{version}/html/*
|
||||
%{_docdir}/%{name}-devel-%{version}/latex/*
|
||||
%{_docdir}/%{name}-devel-%{version}/man/man3/*
|
||||
%{_docdir}/%{name}-devel-%{version}/sample/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 8 2011 Steve Dickson <steved@redhat.com> 2.0.10-1
|
||||
- Updated to latest stable upstream version: 2.0.10-stable
|
||||
|
||||
* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.4.14b-1
|
||||
- Updated to latest stable upstream version: 1.4.14b
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user