fix libgcj4 versioned build requirement [release 0.19.7-3mamba;Fri May 13 2016]
This commit is contained in:
parent
8acbbec831
commit
ee9d8d4614
18
gettext.spec
18
gettext.spec
@ -5,7 +5,7 @@
|
||||
|
||||
Name: gettext
|
||||
Version: 0.19.7
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -45,8 +45,9 @@ BuildRequires: gcc-c++
|
||||
%if "%{?with_csharp}"
|
||||
BuildRequires: mono
|
||||
%endif
|
||||
BuildRequires: libgcj-devel >= 5.2
|
||||
BuildRequires: libgcj-devel <= 5.2.255
|
||||
BuildRequires: libgcj4-devel >= 6.1
|
||||
BuildRequires: libgcj4-devel <= 6.1.255
|
||||
BuildRequires: libunistring-devel >= 0.9.6
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -107,6 +108,8 @@ This package provides the Mono (C-sharp) GNU library for producing multi-lingual
|
||||
%endif
|
||||
%if "%{?stage1}" == "1"
|
||||
--disable-java \
|
||||
%else
|
||||
--enable-java \
|
||||
%endif
|
||||
--enable-shared
|
||||
|
||||
@ -214,9 +217,8 @@ done
|
||||
%if "%{?stage1}" != "1"
|
||||
%files -n java-gettext
|
||||
%defattr(-,root,root)
|
||||
#%ifarch %{ix86}
|
||||
# gettext.jar is only built it gcj is not available
|
||||
#%{_datadir}/gettext/gettext.jar
|
||||
#%endif
|
||||
%{_datadir}/gettext/libintl.jar
|
||||
%endif
|
||||
|
||||
@ -227,6 +229,12 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.7-3mamba
|
||||
- fix libgcj4 versioned build requirement
|
||||
|
||||
* Fri May 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.7-2mamba
|
||||
- rebuilt with gcc 6.1.0
|
||||
|
||||
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 0.19.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user