Compare commits

..

No commits in common. "c8-stream-201801" and "c8-stream-201902" have entirely different histories.

View File

@ -1,6 +1,6 @@
Name: jdependency
Version: 1.2
Release: 2%{?dist}
Release: 4%{?dist}
Summary: This project provides an API to analyse class dependencies
License: ASL 2.0
URL: http://github.com/tcurdt/%{name}
@ -30,8 +30,13 @@ Summary: API documentation for %{name}
%prep
%setup -q -n %{name}-%{name}-%{version}
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.6
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.6
%mvn_file : %{name}
# Test does not work with OpenJDK 11
rm -f src/test/java/org/vafer/jdependency/DependencyUtilsTestCase.java
%build
%mvn_build
@ -46,6 +51,12 @@ Summary: API documentation for %{name}
%license LICENSE.txt
%changelog
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-4
- Mass rebuild for javapackages-tools 201902
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-3
- Mass rebuild for javapackages-tools 201901
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild