commit
19de4ac941
@ -1,6 +1,6 @@
|
|||||||
Name: abrt
|
Name: abrt
|
||||||
Version: 2.13.0
|
Version: 2.13.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A tool for automatic bug detection and reporting
|
Summary: A tool for automatic bug detection and reporting
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
@ -216,7 +216,10 @@ This package provides examples and documentation for ABRT Python3 API.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoscan
|
||||||
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
|
automake --add-missing
|
||||||
|
|
||||||
CFLAGS="%{optflags}" %configure \
|
CFLAGS="%{optflags}" %configure \
|
||||||
--without-bodhi \
|
--without-bodhi \
|
||||||
@ -571,6 +574,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 23 2020 wutao <wutao61@huawei.com> - 2.13.0-7
|
||||||
|
- fix build error because of automake updating
|
||||||
|
|
||||||
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-6
|
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-6
|
||||||
- fix build error
|
- fix build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user