Fix default.qepcadrc so that it requires Singular on all architectures.

This commit is contained in:
Jerry James 2014-03-31 08:28:53 -06:00
parent fdd28c62ba
commit 7daa499b30
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: qepcad-B
Version: 1.69
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Quantifier elimination tool
License: MIT
@ -90,12 +90,8 @@ install -p -m 0755 cad2d/cad2d %{buildroot}%{_bindir}
# Install the default settings file
mkdir -p %{buildroot}%{_datadir}/qepcad
%ifarch %{ix86} x86_64
sed 's/^#S/S/' default.qepcadrc > \
%{buildroot}%{_datadir}/qepcad/default.qepcadrc
%else
cp -p default.qepcadrc %{buildroot}%{_datadir}/qepcad/default.qepcadrc
%endif
touch -r default.qepcadrc %{buildroot}%{_datadir}/qepcad/default.qepcadrc
# Install qepcad.help and the expected symbolic links
@ -113,6 +109,9 @@ ln -s %{_bindir}/qepcad %{buildroot}%{_datadir}/qepcad/bin
%{_datadir}/qepcad/
%changelog
* Mon Mar 31 2014 Jerry James <loganjerry@gmail.com> - 1.69-5
- Fix default.qepcadrc so that it requires Singular on all architectures
* Thu Mar 20 2014 Jerry James <loganjerry@gmail.com> - 1.69-4
- Singular is now available for all architectures