Sync from SUSE:SLFO:Main univocity-parsers revision 7bf41c88319b192c8dce5d8c9eadbbc7

This commit is contained in:
Adrian Schröter 2024-05-31 15:02:19 +02:00
parent 21d4a09079
commit ed4372b070
3 changed files with 16 additions and 3 deletions

View File

@ -19,7 +19,8 @@
<property name="project.license.url" value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<property name="spec.version" value="2.9"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
@ -54,6 +55,7 @@
debug="true"
optimize="false"
deprecation="true"
release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"
@ -105,6 +107,7 @@
basedir="${build.outputDir}"
excludes="**/package.html">
<manifest>
<attribute name="Automatic-Module-Name" value="univocity.parsers"/>
<attribute name="Bundle-Description" value="${project.description}"/>
<attribute name="Bundle-DocURL" value="${project.organization.url}"/>
<attribute name="Bundle-License" value="${project.license.url}"/>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 27 11:38:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Add Automatic-Module-Name to the manifest
-------------------------------------------------------------------
Tue Feb 20 16:01:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon May 9 12:38:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package univocity-parsers
#
# Copyright (c) 2022 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
@ -47,7 +47,7 @@ API documentation for %{name}.
%prep
%setup -q
cp %{SOURCE1} build.xml
%patch0 -p1
%patch -P 0 -p1
# Tests require univocity-output-tester, which is not packaged yet.
%{ant} jar javadoc