From afe5a303f7d1fb108e94b4fe2b46a7d2ff63f2885ef3126075516f8d794395d1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 26 Jun 2019 15:53:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jython?expand=0&rev=30 --- jython.changes | 5 +++++ jython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/jython.changes b/jython.changes index 040d9bb..fe9e362 100644 --- a/jython.changes +++ b/jython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 26 15:53:35 UTC 2019 - Fridrich Strba + +- Add maven artifact alias + ------------------------------------------------------------------- Tue Feb 12 13:35:57 UTC 2019 - Fridrich Strba diff --git a/jython.spec b/jython.spec index d743687..95147e2 100644 --- a/jython.spec +++ b/jython.spec @@ -214,7 +214,7 @@ install -m 644 dist/%{name}.jar \ # pom install -d -m 755 %{buildroot}%{_mavenpomdir} install -m 644 build/maven/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom -%add_maven_depmap JPP-%{name}.pom %{name}.jar -a org.python:jython-standalone +%add_maven_depmap JPP-%{name}.pom %{name}.jar -a org.python:jython-standalone,jython:jython # javadoc install -d -m 755 %{buildroot}%{_javadocdir}/%{name}