!2 change requires to python3
From: @jackie_wu123 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
e0b6dc876c
@ -1,6 +1,6 @@
|
|||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.83
|
Version: 1.83
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Tool for static C/C++ code analysis
|
Summary: Tool for static C/C++ code analysis
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://cppcheck.wiki.sourceforge.net/
|
URL: http://cppcheck.wiki.sourceforge.net/
|
||||||
@ -13,7 +13,7 @@ Patch0003: cppcheck-1.83-cmake.patch
|
|||||||
|
|
||||||
BuildRequires: gcc-c++ pcre-devel docbook-style-xsl libxslt cmake desktop-file-utils tinyxml2-devel >= 2.1.0
|
BuildRequires: gcc-c++ pcre-devel docbook-style-xsl libxslt cmake desktop-file-utils tinyxml2-devel >= 2.1.0
|
||||||
|
|
||||||
Requires: python2-pygments
|
Requires: python3-pygments
|
||||||
Provides: %{name}-htmlreport = %{version}-%{release}
|
Provides: %{name}-htmlreport = %{version}-%{release}
|
||||||
Obsoletes: %{name}-htmlreport < %{version}-%{release}
|
Obsoletes: %{name}-htmlreport < %{version}-%{release}
|
||||||
|
|
||||||
@ -62,5 +62,8 @@ cd objdir-%{_target_platform}/bin
|
|||||||
%{_mandir}/man1/cppcheck.1*
|
%{_mandir}/man1/cppcheck.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 11 2020 wutao <wutao61@huawei.com> - 1.83-6
|
||||||
|
- change requires to python3
|
||||||
|
|
||||||
* Mon Nov 18 2019 lihao <lihao129@huawei.com> - 1.83-5
|
* Mon Nov 18 2019 lihao <lihao129@huawei.com> - 1.83-5
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user