From 7daa499b30c06c7bfe2992ca95b1a66556216427 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 31 Mar 2014 08:28:53 -0600 Subject: [PATCH] Fix default.qepcadrc so that it requires Singular on all architectures. --- qepcad-B.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/qepcad-B.spec b/qepcad-B.spec index 70b126a..5401ae3 100644 --- a/qepcad-B.spec +++ b/qepcad-B.spec @@ -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 - 1.69-5 +- Fix default.qepcadrc so that it requires Singular on all architectures + * Thu Mar 20 2014 Jerry James - 1.69-4 - Singular is now available for all architectures