import univocity-output-tester-2.1-4.1.el8

i8c changed/i8c/univocity-output-tester-2.1-4.1.el8
Arkady L. Shane 9 months ago
commit ab57a751f4
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/univocity-output-tester-2.1.tar.gz

@ -0,0 +1 @@
9f9e6057edf07e035cf35978f3ae996260736528 SOURCES/univocity-output-tester-2.1.tar.gz

@ -0,0 +1,75 @@
Name: univocity-output-tester
Summary: Simple project to validate expected outputs of univocity parsers
Version: 2.1
Release: 4.1%{?dist}
License: ASL 2.0
URL: https://github.com/uniVocity/univocity-output-tester
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: maven
%description
This very simple project was created by univocity to help you validate
the expected results of test cases that produce data samples and
non-trivial outputs, such as XML, CSV, collections and arrays, etc.
It enforces a consistent and organized testing structure and enables
you to easily see what is going on with your tests if you want to.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%prep
%autosetup
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :nexus-staging-maven-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE-2.0.html
%doc README.md
%files javadoc -f .mfiles-javadoc
%license LICENSE-2.0.html
%doc README.md
%changelog
* Tue May 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.1-4.1
- Rebuilt for MSVSphere 8.9
* Tue Jul 20 2021 Martin Perina <mperina@redhat.com> - 2.1-4.1
- Adding maven dependency to prevent missing mvn command for xmvn
on CentOS Stream 8
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1-3
- Drop unnecessary dependency on maven-javadoc-plugin.
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Oct 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1-1
- Initial packaging.
Loading…
Cancel
Save