forked from pool/apache-ivy
- Do not depend on ant-nodeps.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-ivy?expand=0&rev=20
This commit is contained in:
parent
593b2691d8
commit
499fc66a52
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 11:01:30 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Do not depend on ant-nodeps.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 10:58:10 UTC 2013 - mvyskocil@suse.com
|
Wed Nov 6 10:58:10 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-ivy
|
# spec file for package apache-ivy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,22 +18,15 @@
|
|||||||
|
|
||||||
Name: apache-ivy
|
Name: apache-ivy
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1%{?dist}
|
Release: 0
|
||||||
Summary: Java-based dependency manager
|
Summary: Java-based dependency manager
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
|
||||||
Url: http://ant.apache.org/ivy/
|
Url: http://ant.apache.org/ivy/
|
||||||
Source0: %{name}-%{version}-src.tar.gz
|
Source0: %{name}-%{version}-src.tar.gz
|
||||||
Source1: ivy.1
|
Source1: ivy.1
|
||||||
Source2: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.pom
|
Source2: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.pom
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Provides: ivy = %{version}-%{release}
|
|
||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-nodeps
|
|
||||||
BuildRequires: bouncycastle
|
BuildRequires: bouncycastle
|
||||||
BuildRequires: commons-httpclient
|
BuildRequires: commons-httpclient
|
||||||
BuildRequires: java-devel >= 1.5
|
BuildRequires: java-devel >= 1.5
|
||||||
@ -41,6 +34,9 @@ BuildRequires: javapackages-tools
|
|||||||
BuildRequires: jsch
|
BuildRequires: jsch
|
||||||
BuildRequires: oro
|
BuildRequires: oro
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
|
Provides: ivy = %{version}-%{release}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Ivy is a tool for managing (recording, tracking, resolving and
|
Apache Ivy is a tool for managing (recording, tracking, resolving and
|
||||||
@ -50,7 +46,6 @@ tool, Apache Ivy works particularly well with Apache Ant providing a number
|
|||||||
of powerful Ant tasks ranging from dependency resolution to dependency
|
of powerful Ant tasks ranging from dependency resolution to dependency
|
||||||
reporting and publication.
|
reporting and publication.
|
||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API Documentation for ivy
|
Summary: API Documentation for ivy
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
@ -59,7 +54,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description javadoc
|
%description javadoc
|
||||||
JavaDoc documentation for %{name}
|
JavaDoc documentation for %{name}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -108,14 +102,14 @@ cp -rp build/doc/reports/api/. %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
# Command line script
|
# Command line script
|
||||||
MAIN_CLASS=`sed -rn 's/^Main-Class: (.*)$/\1/gp' META-INF/MANIFEST.MF | tr -d '\r'`
|
MAIN_CLASS=`sed -rn 's/^Main-Class: (.*)$/\1/gp' META-INF/MANIFEST.MF | tr -d '\r'`
|
||||||
%jpackage_script "${MAIN_CLASS}" "" "" ant:ant/ant-nodeps:ivy:oro:jsch:commons-httpclient ivy
|
%{jpackage_script} "${MAIN_CLASS}" "" "" ant:ant/ant-nodeps:ivy:oro:jsch:commons-httpclient ivy
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/ant.d
|
mkdir -p %{buildroot}%{_sysconfdir}/ant.d
|
||||||
echo "ivy" > %{buildroot}%{_sysconfdir}/ant.d/%{name}
|
echo "ivy" > %{buildroot}%{_sysconfdir}/ant.d/%{name}
|
||||||
|
|
||||||
# Man page
|
# Man page
|
||||||
install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
|
install -d %{buildroot}%{_mandir}/man1
|
||||||
install %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1/ivy.1
|
install %{SOURCE1} %{buildroot}%{_mandir}/man1/ivy.1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user