]> git.pld-linux.org Git - packages/ekg2.git/blame - ekg2.spec
- updated to 20060831
[packages/ekg2.git] / ekg2.spec
CommitLineData
80615d34
JB
1#
2# Conditional build:
ce1ec8bc 3%bcond_with yesterday_snapshot # Build most current ekg2 snapshot
4 # (must use ./builder -n5 or plain rpmbuild)
c043b1ca
JB
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
dcb68d88 8%bcond_without gnutls # build jabber plugin without libgnutls
c043b1ca
JB
9%bcond_without libgsm # don't build libgsm plugin
10%bcond_without python # don't build Python plugin
541b7d39 11%bcond_without perl # don't build Perl plugin
3f5a546c 12%bcond_without readline # don't build readline interface
8a237b0c 13%bcond_without sqlite # don't build logsqlite plugin based on sqlite (conflicts with sqlite3)
14%bcond_with sqlite3 # build logsqlite plugin based on sqlite3
c043b1ca 15%bcond_without xosd # don't build xosd plugin
8a237b0c 16%bcond_without gtk # don't build gtk plugin
1a7179bc 17
ce1ec8bc 18%if %{with yesterday_snapshot}
19%define _snap %(date +%%Y%%m%%d -d yesterday)
20%else
9ff6efd5 21%define _snap 20060831
dcb68d88 22%endif
23
24%if %{without jabber}
25%undefine with_gnutls
ce1ec8bc 26%endif
27
8a237b0c 28%if %{with sqlite3}
29%undefine sqlite
30%endif
31
014e3e4a 32Summary: Multi-protocol instant messaging and chat client
33