| |
@@ -1,20 +1,23 @@
|
| |
+ %global reponame junit4
|
| |
+
|
| |
Name: junit
|
| |
Epoch: 1
|
| |
- Version: 4.12
|
| |
- Release: 12%{?dist}
|
| |
+ Version: 4.13
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Java regression test package
|
| |
License: EPL-1.0
|
| |
URL: http://www.junit.org/
|
| |
BuildArch: noarch
|
| |
|
| |
- # ./clean-tarball.sh %{version}
|
| |
- Source0: %{name}-%{version}-clean.tar.gz
|
| |
+ # ./clean-tarball.sh <version>
|
| |
+ Source0: %{reponame}-%{version}-clean.tar.gz
|
| |
Source3: create-tarball.sh
|
| |
|
| |
BuildRequires: maven-local
|
| |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
| |
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
| |
BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
| |
+ BuildRequires: mvn(org.hamcrest:hamcrest-library)
|
| |
|
| |
Obsoletes: %{name}-demo < 4.12
|
| |
|
| |
@@ -37,7 +40,7 @@
|
| |
Javadoc for %{name}.
|
| |
|
| |
%prep
|
| |
- %setup -q -n %{name}-r%{version}
|
| |
+ %setup -q -n %{reponame}-r%{version}
|
| |
|
| |
# InaccessibleBaseClassTest fails with Java 8
|
| |
sed -i /InaccessibleBaseClassTest/d src/test/java/org/junit/tests/AllTests.java
|
| |
@@ -86,6 +89,9 @@
|
| |
%doc doc/*
|
| |
|
| |
%changelog
|
| |
+ * Mon Jan 20 2020 Alexander Scheel <ascheel@redhat.com> - 1:4.13-1
|
| |
+ - Rebase to 4.13
|
| |
+
|
| |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.12-12
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
| |
|
| |
There's a few other patches in the modular repos we can add as we get a chance.
This adds a new dependency on
hamcrest-library, which is already packaged.