Accepting request 738198 from Java:packages
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/738198 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=14
This commit is contained in:
commit
cd33709a4e
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user