Accepting request 653650 from Java:packages

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/653650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/regexp?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2018-12-07 13:31:09 +00:00 committed by Git OBS Bridge
commit 6f52960b73
2 changed files with 8 additions and 3 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 Tue Oct 3 10:48:19 UTC 2017 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package regexp # spec file for package regexp
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2008, JPackage Project # Copyright (c) 2000-2008, JPackage Project
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 # pom
mkdir -p %{buildroot}%{_mavenpomdir} mkdir -p %{buildroot}%{_mavenpomdir}
install -p -m 0644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom 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 %files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)