Sync from SUSE:SLFO:Main univocity-parsers revision 3e6f0d4c1b31dd8b50163bd181daa762
This commit is contained in:
parent
ed4372b070
commit
3c3bd3b088
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 16:03:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Spec file cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 11:38:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@ Patch0: 0001-Resolve-import-clash-with-OpenJDK-17.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -49,8 +49,7 @@ API documentation for %{name}.
|
||||
cp %{SOURCE1} build.xml
|
||||
%patch -P 0 -p1
|
||||
|
||||
# Tests require univocity-output-tester, which is not packaged yet.
|
||||
%{ant} jar javadoc
|
||||
ant jar javadoc
|
||||
|
||||
%install
|
||||
# jar
|
||||
@ -58,7 +57,7 @@ install -dm 0755 %{buildroot}%{_javadir}/%{name}
|
||||
install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar
|
||||
# pom
|
||||
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
|
||||
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
||||
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
||||
%add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar
|
||||
# javadoc
|
||||
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user