diff options
author | Jani Välimaa <wally@mageia.org> | 2020-02-01 13:54:49 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-02-01 13:54:49 +0200 |
commit | a84e49ce5f7a499fd28696463cd77e947b3d4160 (patch) | |
tree | a98a8918e185eba453ef1de54e3087410fa6f0a1 /build.macros.in | |
parent | 759795185210246df225dabad11892d1d54c1843 (diff) | |
download | rpm-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.in | 4 |
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>) |