From f17bf4d56e15c51d84f7e4bfe66be2ff8ef178d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 28 Dec 2019 22:16:12 +0200 Subject: Clean build.macros.in a bit --- build.macros.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build.macros.in b/build.macros.in index 6000cbd..2496fe5 100644 --- a/build.macros.in +++ b/build.macros.in @@ -91,8 +91,6 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - %{nil} # Mageia Linux version -# - "9.1" => 910 -# - "10.2.2" => 1022 # (user may copy the following line in specfile) %mgaversion %distro_release @@ -104,7 +102,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - %mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?dist:%dist}%{?!dist:%__dist_ident}%([ "%{__distro_section}" != "core" ] && echo .%__distro_section) -%_logdir %{_var}/log +%_logdir %{_var}/log %_localstatedir /var %_pkgdocdir %{_docdir}/%{name} @@ -119,7 +117,6 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - %_debugsource_packages 1 %_debuginfo_subpackages 1 - #------------------------------------------------------------------------------ # definions merged from manbo-setup-build # @@ -131,11 +128,11 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - %_install_info() if [[ -f %{_infodir}/%{1}%{_extension} ]]; then %{__install_info} %{_infodir}/%{1}%{_extension} --dir=%{_infodir}/dir; fi \ %{nil} + # (nb: keep the "alone on its line ';'") %_remove_install_info() if [ "$1" = "0" ]; then if [[ -f %{_infodir}/%{1}%{_extension} ]]; then %{__install_info} %{_infodir}/%{1}%{_extension} --dir=%{_infodir}/dir --remove ; fi; fi \ %{nil} - # Macro: %{mklibname [ []] [-s] [-d]} # - %{mklibname test} => lib64test, on a lib64 platform # - %{mklibname test 1 -d} => libtest1-devel @@ -316,7 +313,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o # %{_mandir}/*/* # - %perl_convert_version() %(perl -Mversion -le ' $x = "%{1}"; $y = $x; @@ -498,6 +494,8 @@ fi # ## Should python bytecompilation errors terminate a build? %_python_bytecompile_errors_terminate_build 1 + +# ## Should python bytecompilation compile outisde python specific directories? %_python_bytecompile_extra 1 -- cgit v1.2.1