Build with Jurand instead of deprecated javapackages-extra
This commit is contained in:
parent
9f9f25ef26
commit
72756f0f06
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: google-guice
|
Name: google-guice
|
||||||
Version: 5.1.0
|
Version: 5.1.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/google/guice
|
URL: https://github.com/google/guice
|
||||||
@ -13,7 +13,6 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: create-tarball.sh
|
Source1: create-tarball.sh
|
||||||
|
|
||||||
BuildRequires: javapackages-extra
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
@ -32,6 +31,7 @@ BuildRequires: mvn(org.ow2.asm:asm)
|
|||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: jurand
|
||||||
|
|
||||||
Obsoletes: guice-multibindings < 5
|
Obsoletes: guice-multibindings < 5
|
||||||
|
|
||||||
@ -201,6 +201,9 @@ and above. This package provides Bill of Materials module for Guice.
|
|||||||
%files -n guice-bom -f .mfiles-guice-bom
|
%files -n guice-bom -f .mfiles-guice-bom
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1.0-4
|
||||||
- Build with default JDK 17
|
- Build with default JDK 17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user