From 66b6fd7fffc0a5e1c47d7815b5e46123e85bd1bb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:37:36 +0100 Subject: [PATCH] automatic version update by autodist [release 1.37-1mamba;Sat May 22 2021] --- libidn.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/libidn.spec b/libidn.spec index 0d40c7c..4ac0f3e 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,6 +1,6 @@ Name: libidn -Version: 1.36 -Release: 3mamba +Version: 1.37 +Release: 1mamba Summary: An implementation of the Stringprep, Punycode and IDNA specification Group: System/Libraries Vendor: openmamba @@ -11,20 +11,19 @@ Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig -BuildRequires: mono-core ## AUTOBUILDREQ-END BuildRequires: bash %if "%{stage1}" != "1" BuildRequires: emacs >= 21.3 -BuildRequires: gcc-java +%ifarch x86_64 %{ix86} +BuildRequires: java-openjdk8 +%endif BuildRequires: gtk-doc %endif BuildRequires: gettext-devel >= 0.14.0 BuildRequires: texinfo Requires(post):%{__install_info} Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GNU Libidn is an implementation of the stringprep, punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. @@ -93,7 +92,9 @@ Tools provided with %{name}. --disable-static \ %if "%{stage1}" != "1" --enable-csharp \ +%ifnarch arm --enable-java \ +%endif --enable-gtk-doc %endif @@ -147,13 +148,15 @@ exit 0 %{_infodir}/libidn.info.* %{_infodir}/libidn-components.png.* %{_mandir}/man3/* -%doc ChangeLog NEWS README THANKS TODO +%doc ChangeLog NEWS README THANKS +%ifnarch arm %if "%{stage1}" != "1" %files java %defattr(-,root,root) %{_datadir}/java/*.jar %endif +%endif %if "%{stage1}" != "1" %files mono @@ -166,9 +169,12 @@ exit 0 %if "%{stage1}" != "1" %{_datadir}/gtk-doc/html/libidn/ %endif -%doc doc/libidn.pdf +#%doc doc/libidn.pdf %changelog +* Sat May 22 2021 Automatic Build System 1.37-1mamba +- automatic version update by autodist + * Fri Oct 16 2020 Silvan Calarco 1.36-3mamba - added -mono, -tools and -java subpackages