rpms/scribes/devel scribes.spec,1.11,1.12

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Oct 16 19:22:17 UTC 2006


Author: pgordon

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

Modified Files:
	scribes.spec 
Log Message:
Say it with me now: Psyco is x86-only. Pysco is x86 only. Pysco is x86-only...


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- scribes.spec	16 Oct 2006 01:55:08 -0000	1.11
+++ scribes.spec	16 Oct 2006 19:21:47 -0000	1.12
@@ -4,7 +4,7 @@
 
 Name:		scribes
 Version:	0.2.9.87
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
@@ -35,7 +35,9 @@
 Requires:	gnome-python2-gtksourceview >= 2.12
 Requires:	gnome-python2-gtkspell >= 2.12
 Requires:	PyXML
+%ifarch %ix86
 Requires:	python-psyco
+%endif
 
 Requires(pre):	GConf2
 Requires(post):	GConf2
@@ -152,9 +154,14 @@
 
 
 %changelog
+* Mon Oct 16 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-4
+- Make the python-psyco requirement an %%ifarch conditional, as it's x86-only
+- Fix line length of earlier %%changelog entry
+
 * Sun Oct 15 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-3
 - Actually fix the rpmlint issues (adding the proper %%buildroot prefix)
-- Minor aesthetic change (add trailing slash to the python directory in the %%files section)
+- Minor aesthetic change (add trailing slash to the python directory in the
+  %%files section)
 
 * Sun Oct 15 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-2
 - Reenable NLS build detection (accidentally dropped in the 0.2.9.87-1 update)




More information about the scm-commits mailing list