SHA256
1
0
forked from pool/ant

Accepting request 231783 from home:dirkmueller:branches:Java:packages

- remove dependency on gpg-offline (blocks rebuilds and
  tarball integrity is checked by source-validator anyway, plus
  it was commented out)
- remove apache-ant-bz163689.patch (was not applied anywhere)

OBS-URL: https://build.opensuse.org/request/show/231783
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2014-04-30 08:34:23 +00:00
committed by Git OBS Bridge
parent 05775eedad
commit c710b4f92e
4 changed files with 8 additions and 99 deletions

View File

@@ -49,7 +49,6 @@ Patch0: apache-ant-no-test-jar.patch
Patch1: apache-ant-class-path-in-manifest.patch
%if %bootstrap
BuildRequires: gpg-offline
BuildRequires: java-devel
%else
BuildRequires: java-devel >= 1.5.0
@@ -444,9 +443,6 @@ This package contains the javadoc documentation for Apache Ant.
%endif
%prep
%if %bootstrap
%gpg_verify %{SOURCE1001}
%endif
%setup -q -n apache-ant-%{version}
#Fixup version
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//