From bbb2ab84569268b6b2d417260beff9632489d00a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 01 2016 17:20:10 +0000 Subject: use %qmake_qt5 macro to ensure proper build flags --- diff --git a/admeshgui.spec b/admeshgui.spec index c3c7533..4e0b66d 100644 --- a/admeshgui.spec +++ b/admeshgui.spec @@ -1,7 +1,7 @@ Name: admeshgui %global camelname ADMeshGUI Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: STL viewer and manipulation tool # Code is AGPLv3 logo/license is LGPLv3 or CC-BY-SA License: AGPLv3 and (LGPLv3 or CC-BY-SA) @@ -34,7 +34,7 @@ selected actions and to get visual feedback of those. %setup -qn %{camelname}-%{version} %build -qmake-qt5 PREFIX=%{buildroot}/usr +%{qmake_qt5} PREFIX=%{buildroot}/usr make %{?_smp_mflags} %install @@ -71,6 +71,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Mon Feb 01 2016 Rex Dieter 1.0.1-2 +- use %%qmake_qt5 macro to ensure proper build flags + * Wed Sep 16 2015 Miro HronĨok - 1.0.1-1 - update