devel/gnofract4d gnofract4d.spec,1.3,1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun Feb 13 17:33:53 UTC 2005


Author: thl

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

Modified Files:
	gnofract4d.spec 
Log Message:
fix x86_64: 'sed -i s|/usr/lib/|%%{_libdir}|g setup.cfg'


Index: gnofract4d.spec
===================================================================
RCS file: /cvs/extras/devel/gnofract4d/gnofract4d.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnofract4d.spec	1 Feb 2005 22:41:14 -0000	1.3
+++ gnofract4d.spec	13 Feb 2005 17:33:51 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           gnofract4d
 Version:        2.6
-Release:        1
+Release:        2
 Summary:        Gnofract 4D is a Gnome-based program to draw fractals.
 
 Group:          Amusements/Graphics
@@ -24,6 +24,9 @@
 
 %prep
 %setup -q
+%ifarch x86_64
+  sed -i 's|/usr/lib/|%{_libdir}/|g' setup.cfg
+%endif
 
 %build
 python setup.py build
@@ -70,6 +73,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Sun Feb 13 2005 Throsten Leemhuis <fedora at leemhuis dot info> 0:2.6-2
+- "sed -i s|/usr/lib/|%%{_libdir}|g setup.cfg" on x86_64
+
 * Tue Feb 01 2005 Panu Matilainen <pmatilai at welho.com> 0:2.6-1
 - update to 2.6
 - drop epoch 0 and fedora.us release tag




More information about the fedora-extras-commits mailing list