rpms/jad/devel jad.spec,1.5,1.6

Nicolas Chauvet kwizart at rpmfusion.org
Thu Feb 9 13:52:17 CET 2012


Author: kwizart

Update of /cvs/nonfree/rpms/jad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25523

Modified Files:
	jad.spec 
Log Message:
Fix default arch



Index: jad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/jad/devel/jad.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jad.spec	8 Feb 2012 23:42:26 -0000	1.5
+++ jad.spec	9 Feb 2012 12:52:17 -0000	1.6
@@ -12,8 +12,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Prefix:         %{_prefix}
 
-%if 0%{?fedora} >= 11
-ExclusiveArch:  i586
+%if 0%{?fedora} > 11 || 0{?rhel} >= 6
+ExclusiveArch:  i686
 %else
 ExclusiveArch:  i386
 %endif
@@ -50,6 +50,7 @@
 %changelog
 * Thu Feb 09 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.5.8e-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+- Fix default arch
 
 * Sun Mar 29 2009 Julian Sikorski <belegdol at fedoraproject.org> - 1.5.8e-8
 - Fedora 11 is i586, not i386



More information about the rpmfusion-commits mailing list