summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/libiconv-1.14-1.cfg
blob: d82146f75beab311c3ff98ef9007101f0c3a3dcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Libiconv
#

%if %{release} == %{nil}
%define release 1
%endif

%include %{_configdir}/base.cfg

%define libiconv_version 1.14

#
# The Libiconv build instructions. We use 0.x.x Release 1.
#
%if %{_host} == mingw32
 %ifn %{check iconv >= %{libiconv_version}}
  %include %{_configdir}/libiconv-1-1.cfg
 %endif
%endif