SHA256
1
0
forked from pool/gromox

[info=eeb2b7384a1ee7fd6d8ece0536cffd4780a43fb8ce9c28c78f66c769d66ca72d]

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=96
This commit is contained in:
OBS User unknown
2024-10-08 17:55:45 +00:00
committed by Git OBS Bridge
parent 6d5073a93f
commit 5819edb002
9 changed files with 35 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec
Name: gromox
Version: 2.33
Version: 2.34
Release: 0
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later
@@ -29,7 +29,11 @@ Source: https://github.com/grommunio/gromox/releases/download/%name-%ver
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
Source8: %name.keyring
BuildRequires: fdupes
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc12-c++
%else
BuildRequires: gcc-c++
%endif
%if 0%{?suse_version}
BuildRequires: libmysqlclient-devel >= 5.6
BuildRequires: openldap2-devel
@@ -119,6 +123,10 @@ ready-to-run installation of Gromox.
%build
%configure
%if 0%{?suse_version} && 0%{?suse_version} < 1600
CC=gcc-12 CXX=g++-12 \
%endif
%nil
%make_build V=1
%install