summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-01-17 21:09:25 +0100
committerlouiz’ <louiz@louiz.org>2018-01-17 21:10:35 +0100
commit5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa (patch)
tree52c450118dc00cee374450be12524c52b837f272 /packaging
parent520711023f82bc0828a7af9459eabb155bf42566 (diff)
downloadbiboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.gz
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.bz2
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.xz
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.zip
By the way, we were on version 7.0~dev
Diffstat (limited to 'packaging')
-rw-r--r--packaging/biboumi.spec.cmake7
1 files changed, 6 insertions, 1 deletions
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 <louiz@louiz.org> - ${RPM_VERSION}-1
+- Build latest git revision
+
* Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1
Update to version 6.1