SHA256
1
0
forked from pool/ant
OBS User unknown 2008-07-21 14:37:51 +00:00 committed by Git OBS Bridge
parent 470463c85c
commit 8fa92c3ca9
3 changed files with 13 additions and 3 deletions

View File

@ -17,7 +17,7 @@ BuildRequires: java-1_5_0-gcj-compat-devel
%define ant_name ant
%define section free
Version: 1.7.0
Release: 150
Release: 159
Url: http://jakarta.apache.org/
Group: Development/Tools/Building
Source0: apache-ant-%{version}-src.tar.bz2

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 21 16:29:31 CEST 2008 - ro@suse.de
- use xerces-j2-bootstrap to build (as early as possible)
- add java doc dir to filelist of javadoc subpackage to fix build
-------------------------------------------------------------------
Wed Jul 16 14:11:41 CEST 2008 - coolo@suse.de

View File

@ -12,12 +12,12 @@
Name: ant
BuildRequires: antlr-bootstrap java-1_5_0-gcj-compat-devel unzip xerces-j2 xml-commons-apis-bootstrap
BuildRequires: antlr-bootstrap java-1_5_0-gcj-compat-devel unzip xerces-j2-bootstrap xml-commons-apis-bootstrap
%define ant_home %{_datadir}/ant
%define section free
%define cvs_name apache-%{name}
Version: 1.7.0
Release: 123
Release: 124
Summary: A Java-Based Build Tool
License: The Apache Software License
Url: http://jakarta.apache.org/
@ -233,10 +233,14 @@ rm -rf $RPM_BUILD_ROOT
%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}
%{_javadocdir}/ant-%{version}
# -----------------------------------------------------------------------------
%changelog
* Mon Jul 21 2008 ro@suse.de
- use xerces-j2-bootstrap to build (as early as possible)
- add java doc dir to filelist of javadoc subpackage to fix build
* Wed Jul 16 2008 coolo@suse.de
- avoid another build cycle
* Wed May 07 2008 mvyskocil@suse.cz