From a115a1a2883c0b88e8495ec564d25f2f859de21f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 06 2017 22:57:57 +0000 Subject: Use %make_build consistently --- diff --git a/libyui-bindings/libyui-bindings.spec b/libyui-bindings/libyui-bindings.spec index b558ac4..ce541ee 100644 --- a/libyui-bindings/libyui-bindings.spec +++ b/libyui-bindings/libyui-bindings.spec @@ -20,7 +20,7 @@ Name: %{libname}-bindings Version: 1.1.1 -Release: 6%{?libyui_mga:.3.libyui_mga}%{?dist} +Release: 6%{?libyui_mga:.4.libyui_mga}%{?dist} Summary: Language bindings for %{libname} License: LGPLv2 or LGPLv3 @@ -190,7 +190,7 @@ pushd %{_cmake_build_subdir} -DWITH_RUBY=ON \ .. -%{__make} %{?_smp_mflags} +%make_build popd %if 0%{?with_py3} @@ -264,6 +264,9 @@ popd %changelog +* Fri Jan 06 2017 Neal Gompa - 1.1.1-6.4.libyui-mga +- Use %%make_build consistently + * Wed Nov 16 2016 Neal Gompa - 1.1.1-6.3.libyui-mga - Make the -yui-mga Provides fully qualified (full VRA) diff --git a/libyui-gtk/libyui-gtk.spec b/libyui-gtk/libyui-gtk.spec index e6d25eb..222c7c7 100644 --- a/libyui-gtk/libyui-gtk.spec +++ b/libyui-gtk/libyui-gtk.spec @@ -13,7 +13,7 @@ Name: %{libname}-gtk Version: 2.44.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Gtk3 User Interface for %{libname} License: LGPLv2 or LGPLv3 @@ -82,8 +82,8 @@ pushd %{_cmake_build_subdir} -DRESPECT_FLAGS=ON \ .. -%{__make} %{?_smp_mflags} -%{__make} %{?_smp_mflags} docs +%make_build +%make_build docs popd @@ -128,6 +128,9 @@ popd %changelog +* Fri Jan 06 2017 Neal Gompa - 2.44.7-2 +- Use %%make_build consistently + * Tue Mar 29 2016 Björn Esser - 2.44.7-1 - new upstream release - handle %%license and %%doc properly diff --git a/libyui-ncurses/libyui-ncurses.spec b/libyui-ncurses/libyui-ncurses.spec index b3037c0..6ef83f6 100644 --- a/libyui-ncurses/libyui-ncurses.spec +++ b/libyui-ncurses/libyui-ncurses.spec @@ -13,7 +13,7 @@ Name: %{libname}-ncurses Version: 2.47.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Character Based User Interface for %{libname} License: LGPLv2 or LGPLv3 @@ -81,8 +81,8 @@ pushd %{_cmake_build_subdir} -DRESPECT_FLAGS=ON \ .. -%{__make} %{?_smp_mflags} -%{__make} %{?_smp_mflags} docs +%make_build +%make_build docs popd @@ -129,6 +129,9 @@ popd %changelog +* Fri Jan 06 2017 Neal Gompa - 2.47.7-2 +- Use %%make_build consistently + * Tue Nov 15 2016 Kevin Kofler - 2.47.7-1 - New upstream version 2.47.7 diff --git a/libyui-qt/libyui-qt.spec b/libyui-qt/libyui-qt.spec index bf2ad36..28cc04e 100644 --- a/libyui-qt/libyui-qt.spec +++ b/libyui-qt/libyui-qt.spec @@ -16,7 +16,7 @@ Name: %{libname}-qt Version: 2.46.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt User Interface for %{libname} License: LGPLv2 or LGPLv3 @@ -98,8 +98,8 @@ pushd %{_cmake_build_subdir} -DRESPECT_FLAGS=ON \ .. -%{__make} %{?_smp_mflags} -%{__make} %{?_smp_mflags} docs +%make_build +%make_build docs popd @@ -144,6 +144,9 @@ popd %changelog +* Fri Jan 06 2017 Neal Gompa - 2.46.30-3 +- Use %%make_build consistently + * Tue Nov 15 2016 Kevin Kofler - 2.46.30-2 - Add Mageia patches libyui-qt-crash.patch and rp-qt-problem.patch