Remove unnecessary findbugs dependency (#1966769)

epel9
Richard Fearn 4 years ago
parent 33fd266a4d
commit ce64fe16ac

@ -6,7 +6,7 @@
Summary: Internationalized Domain Name support library Summary: Internationalized Domain Name support library
Name: libidn Name: libidn
Version: 1.37 Version: 1.37
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.gnu.org/software/libidn/ URL: http://www.gnu.org/software/libidn/
License: LGPLv2+ and GPLv3+ and GFDL License: LGPLv2+ and GPLv3+ and GFDL
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
@ -54,7 +54,6 @@ developing programs which use the GNU libidn library.
Summary: Java port of the GNU Libidn library Summary: Java port of the GNU Libidn library
BuildRequires: java-devel BuildRequires: java-devel
BuildRequires: javapackages-local BuildRequires: javapackages-local
BuildRequires: mvn(com.google.code.findbugs:annotations)
BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(com.google.guava:guava)
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
BuildRequires: make BuildRequires: make
@ -89,6 +88,9 @@ find . -name '*.class' -print -delete
%if %{with libidn_enables_java} %if %{with libidn_enables_java}
# Not available test dep # Not available test dep
%pom_remove_dep com.google.caliper:caliper java/pom.xml.in %pom_remove_dep com.google.caliper:caliper java/pom.xml.in
# Unused dependency
%pom_remove_dep com.google.code.findbugs:annotations java/pom.xml.in
%endif %endif
%build %build
@ -186,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
%endif %endif
%changelog %changelog
* Tue Jun 01 2021 Richard Fearn <richardfearn@gmail.com> - 1.37-2
- Remove unnecessary findbugs dependency (#1966769)
* Mon May 17 2021 Miroslav Lichvar <mlichvar@redhat.com> - 1.37-1 * Mon May 17 2021 Miroslav Lichvar <mlichvar@redhat.com> - 1.37-1
- update to 1.37 - update to 1.37

Loading…
Cancel
Save