diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0092855..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_* -/*.src.rpm - -/univocity-output-tester-2.1.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 3bc8bf4..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# univocity-output-tester - -The univocity-output-tester package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index cd3418a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (univocity-output-tester-2.1.tar.gz) = e625b555d94944536fa472a1ae13454933f32625bdd4de89990b745ded2f05b85e566973239c7900633d35dd8019aa67c8d388f8508d418ca572d0f850690e54 diff --git a/univocity-output-tester.spec b/univocity-output-tester.spec deleted file mode 100644 index d0be4a0..0000000 --- a/univocity-output-tester.spec +++ /dev/null @@ -1,70 +0,0 @@ -Name: univocity-output-tester -Summary: Simple project to validate expected outputs of univocity parsers -Version: 2.1 -Release: 5%{?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 - -%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 -* Wed Jan 27 2021 Fedora Release Engineering - 2.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 15 2020 Fabio Valentini - 2.1-3 -- Drop unnecessary dependency on maven-javadoc-plugin. - -* Fri Jan 31 2020 Fedora Release Engineering - 2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Oct 06 2019 Fabio Valentini - 2.1-1 -- Initial packaging. -