[packages/boost] - rpm does lexicographic comparisons, force no-suffix python lib, rel 4
baggins
baggins at pld-linux.org
Mon Mar 28 09:05:37 CEST 2022
commit 33b84b8fc7c86b985605755930d90c309100e89e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 28 09:04:19 2022 +0200
- rpm does lexicographic comparisons, force no-suffix python lib, rel 4
boost.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index bc15cfb..3313a56 100644
--- a/boost.spec
+++ b/boost.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/33b84b8fc7c86b985605755930d90c309100e89e
More information about the pld-cvs-commit
mailing list