Rebuild for C++ ABI change.

This commit is contained in:
Jerry James 2015-05-04 20:29:48 -06:00
parent 283aa3c69d
commit c64b071c63
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: qepcad-B
Version: 1.69
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Quantifier elimination tool
License: MIT
@ -60,7 +60,7 @@ development of the original that may proceed in a different direction.
sed -i 's,\${saclib}/lib/saclib.\.a,-lsaclib,' source/Makefile cad2d/Makefile
# Use the right build flags
sed -i "s/-O4/%{optflags} -Wno-unused-label $RPM_LD_FLAGS/" plot2d/Makefile
sed -i "s|-O4|%{optflags} -Wno-unused-label $RPM_LD_FLAGS|" plot2d/Makefile
%build
# FIXME: %%{?_smp_mflags} doesn't work
@ -110,6 +110,9 @@ ln -s %{_bindir}/qepcad %{buildroot}%{_datadir}/qepcad/bin
%{_datadir}/qepcad/
%changelog
* Mon May 4 2015 Jerry James <loganjerry@gmail.com> - 1.69-9
- Rebuild for C++ ABI change
* Wed Jan 7 2015 Jerry James <loganjerry@gmail.com> - 1.69-8
- Update URLs
- Use license macro