fix inconsistent date in changelog, recover make_build

This commit is contained in:
Qianqian Fang 2019-10-10 19:45:38 -04:00
parent f09a58c8af
commit 705c870188
1 changed files with 2 additions and 4 deletions

View File

@ -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 <fangqq@gmail.com> - 1.9.1-2
* Thu Oct 10 2019 Qianqian Fang <fangqq@gmail.com> - 1.9.1-2
- Fix licenses
- Move binaries to libexec