#7 Build with Jurand instead of deprecated javapackages-extra
Merged 10 months ago by mizdebsk. Opened 10 months ago by mizdebsk.
rpms/ mizdebsk/google-guice use-jurand  into  rawhide

file modified
+5 -2
@@ -2,7 +2,7 @@ 

  

  Name:           google-guice

  Version:        5.1.0

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        Lightweight dependency injection framework for Java 5 and above

  License:        ASL 2.0

  URL:            https://github.com/google/guice
@@ -13,7 +13,6 @@ 

  Source0:        %{name}-%{version}.tar.xz

  Source1:        create-tarball.sh

  

- BuildRequires:  javapackages-extra

  %if %{with bootstrap}

  BuildRequires:  javapackages-bootstrap

  %else
@@ -32,6 +31,7 @@ 

  %if %{without bootstrap}

  BuildRequires:  mvn(org.apache:apache-jar-resource-bundle)

  %endif

+ BuildRequires:  jurand

  

  Obsoletes:      guice-multibindings < 5

  
@@ -201,6 +201,9 @@ 

  %files -n guice-bom -f .mfiles-guice-bom

  

  %changelog

+ * Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-5

+ - Build with Jurand instead of deprecated javapackages-extra

+ 

  * Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-4

  - Build with default JDK 17

  

no initial comment

Pull-Request has been merged by mizdebsk

10 months ago
Metadata