automatic version update by autodist [release 1.37-1mamba;Sat May 22 2021]
This commit is contained in:
parent
9871a67052
commit
66b6fd7fff
22
libidn.spec
22
libidn.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 1.36
|
Version: 1.37
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,20 +11,19 @@ Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: mono-core
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: emacs >= 21.3
|
BuildRequires: emacs >= 21.3
|
||||||
BuildRequires: gcc-java
|
%ifarch x86_64 %{ix86}
|
||||||
|
BuildRequires: java-openjdk8
|
||||||
|
%endif
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gettext-devel >= 0.14.0
|
BuildRequires: gettext-devel >= 0.14.0
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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 \
|
--disable-static \
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
--enable-csharp \
|
--enable-csharp \
|
||||||
|
%ifnarch arm
|
||||||
--enable-java \
|
--enable-java \
|
||||||
|
%endif
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -147,13 +148,15 @@ exit 0
|
|||||||
%{_infodir}/libidn.info.*
|
%{_infodir}/libidn.info.*
|
||||||
%{_infodir}/libidn-components.png.*
|
%{_infodir}/libidn-components.png.*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%doc ChangeLog NEWS README THANKS TODO
|
%doc ChangeLog NEWS README THANKS
|
||||||
|
|
||||||
|
%ifnarch arm
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%files java
|
%files java
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/java/*.jar
|
%{_datadir}/java/*.jar
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%files mono
|
%files mono
|
||||||
@ -166,9 +169,12 @@ exit 0
|
|||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%{_datadir}/gtk-doc/html/libidn/
|
%{_datadir}/gtk-doc/html/libidn/
|
||||||
%endif
|
%endif
|
||||||
%doc doc/libidn.pdf
|
#%doc doc/libidn.pdf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36-3mamba
|
||||||
- added -mono, -tools and -java subpackages
|
- added -mono, -tools and -java subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user