Removed xercesImpl.jar and xml-apis.jar from upstream source. See also:

https://www.redhat.com/archives/fedora-cvs-commits/2005-June/msg00419.h
    tml
Specifically,
| $ bunzip2 apache-ant-1.6.5-src.tar.bz2 | $ tar -vf
    apache-ant-1.6.5-src.tar --delete apache-ant-1.6.5/lib/xercesImpl.jar |
    $ tar -vf apache-ant-1.6.5-src.tar --delete
    apache-ant-1.6.5/lib/xml-apis.jar | $ mv apache-ant-1.6.5-src.tar
    apache-ant-1.6.5-RHCLEAN.src.tar | $ bzip2
    apache-ant-1.6.5-RHCLEAN.src.tar
This commit is contained in:
vadimn 2005-11-01 16:41:28 +00:00
parent 32cc133d5f
commit 464f87e218
3 changed files with 8 additions and 4 deletions

View File

@ -3,3 +3,4 @@ apache-ant-1.6.2
i386
*.src.rpm
apache-ant-1.6.5-src.tar.bz2
apache-ant-1.6.5-RHCLEAN.src.tar.bz2

View File

@ -5,7 +5,7 @@
Name: ant
Version: 1.6.5
Release: 1fc
Release: 2fc
Epoch: 0
Summary: Ant build tool for java
Summary(it): Tool per la compilazione di programmi java
@ -13,7 +13,7 @@ Summary(fr): Outil de compilation pour java
License: Apache Software License
URL: http://ant.apache.org/
Group: Development/Build Tools
Source0: apache-ant-%{version}-src.tar.bz2
Source0: apache-ant-%{version}-RHCLEAN.src.tar.bz2
Source2: apache-ant-1.6.2.ant.conf
Patch1: apache-ant-1.6.5-rpm.patch
# javah: BZ 157750
@ -749,7 +749,10 @@ fi
# -----------------------------------------------------------------------------
%changelog
* Mon Oct 31 2005 Vadim Nasardinov <vadim@redhat.com> - 0:1.6.5-1fc
* Tue Nov 1 2005 Vadim Nasardinov <vadimn@redhat.com> - 0:1.6.5-2fc
- Removed .jar files from upstream source
* Mon Oct 31 2005 Vadim Nasardinov <vadimn@redhat.com> - 0:1.6.5-1fc
- Upgraded to 1.6.5
- Removed apache-ant-1.6.2.patch. It was no longer relevant due to the
following change upstream:

View File

@ -1 +1 @@
80a7ad191c40b7d8c82533524b282b6b apache-ant-1.6.5-src.tar.bz2
2ae039c49baae1d3568e54ab83dea8d9 apache-ant-1.6.5-RHCLEAN.src.tar.bz2