|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_libevent 2.1.11 |
|
|
|
|
%define V_libevent 2.1.12 |
|
|
|
|
%define V_libeventxx 1.0.1 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
@ -36,10 +36,11 @@ Class: PLUS
|
|
|
|
|
Group: Networking |
|
|
|
|
License: BSD |
|
|
|
|
Version: %{V_libevent} |
|
|
|
|
Release: 20190802 |
|
|
|
|
Release: 20200706 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/libevent/libevent/archive/release-%{V_libevent}-stable.tar.gz |
|
|
|
|
Patch0: libevent.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, make, automake, autoconf, libtool |
|
|
|
@ -59,6 +60,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n libevent-release-%{V_libevent}-stable |
|
|
|
|
%patch -p0 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
sh autogen.sh |
|
|
|
|