rebuilt with libgcj4 6.4.0 [release 0.19.8.1-3mamba;Thu Aug 02 2018]
This commit is contained in:
parent
1c0ad1893e
commit
d2175a366c
15
gettext.spec
15
gettext.spec
@ -1,11 +1,11 @@
|
|||||||
%if "%{?stage1}" != "1"
|
%if "%{?stage1}" != "1"
|
||||||
%define with_csharp 1
|
%define with_csharp
|
||||||
%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.19.8.1
|
Version: 0.19.8.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
@ -45,8 +45,8 @@ BuildRequires: gcc-c++
|
|||||||
%if "%{?with_csharp}"
|
%if "%{?with_csharp}"
|
||||||
BuildRequires: mono
|
BuildRequires: mono
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libgcj4-devel >= 6.2
|
BuildRequires: libgcj4-devel >= 6.4
|
||||||
BuildRequires: libgcj4-devel <= 6.2.255
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -217,8 +217,8 @@ done
|
|||||||
%if "%{?stage1}" != "1"
|
%if "%{?stage1}" != "1"
|
||||||
%files -n java-gettext
|
%files -n java-gettext
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# gettext.jar is only built it gcj is not available
|
# gettext.jar is only built if gcj is not available
|
||||||
#%{_datadir}/gettext/gettext.jar
|
%{_datadir}/gettext/gettext.jar
|
||||||
%{_datadir}/gettext/libintl.jar
|
%{_datadir}/gettext/libintl.jar
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -229,6 +229,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 02 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.8.1-3mamba
|
||||||
|
- rebuilt with libgcj4 6.4.0
|
||||||
|
|
||||||
* Tue Aug 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.8.1-2mamba
|
* Tue Aug 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.8.1-2mamba
|
||||||
- rebuilt with gcc 6.2.0
|
- rebuilt with gcc 6.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user