]> git.pld-linux.org Git - packages/gettext.git/blame_incremental - gettext.spec
- fix for new autoconf
[packages/gettext.git] / gettext.spec
... / ...
Content-type: text/html ]> git.pld-linux.org Git - packages/gettext.git/blame_incremental - gettext.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 20.
This page took 0.028098 seconds and 4 git commands to generate.
CommitLineData
1#
2# Conditional build:
3%bcond_without asprintf # without libasprintf C++ library
4%bcond_without xemacs # without po-mode for xemacs
5%bcond_without gcj # with Java support by gcj (preferred over javac)
6%bcond_with javac # with Java support by some javac
7%bcond_without dotnet # without .NET support
8#
9
10%include /usr/lib/rpm/macros.mono
11
12%ifnarch %{ix86} %{x8664} arm hppa ppc s390 s390x
13%undefine with_dotnet
14%endif
15
16%undefine with_xemacs
17
18%define build_java %{?with_gcj:1}%{!?with_gcj:%{?with_javac:1}%{!?with_javac:0}}
19Summary: Utilties for program national language support
20