rpms/ORBit/devel ORBit.spec,1.13,1.14

Paul Howarth pghmcfc at fedoraproject.org
Fri Jul 9 19:42:43 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/ORBit/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32199/devel

Modified Files:
	ORBit.spec 
Log Message:
Drop ISA buildreqs as these can be problematic for rel-eng


Index: ORBit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ORBit/devel/ORBit.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ORBit.spec	9 Jul 2010 19:40:05 -0000	1.13
+++ ORBit.spec	9 Jul 2010 19:42:43 -0000	1.14
@@ -13,13 +13,13 @@ Patch4:			ORBit-0.5.17-non-weak-symbols.
 Group:			System Environment/Daemons
 License:		LGPLv2+ and GPLv2+
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:		flex, gettext, glib-devel%{?_isa}, /usr/include/tcpd.h, pkgconfig, libtool
+BuildRequires:		flex, gettext, glib-devel, /usr/include/tcpd.h, pkgconfig, libtool
 
 # Test code in built-in popt library is built statically.
 # Using system popt library would be highly likely to introduce regressions in this
 # ancient piece of legacy code.
 %if 0%{?fedora} > 10 || 0%{?rhel} > 5
-BuildRequires:		glibc-static%{?_isa}
+BuildRequires:		glibc-static
 %endif
 
 Requires(post):		/sbin/install-info



More information about the scm-commits mailing list