aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-02-01 13:54:49 +0200
committerJani Välimaa <wally@mageia.org>2020-02-01 13:54:49 +0200
commita84e49ce5f7a499fd28696463cd77e947b3d4160 (patch)
treea98a8918e185eba453ef1de54e3087410fa6f0a1 /build.macros.in
parent759795185210246df225dabad11892d1d54c1843 (diff)
downloadrpm-setup-a84e49ce5f7a499fd28696463cd77e947b3d4160.tar
rpm-setup-a84e49ce5f7a499fd28696463cd77e947b3d4160.tar.gz
rpm-setup-a84e49ce5f7a499fd28696463cd77e947b3d4160.tar.bz2
rpm-setup-a84e49ce5f7a499fd28696463cd77e947b3d4160.tar.xz
rpm-setup-a84e49ce5f7a499fd28696463cd77e947b3d4160.zip
build.macros: remove old pyver macro (to be added to python-rpm-macros pkg)
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.macros.in b/build.macros.in
index 1ecedcd..f60d386 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -273,10 +273,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o
#
#------------------------------------------------------------------------------
-# Useful python macros
-%pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".")
-
-#------------------------------------------------------------------------------
# Useful perl macros
# (initially from Artur Frysiak <wiget@t17.ds.pwr.wroc.pl>)
# (modified by Pixel <pixel@mandriva.com>)