This commit is contained in:
committed by
Git OBS Bridge
parent
935b9e9f13
commit
8461284deb
38
ant.spec
38
ant.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant (Version 1.7.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -10,16 +10,17 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: ant
|
||||
BuildRequires: java-devel unzip xerces-j2 xml-commons-apis-bootstrap
|
||||
%define ant_home %{_datadir}/ant
|
||||
%define section free
|
||||
%define cvs_name apache-%{name}
|
||||
Version: 1.7.0
|
||||
Release: 7
|
||||
Release: 80
|
||||
Summary: A Java-Based Build Tool
|
||||
License: The Apache Software License, LICENSE.sax:
|
||||
URL: http://jakarta.apache.org/
|
||||
License: The Apache Software License
|
||||
Url: http://jakarta.apache.org/
|
||||
Group: Development/Tools/Building
|
||||
Source0: %{cvs_name}-%{version}-src.tar.bz2
|
||||
Source2: %{cvs_name}-%{version}.ant.conf
|
||||
@@ -177,7 +178,6 @@ pushd docs/manual
|
||||
ln -sf ../../../../../ant-%{version} api
|
||||
popd
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
cp src/etc/ant-update.xsl $RPM_BUILD_ROOT%{ant_home}/etc
|
||||
cp src/etc/changelog.xsl $RPM_BUILD_ROOT%{ant_home}/etc
|
||||
cp src/etc/junit-frames-xalan1.xsl $RPM_BUILD_ROOT%{ant_home}/etc
|
||||
@@ -227,10 +227,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2007 - skh@suse.de
|
||||
* Tue Aug 14 2007 skh@suse.de
|
||||
- disable junit tests and remove junit from BuildRequires to break
|
||||
circular build dependency
|
||||
* Fri Jul 06 2007 - dbornkessel@suse.de
|
||||
* Fri Jul 06 2007 dbornkessel@suse.de
|
||||
- update to version 1.7.0
|
||||
major changes are (for a complete list, consult /usr/share/doc/packages/ant/WHATSNEW):
|
||||
Changes that could break older environments:
|
||||
@@ -315,37 +315,37 @@ rm -rf $RPM_BUILD_ROOT
|
||||
receive an error if Ant itself would not start
|
||||
* All .NET tasks are now deprecated in favor of the new .NET Antlib:
|
||||
http://ant.apache.org/antlibs/dotnet/index.html
|
||||
* Fri Sep 22 2006 - dbornkessel@suse.de
|
||||
* Fri Sep 22 2006 dbornkessel@suse.de
|
||||
- read in properties in /etc/ant.conf
|
||||
- added source=1.4
|
||||
* Mon May 08 2006 - dbornkessel@suse.de
|
||||
* Mon May 08 2006 dbornkessel@suse.de
|
||||
- only ant-antlr updates
|
||||
* Thu Feb 02 2006 - dbornkessel@suse.de
|
||||
* Thu Feb 02 2006 dbornkessel@suse.de
|
||||
- fixed rpmlint errors and warnings
|
||||
* Tue Jan 31 2006 - dbornkessel@suse.de
|
||||
* Tue Jan 31 2006 dbornkessel@suse.de
|
||||
- only ant-antlr updates
|
||||
* Fri Jan 27 2006 - dbornkessel@suse.de
|
||||
* Fri Jan 27 2006 dbornkessel@suse.de
|
||||
- added four missing xsl files
|
||||
- removed JAVA_HOME magic
|
||||
* Tue Jan 24 2006 - dbornkessel@suse.de
|
||||
* Tue Jan 24 2006 dbornkessel@suse.de
|
||||
- Not dependend on xml-commons-apis, which are provided by xerces-j2, which does not
|
||||
depend on ant package (in contrast to old dependency on
|
||||
xml-commons-apis <-> ant)
|
||||
- optional task are now again in extra spec file ant-antlr
|
||||
* Thu Jan 19 2006 - dbornkessel@suse.de
|
||||
* Thu Jan 19 2006 dbornkessel@suse.de
|
||||
- Integrated ant and ant-antlr again in one spec file as there is no
|
||||
dependency loop ... jpackage BuildRequires were wrong.
|
||||
- updated to version 1.6.5
|
||||
* Mon Dec 19 2005 - dbornkessel@suse.de
|
||||
* Mon Dec 19 2005 dbornkessel@suse.de
|
||||
- added if statement that hinders unwanted creation of a file within a for loop
|
||||
* Thu Sep 29 2005 - dmueller@suse.de
|
||||
* Thu Sep 29 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Fri Mar 04 2005 - skh@suse.de
|
||||
* Fri Mar 04 2005 skh@suse.de
|
||||
- rely on jpackage-utils' java-functions to set JAVA_HOME correctly
|
||||
* Sun Sep 05 2004 - skh@suse.de
|
||||
* Sun Sep 05 2004 skh@suse.de
|
||||
- create and add /usr/share/java/ant to file list for optional
|
||||
tasks to put their jars into
|
||||
* Thu Sep 02 2004 - skh@suse.de
|
||||
* Thu Sep 02 2004 skh@suse.de
|
||||
- renamed from apache-ant to ant
|
||||
- switched to JPackage 1.5 version
|
||||
- updated to version 1.6.2
|
||||
|
Reference in New Issue
Block a user