Fridrich Strba 2018-11-15 11:43:49 +00:00 committed by Git OBS Bridge
parent 0913aaf0b3
commit 8a10c93e65
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 15 10:23:30 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Add jakarta-regexp:jakarta-regexp alias to the maven artifact
-------------------------------------------------------------------
Tue Oct 3 10:48:19 UTC 2017 - fstrba@suse.com

View File

@ -13,7 +13,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/
#
@ -67,7 +67,7 @@ install -m 644 build/*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
# pom
mkdir -p %{buildroot}%{_mavenpomdir}
install -p -m 0644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_maven_depmap JPP-%{name}.pom %{name}.jar
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a %{full_name}:%{full_name}
%files
%defattr(0644,root,root,0755)