]> git.pld-linux.org Git - packages/jsoncpp.git/commitdiff
- switch to python3 auto/th/jsoncpp-1.8.4-2
authorMarcin Krol <hawk@tld-linux.org>
Tue, 1 Mar 2022 22:32:16 +0000 (23:32 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 1 Mar 2022 22:32:16 +0000 (23:32 +0100)
jsoncpp.spec

index 55104ec1fdda75434fd7aea64757f555cb55b37c..3f8f9bec096c53f6798b43d7442b11d3931fef3f 100644 (file)
@@ -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
This page took 0.140003 seconds and 4 git commands to generate.