From 3736cc1f4c23ac4ae29bb505498f174ae6ea73e1 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 13 Nov 2014 06:28:11 +0100 Subject: Use the new flags in the .spec file --- packaging/biboumi.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'packaging') 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 - 1.1-2 +- Use the -DWITH(OUT) cmake flags for all optional dependencies + * Wed Aug 18 2014 Le Coz Florent - 1.1-1 - Update to 1.1 release -- cgit v1.2.3