From 705c870188642d70d03c18e3547b3596ed4f3ac7 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 10 Oct 2019 19:45:38 -0400 Subject: [PATCH] fix inconsistent date in changelog, recover make_build --- octave-iso2mesh.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/octave-iso2mesh.spec b/octave-iso2mesh.spec index d583776..3450d04 100644 --- a/octave-iso2mesh.spec +++ b/octave-iso2mesh.spec @@ -288,9 +288,7 @@ mv img2mesh.fig inst/ %build %set_build_flags pushd tools -# can't use %make_build below because parallel make with CGAL exhausts -# vm's memory and crash the building process, use sequential make instead -make +%make_build popd pushd bin ln -s tetgen1.5 tetgen @@ -344,7 +342,7 @@ install -m 0755 -vp bin/* %{buildroot}%{_libexecdir}/%{octpkg}/ %doc sample %changelog -* Wed Oct 10 2019 Qianqian Fang - 1.9.1-2 +* Thu Oct 10 2019 Qianqian Fang - 1.9.1-2 - Fix licenses - Move binaries to libexec