diff --git a/cglib.changes b/cglib.changes index de6cb81..93a1643 100644 --- a/cglib.changes +++ b/cglib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 29 13:45:46 UTC 2018 - Fridrich Strba + +- Add aliases to the maven artifact + ------------------------------------------------------------------- Wed Jun 13 15:39:52 UTC 2018 - fstrba@suse.com diff --git a/cglib.spec b/cglib.spec index 741cdcf..ae5d58b 100644 --- a/cglib.spec +++ b/cglib.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -78,7 +78,8 @@ cp -r docs %{buildroot}%{_javadocdir}/%{name} #maven pom mkdir -p %{buildroot}%{_mavenpomdir} cp %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom -%add_maven_depmap JPP-%{name}.pom %{name}.jar +%add_maven_depmap JPP-%{name}.pom %{name}.jar \ + -a net.sf.cglib:cglib,cglib:cglib-full,cglib:cglib-nodep,org.sonatype.sisu.inject:cglib" %files %doc LICENSE NOTICE