diff options
-rw-r--r-- | build.macros.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index 500020f..da63c12 100644 --- a/build.macros.in +++ b/build.macros.in @@ -222,6 +222,9 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - # %{_mandir}/*/* # + +%perl_convert_version() %(perl -Mversion -E '$v=version->new(%{1})->normal; $v=~s/^v//; say $v') + # 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) |