summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/libiconv-1.14-1.cfg
blob: fb064c84ae3b06d4020ae48a7f9c6a3fcfa433f7 (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_os} == win32
 %ifn %{pkgconfig check iconv >= %{libiconv_version}}
  %include %{_configdir}/libiconv-1-1.cfg
 %endif
%endif