diff --git a/gnofract4d.spec b/gnofract4d.spec index 4973c3b..3fcfca8 100644 --- a/gnofract4d.spec +++ b/gnofract4d.spec @@ -1,6 +1,6 @@ Name: gnofract4d Version: 2.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gnofract 4D is a Gnome-based program to draw fractals Group: Amusements/Graphics License: GPL @@ -25,9 +25,10 @@ the two sets and explore their inter-relationships. %prep %setup -q -%ifarch x86_64 - sed -i 's|/usr/lib/|%{_libdir}/|g' setup.cfg -%endif + +# make it x86-64 happy +sed -i 's|/usr/lib/|%{_libdir}/|g' setup.cfg +sed -i 's|/usr/lib|%{_libdir}/|g' %{name} %build python setup.py build @@ -67,6 +68,9 @@ scrollkeeper-update -q || : %{_datadir}/formulas/gnofract4d/ %changelog +* Thu Jul 20 2006 Michael J. Knox - 2.14-3 +- fixed bz# 192878 + * Sun May 21 2006 Michael J. Knox - 2.14-2 - fixed files list for x86_64 builds