From c3f2810c47062feeff7d5cad96fc2d39ca0c7770 Mon Sep 17 00:00:00 2001 From: gbenson Date: Jan 12 2005 09:55:08 +0000 Subject: Explicitly require java-devel to make beehive play nice --- diff --git a/ant.spec b/ant.spec index 838e553..d014a8c 100644 --- a/ant.spec +++ b/ant.spec @@ -3,7 +3,7 @@ Name: ant Version: 1.6.1 -Release: 1jpp_6fc +Release: 1jpp_7fc Epoch: 0 Summary: Ant build tool for java Summary(it): Tool per la compilazione di programmi java @@ -22,6 +22,8 @@ Patch0: apache-ant-%{version}.patch Patch1: apache-ant-javac-ecj.patch Requires: jaxp_parser_impl Requires: jpackage-utils >= 0:1.5 +# XXX make beehive play nice +Requires: java-devel BuildRequires: jaxp_parser_impl BuildRequires: jpackage-utils >= 0:1.5 BuildRequires: java-devel @@ -944,6 +946,9 @@ fi # ----------------------------------------------------------------------------- %changelog +* Wed Jan 12 2005 Gary Benson 0:1.6.1-1jpp_7fc +- Explicitly require java-devel to make beehive play nice. + * Thu Nov 4 2004 Gary Benson 0:1.6.1-1jpp_6fc - Build into Fedora.