Import rpm: 79d7f75ea45fda2cd5ec9cbb3cf8ecc050626132
This commit is contained in:
commit
acb769ac17
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/v2.5.5.tar.gz
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_contexts:
|
||||||
|
- osci_compose_gate
|
||||||
|
rules:
|
||||||
|
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||||
|
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA1 (v2.5.5.tar.gz) = 72bdd78b660b800989ac01e4a0326fe2c29ff427
|
57
univocity-parsers.spec
Normal file
57
univocity-parsers.spec
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
Name: univocity-parsers
|
||||||
|
Version: 2.5.5
|
||||||
|
Release: 4%{?dist}
|
||||||
|
Summary: Collection of parsers for Java
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: https://github.com/uniVocity/univocity-parsers
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
|
|
||||||
|
%description
|
||||||
|
uniVocity-parsers is a suite of extremely fast and reliable parsers
|
||||||
|
for Java. It provides a consistent interface for handling different
|
||||||
|
file formats, and a solid framework for the development of new
|
||||||
|
parsers.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
|
%description javadoc
|
||||||
|
API documentation for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%pom_remove_plugin :nexus-staging-maven-plugin
|
||||||
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
|
||||||
|
%build
|
||||||
|
# Tests require univocity-output-tester, which is not packaged yet.
|
||||||
|
%mvn_build -f
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
%license LICENSE-2.0.html
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
%license LICENSE-2.0.html
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 2.5.5-4
|
||||||
|
- Remove unnecessary javadoc invocation
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-1
|
||||||
|
- Initial packaging
|
Loading…
Reference in New Issue
Block a user