Accepting request 1174700 from Java:packages

version 13

OBS-URL: https://build.opensuse.org/request/show/1174700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uima-parent-pom?expand=0&rev=2
This commit is contained in:
2024-05-17 18:05:45 +00:00
committed by Git OBS Bridge
5 changed files with 54 additions and 15 deletions

18
_service Normal file
View File

@@ -0,0 +1,18 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git@github.com:apache/uima-build.git</param>
<param name="revision">parent-pom-13</param>
<param name="match-tag">parent-pom-*</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">parent-pom-(.*)</param>
<param name="filename">uima-parent-pom</param>
<param name="exclude">src</param>
<param name="exclude">plugin-patches</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77d1d26c2e69bf5164aefbbbba8c98d08a4666a7089e200b5514838e207eb0e5
size 20711

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6321ed327f7dc5c7a9172a50e0f12e93994083e68e6d74a02dc379ad3ea552c1
size 20740

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri May 17 01:16:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to version 13
* UIMA-5612: first batch of upgrades to apache-wide parent pom
* UIMA-5612: set versions for enforcer using properties
* UIMA-5612: updates:
1) fix jira version for reporting
2) set property surefire.version to 2.20.1 (current level)
3) make javadoc version use the variable
* UIMA-5612: update the build for signed eclipse update site
* UIMA-5856: Use modern checksum algorithms during release
* UIMA-5876, UIMA-5753: updates for signatures/checksums and
Java 11 enablement, details in the Jira comments. Includes
patched jars and patches for two maven plugins
* UIMA-5876: update uima-wide parent pom
* UIMA-5897: workaround for Apache Nexus rule not allowing
unsigned .sha512 checksums
* UIMA-6059: apache license header can't be switched because
it breaks rat check
* UIMA-6059: http to https
- Fetch sources using service in order to filter out spurious
binary files
- Remove bogus dependencies
-------------------------------------------------------------------
Fri Feb 28 07:21:28 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package uima-parent-pom
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,17 @@
Name: uima-parent-pom
Version: 10
Version: 13
Release: 0
Summary: Apache UIMA Parent POM
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://uima.apache.org/
Source0: https://github.com/apache/uima-build/archive/parent-pom-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
# uima-parent-pom package don't include the license file
# reported @ https://issues.apache.org/jira/browse/UIMA-3575
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: maven-local
BuildRequires: mvn(ant-contrib:ant-contrib)
BuildRequires: mvn(jakarta-regexp:jakarta-regexp)
BuildRequires: mvn(org.apache.ant:ant-apache-regexp)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
BuildRequires: mvn(org.apache:apache:pom:)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildArch: noarch
@@ -49,7 +43,7 @@ supports scalablity, and provides tooling.
This package provides Parent for Apache UIMA Projects.
%prep
%setup -q -n uima-build-parent-pom-%{version}
%setup -q
%pom_xpath_remove pom:Embed-Dependency
%pom_xpath_remove pom:Embed-Directory
@@ -65,6 +59,8 @@ This package provides Parent for Apache UIMA Projects.
%pom_remove_plugin :maven-assembly-plugin
%pom_remove_plugin :maven-remote-resources-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-antrun-plugin
# unavailable deps org.apache.uima:uima-docbook-olink:zip:olink:1-SNAPSHOT
# https://svn.apache.org/repos/asf/uima/build/trunk/uima-docbook-olink/
@@ -72,9 +68,9 @@ This package provides Parent for Apache UIMA Projects.
# Unavailable deps
%pom_xpath_remove "pom:profiles/pom:profile[pom:id = 'build-eclipse-update-subsite']"
%pom_xpath_remove "pom:profiles/pom:profile[pom:id = 'build distribution']"
%pom_xpath_remove "pom:profiles/pom:profile[pom:id = 'java11']"
cp -p %{SOURCE1} .
sed -i 's/\r//' LICENSE-2.0.txt README.txt
cp -p %{SOURCE1} LICENSE-2.0.txt
%build
%{mvn_build}