Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2019-02-11 21:18:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-ivy (Old)
 and      /work/SRC/openSUSE:Factory/.apache-ivy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-ivy"

Mon Feb 11 21:18:11 2019 rev:15 rq:672491 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes    2018-12-07 
14:30:13.103456910 +0100
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new.28833/apache-ivy.changes 
2019-02-11 21:18:12.535311025 +0100
@@ -1,0 +2,5 @@
+Thu Feb  7 14:48:24 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Add apache-ivy/ivy.jar symlink
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-ivy.spec ++++++
--- /var/tmp/diff_new_pack.ifr1RL/_old  2019-02-11 21:18:13.287310626 +0100
+++ /var/tmp/diff_new_pack.ifr1RL/_new  2019-02-11 21:18:13.295310622 +0100
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -89,8 +89,9 @@
 
 %install
 # Code
-install -d %{buildroot}%{_javadir}
+install -d %{buildroot}%{_javadir}/%{name}
 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 -m 0644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
@@ -113,15 +114,13 @@
 install -d %{buildroot}%{_mandir}/man1
 install %{SOURCE1} %{buildroot}%{_mandir}/man1/ivy.1
 
-%files
-%license LICENSE
-%doc NOTICE README
+%files -f .mfiles
+%license LICENSE NOTICE
+%doc README
 %config %{_sysconfdir}/ant.d/%{name}
-%{_javadir}/ivy.jar
+%{_javadir}/%{name}
 %attr(755,root,root) %{_bindir}/*
 %attr(644,root,root) %{_mandir}/man1/*
-%{_mavenpomdir}/JPP-ivy.pom
-%{_datadir}/maven-metadata/%{name}.xml
 
 %files javadoc
 %{_javadocdir}/*


Reply via email to