From 5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 17 Jan 2018 21:09:25 +0100 Subject: By the way, we were on version 7.0~dev --- packaging/biboumi.spec.cmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index a3b94ce..4cd3aa5 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -12,6 +12,7 @@ BuildRequires: expat-devel BuildRequires: libuuid-devel BuildRequires: systemd-devel BuildRequires: sqlite-devel +BuildRequires: postgresql-devel BuildRequires: cmake BuildRequires: systemd BuildRequires: pandoc @@ -39,7 +40,8 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \ -DWITHOUT_BOTAN=1 \ -DWITH_SYSTEMD=1 \ -DWITH_LIBIDN=1 \ - -DWITH_SQLITE3=1 + -DWITH_SQLITE3=1 \ + -DWITH_POSTGRESQL=1 make %{?_smp_mflags} @@ -61,6 +63,9 @@ make check %{?_smp_mflags} %changelog +* ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 +- Build latest git revision + * Wed Oct 4 2017 Le Coz Florent - 6.1-1 Update to version 6.1 -- cgit v1.2.3