diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-11-13 06:28:11 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-11-13 06:44:15 +0100 |
commit | 3736cc1f4c23ac4ae29bb505498f174ae6ea73e1 (patch) | |
tree | c217228e78085a9dc81c5ba53346171ff9c7c41e /packaging | |
parent | 2bb4a347cdfbee92334d5340ba640c8680a81d9e (diff) | |
download | biboumi-3736cc1f4c23ac4ae29bb505498f174ae6ea73e1.tar.gz biboumi-3736cc1f4c23ac4ae29bb505498f174ae6ea73e1.tar.bz2 biboumi-3736cc1f4c23ac4ae29bb505498f174ae6ea73e1.tar.xz biboumi-3736cc1f4c23ac4ae29bb505498f174ae6ea73e1.zip |
Use the new flags in the .spec file
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/biboumi.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec index cffff09..490aa42 100644 --- a/packaging/biboumi.spec +++ b/packaging/biboumi.spec @@ -1,6 +1,6 @@ Name: biboumi Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight XMPP to IRC gateway License: zlib @@ -31,10 +31,15 @@ these channels were XMPP MUCs. %build cmake . -DCMAKE_BUILD_TYPE=release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DPOLLER=EPOLL + -DPOLLER=EPOLL \ + -DWITHOUT_BOTAN=1 \ + -DWITH_SYSTEMD=1 \ + -DWITH_LIBIDN=1 + +make %{?_smp_mflags} + # The documentation is in utf-8, ronn fails to build it if that locale is # not specified -make %{?_smp_mflags} LC_ALL=en_GB.utf-8 make doc @@ -65,6 +70,9 @@ make test_suite/fast VERBOSE=1 %changelog +* Wed Nov 13 2014 Le Coz Florent <louiz@louiz.org> - 1.1-2 +- Use the -DWITH(OUT) cmake flags for all optional dependencies + * Wed Aug 18 2014 Le Coz Florent <louiz@louiz.org> - 1.1-1 - Update to 1.1 release |