automatic version update by autodist [release 0.21-1mamba;Wed Jul 29 2020]
This commit is contained in:
parent
d149f0c033
commit
39a1d1b848
BIN
gettext-0.21.tar.lz
Normal file
BIN
gettext-0.21.tar.lz
Normal file
Binary file not shown.
30
gettext.spec
30
gettext.spec
@ -1,10 +1,10 @@
|
||||
%if "%{?stage1}" != "1"
|
||||
%define with_csharp
|
||||
%define with_csharp 1
|
||||
%endif
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: gettext
|
||||
Version: 0.20.1
|
||||
Version: 0.21
|
||||
Release: 1mamba
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||
Group: System/Libraries
|
||||
@ -12,18 +12,14 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: ftp://ftp.gnu.org/gnu/gettext
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.lz
|
||||
Patch0: %{name}-0.17-wchar-fix.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libacl-devel
|
||||
%if "%{?stage1}" != "1"
|
||||
BuildRequires: libcroco-devel
|
||||
%endif
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcj4-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
@ -31,6 +27,7 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: mono-core
|
||||
## AUTOBUILDREQ-END
|
||||
%if "%{?stage1}" != "1"
|
||||
BuildRequires: perl >= %perl_major_ver
|
||||
@ -94,6 +91,8 @@ messages, and stand-alone programs for handling the translatable and the already
|
||||
Gettext provides an easy to use library and tools for creating, using, and modifying natural language catalogs and is a powerful and simple method for internationalizing programs.
|
||||
This package provides the Mono (C-sharp) GNU library for producing multi-lingual messages.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
@ -111,7 +110,10 @@ This package provides the Mono (C-sharp) GNU library for producing multi-lingual
|
||||
%else
|
||||
--enable-java \
|
||||
%endif
|
||||
--enable-shared
|
||||
--enable-shared \
|
||||
%ifarch arm
|
||||
--without-emacs
|
||||
%endif
|
||||
|
||||
%make -j1
|
||||
|
||||
@ -125,11 +127,13 @@ This package provides the Mono (C-sharp) GNU library for producing multi-lingual
|
||||
chmod +x %{buildroot}%{_libdir}/preloadable_libintl.so
|
||||
|
||||
%if "%{?stage1}" != "1"
|
||||
%ifnarch arm
|
||||
for f in po-compat.elc po-mode.elc start-po.elc; do
|
||||
sed -i "s,^;;; from file %{_builddir}/,;;; from file ," \
|
||||
%{buildroot}%{_datadir}/emacs/site-lisp/$f
|
||||
done
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%find_lang gettext-runtime
|
||||
%find_lang gettext-tools
|
||||
@ -195,8 +199,10 @@ done
|
||||
%{_libdir}/lib*.la
|
||||
%{_datadir}/aclocal/*
|
||||
%if "%{?stage1}" != "1"
|
||||
%ifnarch arm
|
||||
%{_datadir}/emacs/site-lisp/*
|
||||
%endif
|
||||
%endif
|
||||
%{_datadir}/gettext/archive.dir.tar.xz
|
||||
%{_datadir}/gettext/config.rpath
|
||||
%{_datadir}/gettext/gettext.h
|
||||
@ -237,6 +243,12 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.2-1mamba
|
||||
- update to 0.20.2
|
||||
|
||||
* Mon May 13 2019 Automatic Build System <autodist@mambasoft.it> 0.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user