[packages/jsoncpp] - switch to python3
hawk
hawk at pld-linux.org
Tue Mar 1 23:33:40 CET 2022
commit dac5b028501ca2f572b2077ec43a2c3c7569bd1b
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Mar 1 23:32:16 2022 +0100
- switch to python3
jsoncpp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jsoncpp.spec b/jsoncpp.spec
index 55104ec..3f8f9be 100644
--- a/jsoncpp.spec
+++ b/jsoncpp.spec
@@ -7,7 +7,7 @@ Summary: API for manipulating JSON
Summary(pl.UTF-8): API do operacji na strukturach JSON
Name: jsoncpp
Version: 1.8.4
-Release: 1
+Release: 2
License: MIT or Public Domain
Group: Libraries
#Source0Download: https://github.com/open-source-parsers/jsoncpp/releases
@@ -16,7 +16,7 @@ Source0: https://github.com/open-source-parsers/jsoncpp/archive/%{version}/%{nam
URL: https://github.com/open-source-parsers/jsoncpp/
BuildRequires: cmake >= 3.1
BuildRequires: libstdc++-devel
-BuildRequires: python >= 2
+BuildRequires: python3
%if %{with apidocs}
BuildRequires: doxygen
BuildRequires: graphviz
@@ -81,7 +81,7 @@ cd build
cd ..
%if %{with apidocs}
-%{__python} doxybuild.py \
+%{__python3} doxybuild.py \
--dot=/usr/bin/dot \
--doxygen=/usr/bin/doxygen
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jsoncpp.git/commitdiff/dac5b028501ca2f572b2077ec43a2c3c7569bd1b
More information about the pld-cvs-commit
mailing list