rpms/gnofract4d/FC-4 gnofract4d.spec,1.8,1.9

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Wed Jul 19 21:16:37 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/gnofract4d/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24638/FC-4

Modified Files:
	gnofract4d.spec 
Log Message:
Fix bug #192878



Index: gnofract4d.spec
===================================================================
RCS file: /cvs/extras/rpms/gnofract4d/FC-4/gnofract4d.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnofract4d.spec	20 May 2006 20:58:14 -0000	1.8
+++ gnofract4d.spec	19 Jul 2006 21:16:37 -0000	1.9
@@ -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 @@
 %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 @@
 %{_datadir}/formulas/gnofract4d/
 
 %changelog
+* Thu Jul 20 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.14-3
+- fixed bz# 192878
+
 * Sun May 21 2006 Michael J. Knox <michael[AT]Knox.net.nz> - 2.14-2
 - fixed files list for x86_64 builds
 




More information about the fedora-extras-commits mailing list