]> git.pld-linux.org Git - packages/ekg2.git/blame_incremental - ekg2.spec
- up to 20060625, added no_scripts patch
[packages/ekg2.git] / ekg2.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_with yesterday_snapshot # Build most current ekg2 snapshot
4 # (must use ./builder -n5 or plain rpmbuild)
5%bcond_without aspell # build without spell-checking support with aspell
6%bcond_without gadugadu # don't build gg plugin
7%bcond_without jabber # don't build jabber plugin
8%bcond_without gnutls # build jabber plugin without libgnutls
9%bcond_without libgsm # don't build libgsm plugin
10%bcond_without python # don't build Python plugin
11%bcond_without perl # don't build Perl plugin
12%bcond_without sqlite # don't build logsqlite plugin based on sqlite (conflicts with sqlite3)
13%bcond_with sqlite3 # build logsqlite plugin based on sqlite3
14%bcond_without xosd # don't build xosd plugin
15%bcond_without gtk # don't build gtk plugin
16
17%if %{with yesterday_snapshot}
18%define _snap %(date +%%Y%%m%%d -d yesterday)
19%else
20%define _snap 20060625
21%endif
22
23%if %{without jabber}
24%undefine with_gnutls
25%endif
26
27%if %{with sqlite3}
28%undefine sqlite
29%endif
30
31Summary: Multi-protocol instant messaging and chat client
32