aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-02-01 16:08:24 +0200
committerJani Välimaa <wally@mageia.org>2020-02-01 16:08:24 +0200
commita88564c3516862a71c3c49b66c52cf479c5a735e (patch)
tree5b795a84977035e4ad78dd63a979d52ff1c43f51
parentbd0ac442d4d08ac9b14c5c71079596eba6603a69 (diff)
downloadrpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.gz
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.bz2
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.xz
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.zip
build.macros: drop old perl compatibility macros
Nothing in SVN uses these macros anymore: %perl_sitearch %perl_archlib
-rw-r--r--NEWS2
-rw-r--r--build.macros.in4
2 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 54fef2c..69b483d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
- py_purelibdir
- py_platsitedir
- py_puresitedir
+ - perl_sitearch
+ - perl_archlib
Version 2.50 - 16 January 2020, by Jani Välimaa
- build.macros: add mistakenly removed --prefix= back to configure macro
diff --git a/build.macros.in b/build.macros.in
index f1c158c..56ac31d 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -308,10 +308,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o
print "$v$y";
')
-# kept for compatibility, but should not be used, especially the ugly perl_archlib!
-%perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch)
-%perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib)
-
#--------------------------------------------------------------------------------
# Macro from conectiva