diff --git a/jdependency.spec b/jdependency.spec index 2ed30bc..1e3bd8d 100644 --- a/jdependency.spec +++ b/jdependency.spec @@ -1,7 +1,7 @@ Name: jdependency Version: 2.8.0 -Release: 1%{?dist} -Summary: This project provides an API to analyse class dependencies +Release: 2%{?dist} +Summary: Class dependency analysis library for Java License: ASL 2.0 URL: http://github.com/tcurdt/%{name} BuildArch: noarch @@ -23,7 +23,7 @@ BuildRequires: mvn(org.ow2.asm:asm-tree) BuildRequires: mvn(org.ow2.asm:asm-util) %description -%{name} is small library that helps you analyze class level +%{name} is a small library that helps you analyze class level dependencies, clashes and missing classes. %package javadoc @@ -35,14 +35,6 @@ Summary: API documentation for %{name} %prep %setup -q -n %{name}-%{name}-%{version} %mvn_file : %{name} -# work-around for: https://bugzilla.redhat.com/show_bug.cgi?id=1981486 -#%%pom_add_dep org.apache.commons:commons-lang3:3.12.0:test - -# remove maven-compiler-plugin configuration that is broken with Java 11 -#%%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' - -# remove a test case that is harmlessly broken on Java 11 -#rm src/test/java/org/vafer/jdependency/DependencyUtilsTestCase.java %build %mvn_build @@ -58,6 +50,10 @@ Summary: API documentation for %{name} %license LICENSE.txt %changelog +* Sat Aug 27 2022 Sérgio Basto - 2.8.0-2 +- Simplify and focus Summary +- Remove no longer needed JDK 11 workarounds + * Thu Aug 04 2022 Sérgio Basto - 2.8.0-1 - Update jdependency to 2.8.0 (#2115425)