From 88b30e0657489f40599836434c0e2bf38666b5f4 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Aug 22 2017 12:21:01 +0000 Subject: Remove duplicate globals --- diff --git a/python3.spec b/python3.spec index 6e099cc..6d54414 100644 --- a/python3.spec +++ b/python3.spec @@ -978,16 +978,6 @@ install -d -m 0755 %{buildroot}/%{_prefix}/lib/python%{pybasever}/site-packages/ %global _pyconfig_h %{_pyconfig32_h} %endif -# ABIFLAGS, LDVERSION and SOABI are in the upstream Makefile -%global ABIFLAGS_optimized m -%global ABIFLAGS_debug dm - -%global LDVERSION_optimized %{pybasever}%{ABIFLAGS_optimized} -%global LDVERSION_debug %{pybasever}%{ABIFLAGS_debug} - -%global SOABI_optimized cpython-%{pyshortver}%{ABIFLAGS_optimized}-%{_arch}-linux%{_gnu} -%global SOABI_debug cpython-%{pyshortver}%{ABIFLAGS_debug}-%{_arch}-linux%{_gnu} - %if %{with debug_build} %global PyIncludeDirs python%{LDVERSION_optimized} python%{LDVERSION_debug}