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:
parent
0fdfa4f43f
commit
cc2e6ecd23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cfa375466522ae24b34aa8e285502be1c951ba3fa9081b3e1d9ae432f099408
|
||||
size 2407345
|
3
apache-ivy-2.2.0-src.tar.gz
Normal file
3
apache-ivy-2.2.0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:338312a9df91825bfddb5705a41d122d0495c984f8689bcef0b2f3cbce6b0294
|
||||
size 2513320
|
6
apache-ivy.changes
Normal file
6
apache-ivy.changes
Normal file
@ -0,0 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 14:55:55 UTC 2012 - mvyskocil@suse.cz
|
||||
|
||||
- Initial SUSE packaging of apache-ivy 2.2.0
|
||||
(without signing support)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user