don't build java subpackages on i686 (#2104070)
This commit is contained in:
parent
4684906e8c
commit
e0f1fcb77c
@ -1,7 +1,10 @@
|
|||||||
# Build with Emacs support
|
# Build with Emacs support
|
||||||
%bcond_without libidn_enables_emacs
|
%bcond_without libidn_enables_emacs
|
||||||
|
|
||||||
|
%ifarch %{java_arches}
|
||||||
# Build with Java support
|
# Build with Java support
|
||||||
%bcond_without libidn_enables_java
|
%bcond_without libidn_enables_java
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
@ -33,6 +36,11 @@ Obsoletes: emacs-libidn < 1.30-4
|
|||||||
Provides: emacs-libidn < 1.30-4
|
Provides: emacs-libidn < 1.30-4
|
||||||
Requires: emacs-filesystem >= %{_emacs_version}
|
Requires: emacs-filesystem >= %{_emacs_version}
|
||||||
%endif
|
%endif
|
||||||
|
%if %{without libidn_enables_java}
|
||||||
|
# Remove old java packages on arches removed from %%java_arches
|
||||||
|
Obsoletes: libidn-java < %{version}-%{release}
|
||||||
|
Obsoletes: libidn-javadoc < %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode and
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
||||||
|
Loading…
Reference in New Issue
Block a user