diff --git a/opentest4j-1.0.0.pom b/opentest4j-1.0.0.pom new file mode 100644 index 0000000000000000000000000000000000000000..03d671884aa062e7e0380ce096ca71063dab8277 --- /dev/null +++ b/opentest4j-1.0.0.pom @@ -0,0 +1,49 @@ + + + 4.0.0 + org.opentest4j + opentest4j + 1.0.0 + org.opentest4j:opentest4j + Open Test Alliance for the JVM + https://github.com/ota4j-team/opentest4j + + + The Apache License, Version 2.0 + http://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@heidelberg-mobil.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/opentest4j.spec b/opentest4j.spec new file mode 100644 index 0000000000000000000000000000000000000000..28754d5e541bbc968159f37cdecdc0e2b37d5852 --- /dev/null +++ b/opentest4j.spec @@ -0,0 +1,51 @@ +Name: opentest4j +Version: 1.0.0 +Release: 4 +Summary: JVM Open Test Alliance +License: ASL 2.0 +URL: https://github.com/ota4j-team/opentest4j +BuildArch: noarch + +Source0: https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz +Source1: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom +BuildRequires: maven-local mvn(junit:junit) + +%description +The JVM's Open Test Alliance is the smallest universal foundation for testing libraries on the JVM. +The main goal of this project is to enable testing frameworks (such as JUnit, TestNG, Spock, etc.) +and third-party assertion libraries (such as Hamcrest, AssertJ, etc.) to use a common set of +exceptions that IDE and build tools can consistently support. Ways across all test scenarios-for +example, to consistently handle failed assertions and failed assumptions and to visualize test +execution in IDEs and reports. + +%package help +Summary: Help documents for opentest4j +Provides: %{name}-javadoc = %{version}-%{release} +Obsoletes: %{name}-javadoc < %{version}-%{release} + +%description help +Help documents for opentest4j. + +%prep +%autosetup -n opentest4j-r%{version} -p1 +find -name \*.jar -delete +cp -p %{SOURCE1} pom.xml + +%pom_add_dep junit:junit:4.12:test + + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE +%doc README.md + +%files help -f .mfiles-javadoc + +%changelog +* Tue Dec 3 2019 duyeyu - 1.0.0-4 +- Package init diff --git a/r1.0.0.tar.gz b/r1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f6723943f5f32bd76bd0fe34784df1c39aa33f9f Binary files /dev/null and b/r1.0.0.tar.gz differ