diff --git a/google-guice.spec b/google-guice.spec index 97c5e89..c9b946d 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -1,11 +1,11 @@ -%bcond_without jpa -%bcond_without spring +%bcond_with jpa +%bcond_with spring %global short_name guice Name: google-%{short_name} Version: 4.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Lightweight dependency injection framework for Java 5 and above License: ASL 2.0 URL: https://github.com/google/%{short_name} @@ -25,7 +25,6 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) BuildRequires: mvn(org.ow2.asm:asm) -BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.sonatype.plugins:munge-maven-plugin) # xmvn-builddep misses this: BuildRequires: mvn(org.apache:apache-jar-resource-bundle) @@ -256,6 +255,9 @@ This package provides %{summary}. %changelog +* Fri Jul 26 2019 Fabio Valentini - 4.1-16 +- Disable support for spring and JPA. + * Thu Jul 25 2019 Fedora Release Engineering - 4.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild