]> git.pld-linux.org Git - packages/ekg2.git/blame - ekg2.spec
- cosmetics
[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
3b1aadf1
JB
7%bcond_without gpg # don't build gpg plugin
8%bcond_without gtk # don't build gtk plugin
c043b1ca 9%bcond_without jabber # don't build jabber plugin
dcb68d88 10%bcond_without gnutls # build jabber plugin without libgnutls
c043b1ca 11%bcond_without libgsm # don't build libgsm plugin
541b7d39 12%bcond_without perl # don't build Perl plugin
301d91d7 13%bcond_without python # don't build Python plugin
3f5a546c 14%bcond_without readline # don't build readline interface
8a237b0c 15%bcond_without sqlite # don't build logsqlite plugin based on sqlite (conflicts with sqlite3)
16%bcond_with sqlite3 # build logsqlite plugin based on sqlite3
c043b1ca 17%bcond_without xosd # don't build xosd plugin
1a7179bc 18
ce1ec8bc 19%if %{with yesterday_snapshot}
20%define _snap %(date +%%Y%%m%%d -d yesterday)
21%else
301d91d7 22%define _snap 20070113
dcb68d88 23%endif
24
cfb88bb7 25%if !%{with jabber}
dcb68d88 26%undefine with_gnutls
ce1ec8bc 27%endif
28
8a237b0c 29%if %{with sqlite3}
30%undefine sqlite
31%endif
32
014e3e4a 33Summary: Multi-protocol instant messaging and chat client
34