commit d5ff25a5619d2052aa85139287ad0e29c635bd55 Author: MSVSphere Packaging Team Date: Fri Oct 25 17:28:41 2024 +0300 import opentest4j-1.3.0-6.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9f4ede --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/r1.3.0.tar.gz diff --git a/.opentest4j.metadata b/.opentest4j.metadata new file mode 100644 index 0000000..8f5b230 --- /dev/null +++ b/.opentest4j.metadata @@ -0,0 +1 @@ +31003ea0225e2d18f0ff82ee42676a39af26b72c SOURCES/r1.3.0.tar.gz diff --git a/SOURCES/opentest4j-1.3.0.pom b/SOURCES/opentest4j-1.3.0.pom new file mode 100644 index 0000000..c89bd03 --- /dev/null +++ b/SOURCES/opentest4j-1.3.0.pom @@ -0,0 +1,54 @@ + + + + + + + + 4.0.0 + org.opentest4j + opentest4j + 1.3.0 + org.opentest4j:opentest4j + Open Test Alliance for the JVM + https://github.com/ota4j-team/opentest4j + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + matthias.merdes@heidelpay.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + + scm:git:git://github.com/ota4j-team/opentest4j.git + scm:git:git://github.com/ota4j-team/opentest4j.git + https://github.com/ota4j-team/opentest4j + + diff --git a/SPECS/opentest4j.spec b/SPECS/opentest4j.spec new file mode 100644 index 0000000..f43654e --- /dev/null +++ b/SPECS/opentest4j.spec @@ -0,0 +1,224 @@ +%bcond_with bootstrap + +Name: opentest4j +Version: 1.3.0 +Release: 6%{?dist} +Summary: Open Test Alliance for the JVM +License: Apache-2.0 +URL: https://github.com/ota4j-team/opentest4j +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +Source0: https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz +Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom + +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local +BuildRequires: mvn(junit:junit) +%endif + +%description +Open Test Alliance for the JVM is a minimal common foundation for +testing libraries on the JVM. The primary goal of the project is to +enable testing frameworks like JUnit, TestNG, Spock, etc. and +third-party assertion libraries like Hamcrest, AssertJ, etc. to use a +common set of exceptions that IDEs and build tools can support in a +consistent manner across all testing scenarios -- for example, for +consistent handling of failed assertions and failed assumptions as +well as visualization of test execution in IDEs and reports. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q -n opentest4j-r%{version} +find -name \*.jar -delete +cp -p %{SOURCE100} pom.xml + +mv src/module/java/* src/main/java + +%pom_add_dep junit:junit::test + +%pom_xpath_inject pom:project " + + + + + maven-jar-plugin + + + + opentest4j + opentest4j.org + %{version} + opentest4j + opentest4j.org + %{version} + + 2 + org.opentest4j + %{version} + org.opentest4j;version=\"%{version}\" + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + + 8 + + **/module-info.java + + + + + module-info + + compile + + + 9 + + **/module-info.java + + + + + default-testCompile + + testCompile + + + 11 + + + + + + + " + +# Fix unused reference to unused dependency +# This is fixed upstream: https://github.com/ota4j-team/opentest4j/commit/70d3d54f2cd076a962e81d9510e6716f3cbf8060 +sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/AssertionFailedErrorTests.java + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE +%doc README.md + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 1.3.0-6 +- Rebuilt for MSVSphere 10 + +* Thu Aug 01 2024 Troy Dawson - 1.3.0-6 +- Bump release for Aug 2024 java mass rebuild + +* Mon Jun 24 2024 Troy Dawson - 1.3.0-5 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 1.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 01 2023 Mikolaj Izdebski - 1.3.0-2 +- Convert License tag to SPDX format + +* Thu Aug 17 2023 Mikolaj Izdebski - 1.3.0-1 +- Update to upstream version 1.3.0 + +* Thu Jul 20 2023 Fedora Release Engineering - 1.2.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Feb 15 2023 Marian Koncek - 1.2.0-13 +- Build with module-info + +* Thu Jan 19 2023 Fedora Release Engineering - 1.2.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.2.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Feb 05 2022 Jiri Vanek - 1.2.0-10 +- Rebuilt for java-17-openjdk as system jdk + +* Thu Jan 20 2022 Fedora Release Engineering - 1.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Nov 02 2021 Mikolaj Izdebski - 1.2.0-8 +- Set explicit Java compiler source/target levels to 1.7 + +* Thu Jul 22 2021 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 17 2021 Mikolaj Izdebski - 1.2.0-6 +- Bootstrap build +- Non-bootstrap build + +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 6 2020 Mat Booth - 1.2.0-4 +- Build with release flag + +* Tue Jul 28 2020 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jul 11 2020 Jiri Vanek - 1.2.0-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Wed Mar 04 2020 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0. + +* Wed Jan 29 2020 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 05 2019 Mikolaj Izdebski - 1.2.0-2 +- Mass rebuild for javapackages-tools 201902 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 15 2019 Marian Koncek - 1.2.0-1 +- Update to upstream version 1.2.0 + +* Fri May 24 2019 Mikolaj Izdebski - 1.1.1-2 +- Mass rebuild for javapackages-tools 201901 + +* Tue Mar 05 2019 Mat Booth - 1.1.1-1 +- Update to latest upstream release + +* Fri Feb 01 2019 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 14 2017 Mikolaj Izdebski - 1.0.0-1 +- Initial packaging