Upgrade to 0.36
This commit is contained in:
parent
9b699425bd
commit
d467ee91dc
BIN
0.30.tar.gz
BIN
0.30.tar.gz
Binary file not shown.
BIN
0.36.tar.gz
Normal file
BIN
0.36.tar.gz
Normal file
Binary file not shown.
21
satyr.spec
21
satyr.spec
@ -1,17 +1,17 @@
|
|||||||
%define with_python3 1
|
%define with_python3 1
|
||||||
|
|
||||||
Name: satyr
|
Name: satyr
|
||||||
Version: 0.30
|
Version: 0.36
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/abrt/satyr
|
URL: https://github.com/abrt/satyr
|
||||||
Source0: https://github.com/abrt/%{name}/archive/%{version}.tar.gz
|
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: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel
|
||||||
BuildRequires: doxygen pkgconfig automake gcc-c++ gdb git libtool
|
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}
|
%if %{with_python3}
|
||||||
BuildRequires: python3-devel python3-sphinx
|
BuildRequires: python3-devel python3-sphinx
|
||||||
@ -58,7 +58,9 @@ python3 for satyr
|
|||||||
%prep
|
%prep
|
||||||
%define __scm_apply_git(qp:m:) %{__git} am
|
%define __scm_apply_git(qp:m:) %{__git} am
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
sed -i 's/dist_doc_DATA = README.md//' Makefile.am
|
||||||
bash autogen.sh
|
bash autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-doxygen-docs
|
%configure --enable-doxygen-docs
|
||||||
|
|
||||||
@ -89,19 +91,20 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir}
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
%files -n python3-satyr
|
%files -n python3-satyr
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README NEWS
|
%doc README.md NEWS
|
||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 8 2020 hanhui <hanhui15@huawei.com> - 0.30-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user