rpms/gnofract4d/devel gnofract4d.spec,1.10,1.11

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


Author: mjk

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

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



Index: gnofract4d.spec
===================================================================
RCS file: /cvs/extras/rpms/gnofract4d/devel/gnofract4d.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnofract4d.spec	20 May 2006 20:58:16 -0000	1.10
+++ gnofract4d.spec	19 Jul 2006 21:16:38 -0000	1.11
@@ -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