Fridrich Strba 2019-10-07 07:24:22 +00:00 committed by Git OBS Bridge
parent 71b5304dcf
commit df8ca2d3c1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 7 07:22:44 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Add aliases to account for the ephemeral commons-beanutils-core
and commons-beanutils-bean-collections split.
-------------------------------------------------------------------
Thu Oct 3 08:16:19 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -90,7 +90,7 @@ popd # come back from javadir
# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "org.apache.commons:%{short_name}"
%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "%{short_name}:%{short_name}-core,%{short_name}:%{short_name}-bean-collections"
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}