diff options
author | louiz’ <louiz@louiz.org> | 2018-01-17 21:09:25 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-01-17 21:10:35 +0100 |
commit | 5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa (patch) | |
tree | 52c450118dc00cee374450be12524c52b837f272 /packaging | |
parent | 520711023f82bc0828a7af9459eabb155bf42566 (diff) | |
download | biboumi-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.cmake | 7 |
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 |