This commit is contained in:
committed by
Git OBS Bridge
parent
470463c85c
commit
8fa92c3ca9
@@ -17,7 +17,7 @@ BuildRequires: java-1_5_0-gcj-compat-devel
|
|||||||
%define ant_name ant
|
%define ant_name ant
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 150
|
Release: 159
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Source0: apache-ant-%{version}-src.tar.bz2
|
Source0: apache-ant-%{version}-src.tar.bz2
|
||||||
|
@@ -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
|
Wed Jul 16 14:11:41 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
8
ant.spec
8
ant.spec
@@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ant
|
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 ant_home %{_datadir}/ant
|
||||||
%define section free
|
%define section free
|
||||||
%define cvs_name apache-%{name}
|
%define cvs_name apache-%{name}
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 123
|
Release: 124
|
||||||
Summary: A Java-Based Build Tool
|
Summary: A Java-Based Build Tool
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
@@ -233,10 +233,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
|
%dir %{_javadocdir}
|
||||||
%{_javadocdir}/ant-%{version}
|
%{_javadocdir}/ant-%{version}
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 16 2008 coolo@suse.de
|
||||||
- avoid another build cycle
|
- avoid another build cycle
|
||||||
* Wed May 07 2008 mvyskocil@suse.cz
|
* Wed May 07 2008 mvyskocil@suse.cz
|
||||||
|
Reference in New Issue
Block a user