[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/ant/devel ant.spec,1.52.2.4,1.52.2.5
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/ant/devel ant.spec,1.52.2.4,1.52.2.5
- Date: Fri, 8 Jul 2005 05:12:29 -0400
Author: gbenson
Update of /cvs/dist/rpms/ant/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16145
Modified Files:
Tag: ant-bootstrap2-branch
ant.spec
Log Message:
s390x is broken, so quickly test if it's just that one.
Index: ant.spec
===================================================================
RCS file: /cvs/dist/rpms/ant/devel/ant.spec,v
retrieving revision 1.52.2.4
retrieving revision 1.52.2.5
diff -u -r1.52.2.4 -r1.52.2.5
--- ant.spec 8 Jul 2005 09:02:24 -0000 1.52.2.4
+++ ant.spec 8 Jul 2005 09:12:26 -0000 1.52.2.5
@@ -34,6 +34,9 @@
BuildRequires: gcc-java >= 4.0.0-0.43
BuildRequires: java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
Requires(post,postun): java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
+%if %{test}
+ExcludeArch: s390x
+%endif
%description
Ant is a platform-independent build tool for java. It's used by apache
@@ -381,6 +384,10 @@
%{_libdir}/lib$jar-%{version}.jar.so
done
+%if %{test}
+exit 1
+%endif
+
# -----------------------------------------------------------------------------
%install
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]