]> git.pld-linux.org Git - packages/boost.git/commitdiff
- rpm does lexicographic comparisons, force no-suffix python lib, rel 4 auto/th/boost-1.78.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 28 Mar 2022 07:04:19 +0000 (09:04 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 28 Mar 2022 07:04:19 +0000 (09:04 +0200)
boost.spec

index bc15cfb5c1308587d4a451a3fb3f4045f635ba69..3313a56c4ce830a7e63f0e401f1c6bf14c670d44 100644 (file)
@@ -14,7 +14,7 @@ Summary:      The Boost C++ Libraries
 Summary(pl.UTF-8):     Biblioteki C++ "Boost"
 Name:          boost
 Version:       1.78.0
-Release:       3
+Release:       4
 License:       Boost Software License and others
 Group:         Libraries
 Source0:       https://boostorg.jfrog.io/artifactory/main/release/%{version}/source/%{name}_%{fver}.tar.bz2
@@ -53,11 +53,11 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                py2v %(echo %{py_ver} | tr -d .)
 %define                py3v %(echo %{py3_ver} | tr -d .)
 
-%if "%{py3_ver}" >= "3.8"
+#if "%{py3_ver}" >= "3.8"
 %define                py3v_suffix ""
-%else
-%define                py3v_suffix "m"
-%endif
+#else
+#define                py3v_suffix "m"
+#endif
 
 %description
 The Boost web site provides free peer-reviewed portable C++ source
This page took 0.20296 seconds and 4 git commands to generate.