forked from pool/apache-ivy
This commit is contained in:
parent
008d353363
commit
e5dc1685fb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 14:48:24 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Add apache-ivy/ivy.jar symlink
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 10:25:21 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
Mon Nov 26 10:25:21 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-ivy
|
# spec file for package apache-ivy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX 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
|
||||||
@ -89,8 +89,9 @@ ant -Dtarget.ivy.version=%{version} /localivy /offline jar javadoc
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# Code
|
# Code
|
||||||
install -d %{buildroot}%{_javadir}
|
install -d %{buildroot}%{_javadir}/%{name}
|
||||||
install -p -m644 build/artifact/jars/ivy.jar %{buildroot}%{_javadir}/ivy.jar
|
install -p -m644 build/artifact/jars/ivy.jar %{buildroot}%{_javadir}/ivy.jar
|
||||||
|
ln -sf ../ivy.jar %{buildroot}%{_javadir}/%{name}/ivy.jar
|
||||||
|
|
||||||
install -d -m 0755 %{buildroot}/%{_mavenpomdir}/
|
install -d -m 0755 %{buildroot}/%{_mavenpomdir}/
|
||||||
install -m 0644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
|
install -m 0644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
|
||||||
@ -118,6 +119,7 @@ install %{SOURCE1} %{buildroot}%{_mandir}/man1/ivy.1
|
|||||||
%doc NOTICE README
|
%doc NOTICE README
|
||||||
%config %{_sysconfdir}/ant.d/%{name}
|
%config %{_sysconfdir}/ant.d/%{name}
|
||||||
%{_javadir}/ivy.jar
|
%{_javadir}/ivy.jar
|
||||||
|
%{_javadir}/%{name}
|
||||||
%attr(755,root,root) %{_bindir}/*
|
%attr(755,root,root) %{_bindir}/*
|
||||||
%attr(644,root,root) %{_mandir}/man1/*
|
%attr(644,root,root) %{_mandir}/man1/*
|
||||||
%{_mavenpomdir}/JPP-ivy.pom
|
%{_mavenpomdir}/JPP-ivy.pom
|
||||||
|
Loading…
Reference in New Issue
Block a user