update to 0.21.1 [release 0.21.1-1mamba;Sat Oct 29 2022]
This commit is contained in:
parent
39a1d1b848
commit
403745ed25
BIN
gettext-0.21.1.tar.lz
Normal file
BIN
gettext-0.21.1.tar.lz
Normal file
Binary file not shown.
Binary file not shown.
35
gettext.spec
35
gettext.spec
@ -1,33 +1,34 @@
|
|||||||
%if "%{?stage1}" != "1"
|
%if "%{?stage1}" != "1"
|
||||||
|
%ifnarch arm
|
||||||
|
%define with_java 1
|
||||||
|
%endif
|
||||||
%define with_csharp 1
|
%define with_csharp 1
|
||||||
%endif
|
%endif
|
||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.21
|
Version: 0.21.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: ftp://ftp.gnu.org/gnu/gettext
|
URL: https://ftp.gnu.org/pub/gnu/gettext/
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.lz
|
Source: https://ftp.gnu.org/pub/gnu/gettext/gettext-%{version}.tar.lz
|
||||||
Patch0: %{name}-0.17-wchar-fix.patch
|
Patch0: %{name}-0.17-wchar-fix.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgomp-devel
|
BuildRequires: libgomp-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: mono-devel
|
||||||
BuildRequires: mono-core
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%if "%{?stage1}" != "1"
|
%if "%{?stage1}" != "1"
|
||||||
BuildRequires: perl >= %perl_major_ver
|
BuildRequires: perl >= %perl_major_ver
|
||||||
@ -35,18 +36,16 @@ BuildRequires: emacs
|
|||||||
BuildRequires: tetex-dvips
|
BuildRequires: tetex-dvips
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRequires: gcc-java
|
|
||||||
BuildRequires: java-gcj-compat
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%if "%{?with_java}"
|
||||||
|
BuildRequires: java-sdk
|
||||||
|
%endif
|
||||||
%if "%{?with_csharp}"
|
%if "%{?with_csharp}"
|
||||||
BuildRequires: mono
|
BuildRequires: mono
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libgcj4-devel >= 6.4
|
|
||||||
BuildRequires: libgcj4-devel <= 6.4.255
|
|
||||||
BuildRequires: libunistring-devel >= 0.9.6
|
BuildRequires: libunistring-devel >= 0.9.6
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs.
|
The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs.
|
||||||
@ -105,10 +104,10 @@ This package provides the Mono (C-sharp) GNU library for producing multi-lingual
|
|||||||
%else
|
%else
|
||||||
--disable-csharp \
|
--disable-csharp \
|
||||||
%endif
|
%endif
|
||||||
%if "%{?stage1}" == "1"
|
%if "%{?with_java}"
|
||||||
--disable-java \
|
|
||||||
%else
|
|
||||||
--enable-java \
|
--enable-java \
|
||||||
|
%else
|
||||||
|
--disable-java \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
@ -196,7 +195,6 @@ done
|
|||||||
%{_libdir}/libgettextpo.so
|
%{_libdir}/libgettextpo.so
|
||||||
%{_libdir}/gettext/*
|
%{_libdir}/gettext/*
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
%{_libdir}/lib*.la
|
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%if "%{?stage1}" != "1"
|
%if "%{?stage1}" != "1"
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
@ -228,7 +226,7 @@ done
|
|||||||
%{_mandir}/man1/gettextize.*
|
%{_mandir}/man1/gettextize.*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%if "%{?stage1}" != "1"
|
%if "%{?with_java}"
|
||||||
%files -n java-gettext
|
%files -n java-gettext
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# gettext.jar is only built if gcj is not available
|
# gettext.jar is only built if gcj is not available
|
||||||
@ -243,6 +241,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.1-1mamba
|
||||||
|
- update to 0.21.1
|
||||||
|
|
||||||
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user