automatic version update by autodist [release 1.37-1mamba;Sat May 22 2021]

This commit is contained in:
Automatic Build System 2024-01-06 04:37:36 +01:00
parent 9871a67052
commit 66b6fd7fff

View File

@ -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 <autodist@mambasoft.it> 1.37-1mamba
- automatic version update by autodist
* Fri Oct 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36-3mamba
- added -mono, -tools and -java subpackages