|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
Name: opentest4j
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Open Test Alliance for the JVM
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/ota4j-team/opentest4j
|
|
|
|
|
Source0: %{url}/archive/r%{version}.tar.gz
|
|
|
|
|
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
|
|
|
|
|
|
|
|
|
|
BuildArch: 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
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ API documentation for %{name}.
|
|
|
|
|
find -name \*.jar -delete
|
|
|
|
|
cp -p %{SOURCE100} pom.xml
|
|
|
|
|
|
|
|
|
|
%pom_add_dep junit:junit::test
|
|
|
|
|
%pom_add_dep junit:junit:4.12:test
|
|
|
|
|
|
|
|
|
|
%pom_xpath_inject pom:project "
|
|
|
|
|
<build>
|
|
|
|
@ -65,6 +65,10 @@ cp -p %{SOURCE100} pom.xml
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>"
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
@ -79,18 +83,6 @@ cp -p %{SOURCE100} pom.xml
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.2.0-2
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
* Wed Mar 04 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
|
|
|
|
|
- Update to version 1.2.0.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
|
@ -104,4 +96,4 @@ cp -p %{SOURCE100} pom.xml
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-1
|
|
|
|
|
- Initial packaging
|
|
|
|
|
- Initial packaging
|
|
|
|
|