Compare commits
10 Commits
179e4548d9
...
d5851e0470
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5851e0470 | ||
|
|
f90d2b0996 | ||
|
|
140f7e4607 | ||
|
|
b18de2cafe | ||
|
|
65f27da8c1 | ||
|
|
8657578600 | ||
|
|
cb36438665 | ||
|
|
c205e9676a | ||
|
|
3c2a9455ad | ||
|
|
480810668e |
@ -1,18 +1,20 @@
|
||||
%{!?python3_sitearch: %define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
%global talloc_version 2.3.1
|
||||
|
||||
Name: libtevent
|
||||
Version: 0.10.1
|
||||
Version: 0.13.0
|
||||
Release: 1
|
||||
Summary: Tevent is an event system based on the talloc memory management library.
|
||||
License: LGPLv3+
|
||||
URL: http://tevent.samba.org
|
||||
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
Source0: https://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
|
||||
Patch0: tevent-fix-CID-1437974-dereference-after-null-check.patch
|
||||
Patch1: 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch
|
||||
|
||||
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt git
|
||||
BuildRequires: libtalloc-devel >= 2.2.0
|
||||
BuildRequires: python3-devel python3-talloc-devel >= 2.2.0
|
||||
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt libcmocka-devel
|
||||
BuildRequires: libtalloc-devel >= %{talloc_version}
|
||||
BuildRequires: python3-devel python3-talloc-devel >= %{talloc_version}
|
||||
|
||||
Provides: bundled(libreplace)
|
||||
|
||||
@ -48,7 +50,7 @@ Requires: man
|
||||
Man for tevent
|
||||
|
||||
%prep
|
||||
%autosetup -n tevent-%{version} -p1 -Sgit
|
||||
%autosetup -n tevent-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --disable-rpath --bundled-libraries=NONE --builtin-libraries=replace
|
||||
@ -83,6 +85,18 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Kunlin Yang <yangkunlin7@huawei.com> - 0.13.0-1
|
||||
- update to v0.13.0 version
|
||||
|
||||
* Thu Nov 25 2021 Wenchao Hao <haowenchao@huawei.com> - 0.11.0-1
|
||||
- update to v0.11.0 version
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.10.2-2
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Thu Jul 16 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.10.2-1
|
||||
- update to v0.10.2 version
|
||||
|
||||
* Mon Feb 17 2020 sunshihao <sunshihao@huawei.com> - 0.10.1-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: gooselinux/libtevent
|
||||
tag_prefix: ^v
|
||||
tag_prefix: tevent-
|
||||
seperator: "."
|
||||
|
||||
Binary file not shown.
BIN
tevent-0.13.0.tar.gz
Normal file
BIN
tevent-0.13.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user