!9 upgrade to 0.36

From: @jinzhimin369
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
This commit is contained in:
openeuler-ci-bot 2021-01-30 17:25:34 +08:00 committed by Gitee
commit b2aea09e40
3 changed files with 12 additions and 9 deletions

Binary file not shown.

BIN
0.36.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,17 @@
%define with_python3 1
Name: satyr
Version: 0.30
Release: 2
Version: 0.36
Release: 1
Summary: Tools to create anonymous, machine-friendly problem reports
License: GPLv2+
URL: https://github.com/abrt/satyr
Source0: https://github.com/abrt/%{name}/archive/%{version}.tar.gz
Requires: json-c nettle
Requires: json-c nettle glib2 >= 2.43.4
BuildRequires: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel
BuildRequires: doxygen pkgconfig automake gcc-c++ gdb git libtool
BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf
BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf glib2-devel
%if %{with_python3}
BuildRequires: python3-devel python3-sphinx
@ -58,7 +58,9 @@ python3 for satyr
%prep
%define __scm_apply_git(qp:m:) %{__git} am
%autosetup -n %{name}-%{version} -p1
sed -i 's/dist_doc_DATA = README.md//' Makefile.am
bash autogen.sh
%build
%configure --enable-doxygen-docs
@ -89,19 +91,20 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%if %{with_python3}
%files -n python3-satyr
%files -n python3-satyr
%{python3_sitearch}/*
%endif
%files help
%files help
%defattr(-,root,root)
%doc README NEWS
%doc README.md NEWS
%{_mandir}/*
%changelog
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> - 0.36-1
- Upgrade to 0.36
* Tue Sep 8 2020 hanhui <hanhui15@huawei.com> - 0.30-2
- Type:bugfix
- ID:NA