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 %build
%set_build_flags %set_build_flags
pushd tools pushd tools
# can't use %make_build below because parallel make with CGAL exhausts %make_build
# vm's memory and crash the building process, use sequential make instead
make
popd popd
pushd bin pushd bin
ln -s tetgen1.5 tetgen ln -s tetgen1.5 tetgen
@ -344,7 +342,7 @@ install -m 0755 -vp bin/* %{buildroot}%{_libexecdir}/%{octpkg}/
%doc sample %doc sample
%changelog %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 - Fix licenses
- Move binaries to libexec - Move binaries to libexec