forked from pool/apache-ivy
- Initial SUSE packaging of apache-ivy 2.2.0
(without signing support) OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-ivy?expand=0&rev=4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Name: apache-ivy
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Java-based dependency manager
|
||||
|
||||
Group: Development/Tools/Building
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: http://ant.apache.org/ivy/
|
||||
Source0: http://www.apache.org/dist/ant/ivy/2.1.0/%{name}-%{version}-src.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
@@ -22,6 +22,7 @@ BuildRequires: commons-httpclient
|
||||
BuildRequires: jsch
|
||||
BuildRequires: oro
|
||||
BuildRequires: java-devel >= 1.5
|
||||
BuildRequires: bouncycastle
|
||||
BuildRequires: jpackage-utils
|
||||
Requires: jpackage-utils
|
||||
|
||||
@@ -54,6 +55,9 @@ do
|
||||
mv $F.utf8 $F
|
||||
done
|
||||
|
||||
#TODO: return back when bouncycastle-pgp will be available
|
||||
rm -fr src/java/org/apache/ivy/plugins/signer/bouncycastle
|
||||
|
||||
|
||||
%build
|
||||
# Remove prebuilt documentation
|
||||
|
Reference in New Issue
Block a user