# # spec file for package kopano # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Kopano B.V. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define version_unconverted 8.7.5 Name: kopano Version: 8.7.5 Release: 1%{?dist} Summary: Groupware server suite License: AGPL-3.0-only Group: Productivity/Networking/Email/Servers Url: https://kopano.io/ Source: https://github.com/Kopano-dev/kopano-core/archive/kopanocore-%version.tar.gz Patch1: kopanocore-python3-transition.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ >= 4.8 BuildRequires: gettext-devel BuildRequires: gperftools-devel BuildRequires: gsoap-devel >= 2.8.49 BuildRequires: krb5-devel BuildRequires: libcom_err-devel BuildRequires: libcurl-devel BuildRequires: libical-devel >= 0.42 BuildRequires: libicu-devel BuildRequires: libs3-devel >= 4.1 BuildRequires: libtool BuildRequires: libuuid-devel BuildRequires: libvmime-devel >= 0.9.2.85 BuildRequires: libxml2-devel BuildRequires: ncurses-devel %if 0%{?fedora} >= 16 BuildRequires: openldap-devel BuildRequires: php-devel %else BuildRequires: openldap2-devel BuildRequires: php7-devel %endif BuildRequires: pam-devel BuildRequires: pkg-config #%%define with_python2 0 #BuildRequires: python-devel >= 2.4 #BuildRequires: python-setuptools %if 0%{?suse_version} || 0%{?fedora} %define with_python3 1 %define prefer_python3 1 BuildRequires: python3-devel BuildRequires: python3-setuptools %endif BuildRequires: libtidy-devel BuildRequires: swig BuildRequires: xz BuildRequires: zlib-devel BuildRequires: pkgconfig(jsoncpp) >= 1.4 BuildRequires: pkgconfig(libHX) >= 1.10 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libmicrohttpd) BuildRequires: pkgconfig(librrd) BuildRequires: pkgconfig(libssl) %if 0%{?suse_version} BuildRequires: fdupes %endif %if 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 || 0%{?fedora} >= 16 BuildRequires: elinks %else BuildRequires: w3m %endif %if 0%{?fedora} && 0%{?fedora} >= 16 BuildRequires: xapian-core-libs %else BuildRequires: python-xapian %endif %if 0%{?suse_version} BuildRequires: python-xml %else BuildRequires: libxml2-python %endif %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel_version} BuildRequires: mysql-devel >= 4.1 %endif %if 0%{?suse_version} BuildRequires: libmysqlclient-devel >= 4.1 # Satisfy Requires(pre) for bs_worker's rpmlint run BuildRequires: pwdutils %endif %if 0%{?suse_version} %define apache_group www %else %define apache_group apache %endif %if !0%{?kc_phpconfig:1} %define kc_phpconfig php-config %endif %define phpextdir %(%kc_phpconfig --extension-dir) %description Kopano provides email storage on the server side and brings its own Ajax-based mail client called WebAccess. Kopano is designed to integrate with Kopano WebApp, Push clients and other mail services as an alternative to Microsoft Exchange and other comparable mail servers. Personal address book, calendar, notes and tasks, "Public Folders" and shared calendar functionalities (inviting internal and external users, resource management) can be handled by the software as well. %package archiver Summary: Hierarchial Storage Management for the Kopano Core platform Group: Productivity/Networking/Email/Servers Requires: kopano-lang = %version %description archiver The Kopano Archiver provides a Hierarchical Storage Management (HSM) solution for Kopano Core. To decrease the database size of your production Kopano server, the Kopano Archiver copies or moves messages to a secondary Kopano server. Clients will still be able to open the message from the secondary Kopano server directly. %package backup Summary: Utility to back up and restore Kopano stores Group: Productivity/Networking/Email/Servers Requires: kopano-common %if 0%{?prefer_python3} Requires: python3-bsddb3 Requires: python3-kopano = %version %else Requires: python2-kopano = %version %endif %description backup kopano-backup is a MAPI-level backup/restore tool. It can sync complete users/stores to disk using ICS to incrementally sync the respective MAPI items, and can process stores in parallel. %package bash-completion Summary: bash TAB completion for Kopano Core command-line utilities Group: System/Shells Requires: bash-completion BuildArch: noarch %description bash-completion Some kopano commands offer bash completion, but it is an optional feature. %package client Summary: Kopano MAPI provider library Group: Productivity/Networking/Email/Servers Requires: kopano-common = %version Requires: kopano-lang = %version %description client Library which provides the main MAPI service to interface with a Kopano server. This package is required by all Kopano client programs. %package common Summary: Shared files for Kopano Core services Group: Productivity/Networking/Email/Servers %if 0%{?suse_version} Requires: cron %else Requires: cronie %endif Requires: logrotate Requires(pre): %_sbindir/groupadd Requires(pre): %_sbindir/useradd %if 0%{?distro_without_intelligent_package_manager} Obsoletes: libkchl0 Obsoletes: libkcmapi0 Obsoletes: libkcservice0 Obsoletes: libkcsoapclient0 Obsoletes: libkcsoapserver0 Obsoletes: libkcssl0 Obsoletes: libkcsync0 %endif Obsoletes: kopano-core-common Provides: kopano-core-common %description common This package contains a basic set of files for distro integration: * Definition for system user and group "kopano" Kopano Groupware Core: * GWC front manpage, Release Notes * Logrotate definitions for GWC daemons * Apparmor definitions for GWC daemons %package contacts Summary: MAPI provider adding contact folders in the addressbook Group: Productivity/Networking/Email/Servers Requires: kopano-client = %version Requires: kopano-common = %version %description contacts An additional MAPI provider which finds all contact folders of a user and adds the contents transparently into the MAPI addrbook. %package dagent Summary: E-Mail Delivery Agent for the Kopano platform Group: Productivity/Networking/Email/Servers Requires: kopano-common Requires: kopano-lang = %version # kcpyplug is dlopened Requires: libkcpyplug0 = %version Requires: php Requires: php-mapi %description dagent Delivers incoming e-mail from your SMTP server to stores in the Kopano server. %package devel Summary: C++ development files for Kopano Core Group: Development/Libraries/C and C++ Requires: kopano-common = %version Requires: libkcarchiver0 = %version-%release Requires: libkcarchivercore0 = %version-%release Requires: libkcfreebusy0 = %version-%release Requires: libkcicalmapi0 = %version-%release Requires: libkcinetmapi0 = %version-%release Requires: libkcrosie0 = %version-%release Requires: libkcserver0 = %version-%release Requires: libkcsoap0 = %version-%release Requires: libkcutil0 = %version-%release Requires: libmapi1 = %version-%release %description devel Development files to create programs for use with Kopano Core. %package gateway Summary: POP3 and IMAP Gateway for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common %description gateway The gateway enables other e-mail clients to connect through POP3 or IMAP to the Kopano server to read their e-mail. With IMAP, it is also possible to view the contents of other folders and subfolders. The gateway can be configured to listen for POP3, POP3S, IMAP and/or IMAPS. %package ical Summary: ICal and CalDAV Gateway for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common %description ical The iCal/CalDAV gateway enables users to retrieve their calendar using iCalendar compliant clients. The iCal/CalDAV gateway can be configured to listen for HTTP and HTTPS requests. %package lang # More or less a copy of /usr/lib/rpm/suse_macros %%lang_package Summary: Translations for Kopano Core components Group: System/Localization %description lang Provides translations to various Kopano Core subpackages. %package migration-imap Summary: Utility to migrate between IMAP mailboxes Group: Productivity/Networking/Email/Servers BuildArch: noarch Requires: perl(Carp) Requires: perl(Cwd) Requires: perl(Data::Dumper) Requires: perl(Digest::HMAC_SHA1) Requires: perl(Digest::MD5) Requires: perl(English) Requires: perl(Errno) Requires: perl(Fcntl) Requires: perl(File::Basename) Requires: perl(File::Copy::Recursive) Requires: perl(File::Glob) Requires: perl(File::Path) Requires: perl(File::Spec) Requires: perl(File::stat) Requires: perl(Getopt::Long) Requires: perl(IO::File) Requires: perl(IO::Socket) Requires: perl(IO::Tee) Requires: perl(IPC::Open3) Requires: perl(MIME::Base64) Requires: perl(Mail::IMAPClient) Requires: perl(POSIX) Requires: perl(Readonly) Requires: perl(Term::ReadKey) Requires: perl(Test::More) Requires: perl(Time::HiRes) Requires: perl(Time::Local) Requires: perl(Unicode::String) Requires: perl(strict) Requires: perl(warnings) %description migration-imap kopano-migration-imap provides a utility based on imapsync to migrate between IMAP mailboxes (including Kopano). %package migration-pst Summary: Utility to import PST files Group: Productivity/Networking/Email/Servers Requires: kopano-common %if 0%{?prefer_python3} Requires: python3-kopano = %version %else Requires: python2-kopano = %version %endif %description migration-pst kopano-migration-pst is a utility to import PST files into Kopano. As PST files are basically MAPI dumps, and Kopano also uses MAPI internally, there should be practically no data loss, even including calendar data. %package monitor Summary: Quota monitor for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common %description monitor Regularly checks stores for total usage. If a quota limit has been exceeded, an e-mail will be internally sent to this account. %package presence Summary: Kopano Core Presence Daemon Group: Productivity/Networking/Email/Servers Requires: kopano-common >= %version %if 0%{?prefer_python3} Requires: python3-Flask Requires: python3-kopano = %version Requires: python3-sleekxmpp %else Requires: python-Flask Requires: python-sleekxmpp Requires: python2-kopano = %version %endif %description presence A daemon for collecting and exporting user presence information across multiple protocols in a unified way. Supports XMPP and Spreed. Clients can both query the daemon with presence information (for example, the user is 'available' for XMPP and 'away' for Spreed) and update presence information (for example, make a user 'available' on Spreed). Queries and updates are performed with simple GET and PUT requests, respectively, using a simple (and identical) JSON format. %package python-utils Summary: Additional Python-based command-line utils for Kopano Core Group: Productivity/Networking/Email/Servers %if 0%{?prefer_python3} Requires: python3-bsddb3 Requires: python3-kopano = %version %else Requires: python2-kopano = %version %endif %description python-utils Command-line clients to manipulate mailboxes (stores) in various ways. %package search Summary: Indexed search engine for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common %if 0%{?prefer_python3} Requires: python3-bsddb3 Requires: python3-kopano = %version Requires: python3-xapian %else Requires: python-xapian Requires: python2-kopano = %version %endif %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel_version} Requires: elinks %endif Requires: poppler-utils Requires: xapian-core %description search kopano-search creates indexes for messages and attachments per user. When this service is running, search queries on the server will use this index to quickly find messages and contents of attached documents, enhancing the search performance of kopano-server. %package server Summary: Server component for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common = %version # Needed for createstore scripts' functionality Requires: kopano-utils # dlopened: %if 0%{?fedora} >= 16 Requires: libs3 >= 4.1 %else Requires: libs3-4 %endif %description server This package provides the key component of Kopano Core, providing the server to which Kopano clients connect. The server requires a MySQL server to use for storage. %package server-packages Summary: Metapackage to install the entire Kopano Core stack Group: Productivity/Networking/Email/Servers Requires: kopano-backup = %version Requires: kopano-dagent = %version Requires: kopano-gateway = %version Requires: kopano-ical = %version Requires: kopano-monitor = %version Requires: kopano-python-utils = %version Requires: kopano-search = %version Requires: kopano-server = %version Requires: kopano-spooler = %version Requires: kopano-utils = %version %description server-packages This package is merely meant to cause pulling in all the Kopano server components. %package spamd Summary: ICS-driven spam learning daemon for Kopano/SpamAssassin Group: Productivity/Networking/Email/Servers %if 0%{?prefer_python3} Requires: python3-bsddb3 Requires: python3-kopano = %version %else Requires: python2-kopano = %version %endif %description spamd A program which can teach SpamAssassin about spam based upon the mails a user has moved to his Kopano junk folder. %package spooler Summary: E-mail Spooler for Kopano Core Group: Productivity/Networking/Email/Servers Requires: kopano-common Requires: kopano-lang = %version # kcpyplug is dlopened Requires: libkcpyplug0 = %version %description spooler The outgoing e-mail spooler. This service makes sure that e-mails sent by clients are converted to Internet e-mail and forwarded to an SMTP server. %package statsd Summary: Statistics aggregator for Kopano Core services Group: Productivity/Networking/Email/Servers %description statsd kopano-statsd is a daemon with a HTTP endpoint that can receive statistics submissions from kopano-dagent, kopano-spooler and kopano-server and stores them in a round-robin database from which graphs can be created at a later time with rrdgraph(1). %package utils Summary: Admin command-line utils for Kopano Core Group: Productivity/Networking/Email/Servers %description utils Command-line clients to control and check the Kopano server. %package -n libkcarchiver0 Summary: Library with shared Kopano archiver functionality Group: System/Libraries %description -n libkcarchiver0 Library with shared archiver functionality for Kopano Core. %package -n libkcarchivercore0 Summary: Library with shared Kopano archiver functionality Group: System/Libraries %description -n libkcarchivercore0 Library with shared archiver functionality for Kopano Core. %package -n libkcfreebusy0 Summary: Implementation of Free/Busy time scheduling Group: System/Libraries %description -n libkcfreebusy0 RFC 5545 %package -n libkcicalmapi0 Summary: iCal interface for MAPI Group: System/Libraries %description -n libkcicalmapi0 Provides an interface between iCal and MAPI. %package -n libkcinetmapi0 Summary: Internet e-mail interface for MAPI Group: System/Libraries %description -n libkcinetmapi0 Provides an interface to convert between RFC 5322 Internet e-mail and MAPI messages. %package -n libkcpyplug0 Summary: Python interpreter plugin for dagent/spooler Group: System/Libraries Obsoletes: libkcpyplug < %version-%release Provides: libkcpyplug = %version-%release %description -n libkcpyplug0 This plugin enables the use of the Python interpreter from within dagent/spooler. It is controlled via the "plugin_enable" directive in the dagent/spooler config file. Multithreading will be turned OFF when using this plugin. %package -n libkcrosie0 Summary: Kopano HTML sanitizer interface Group: System/Libraries %description -n libkcrosie0 This library contains the API to filter HTML mail using libtidy; specifically, it contains the definitions which tags and attributes to retain. %package -n libkcserver0 Summary: The Kopano Server library Group: System/Libraries %description -n libkcserver0 This library contains the central server code which is responsible for handling RPC calls from libmapi, loading/storing objects in the database, etc. %package -n libkcsoap0 Summary: SOAP (de)serializer functions for Kopano's RPCs Group: System/Libraries %description -n libkcsoap0 This library contains autogenerated code to (de)serialize the SOAP RPCs that are sent between Kopano clients and server. Remote Procedure Call more or less means that a callable function translates its arguments (C++ objects in our case) into a representation that can be sent over the network. On the receiving side, this representation is translated back to objects again. %package -n libkcutil0 Summary: Miscellaneous utility functions for Kopano Core Group: System/Libraries %description -n libkcutil0 A lot of utility functions used from all over Kopano Core. %package -n libmapi1 Summary: Kopano's implementation of the Messaging API Group: System/Libraries %description -n libmapi1 MAPI allows client programs to become (e-mail) messaging-enabled, -aware, or -based by calling MAPI subsystem routines that interface with certain messaging servers. %package -n php-mapi Summary: PHP bindings for MAPI # php-ext is the one thing that can also request the "ZCONTACTS" provider Group: Development/Languages/PHP Requires: kopano-client = %version Requires: kopano-contacts = %version Obsoletes: php5-mapi Provides: php5-mapi %description -n php-mapi Using this module, you can create PHP programs which use MAPI calls to interact with Kopano. %package -n python2-kopano Summary: High-level Python bindings for Kopano Group: Development/Languages/Python Obsoletes: python-kopano < %version-%release Provides: python-kopano = %version-%release Requires: python-dateutil Requires: python-pytz Requires: python2-mapi %description -n python2-kopano Object-Oriented Python bindings for Kopano. Uses python-mapi to do the low level work. Can be used for many common system administration tasks. %package -n python3-kopano Summary: High-level Python bindings for Kopano Group: Development/Languages/Python Requires: python3-dateutil Requires: python3-mapi Requires: python3-pytz %description -n python3-kopano Object-Oriented Python bindings for Kopano. Uses python-mapi to do the low level work. Can be used for many common system administration tasks. %package -n python2-mapi Summary: Python bindings for MAPI Group: Development/Languages/Python Requires: kopano-client = %version Obsoletes: python-mapi < %version-%release Provides: python-mapi = %version-%release Obsoletes: libkcpyconv0 Obsoletes: libkcpydirector0 %if 0%{?suse_version} %py_requires %endif %description -n python2-mapi Low-level (SWIG-generated) Python bindings for MAPI. Using this module, you can create Python programs which use MAPI calls to interact with Kopano. %package -n python3-mapi Summary: Python3 bindings for MAPI Group: Development/Languages/Python Requires: kopano-client = %version %description -n python3-mapi Low-level (SWIG-generated) Python 3 bindings for MAPI. Using this module, you can create Python programs which use MAPI calls to interact with Kopano. %package -n python2-zarafa Summary: Old module name support for Kopano Group: Development/Languages Obsoletes: kopano-compat Provides: kopano-compat = %version-%release %description -n python2-zarafa Provides some files under old module names. %package -n python3-zarafa Summary: Old module name support for Kopano Group: Development/Languages Obsoletes: kopano-compat Provides: kopano-compat = %version-%release %description -n python3-zarafa Provides some files under old module names. %prep %setup -qn kopano-core-kopanocore-%version %%patch -P 1 -p1 %build autoreconf -fi # Grab new compiler from prjconf export CC="%__cc" export CXX="%__cxx" export CFLAGS="%optflags" export CXXFLAGS="$CFLAGS" export LDFLAGS="-Wl,-z -Wl,relro" %if 0%{?centos_version} == 600 # CO6's ncurses-config is messed up export LIBS="-ltinfo" %endif echo "kc_phpconfig=%kc_phpconfig" for pyint in %{?with_python3:python3} %{?with_python2:python2}; do %if 0%{?rhel_version} == 600 || 0%{?centos_version} == 600 PYTHON_CFLAGS=$(python-config --cflags) PYTHON_LIBS=$(python-config --libs) %else PYTHON_CFLAGS=$(pkg-config "$pyint" --cflags) PYTHON_LIBS=$(pkg-config "$pyint" --libs) %endif mkdir "obj-$pyint" pushd "obj-$pyint/" %define _configure ../configure %configure \ --docdir="%_docdir/%name" \ --with-quotatemplate-prefix="%_sysconfdir/kopano/quotamail" \ --with-php-config="%kc_phpconfig" --enable-release \ PYTHON="$(which $pyint)" PYTHON_CFLAGS="$PYTHON_CFLAGS" PYTHON_LIBS="$PYTHON_LIBS" echo "%version" >version make V=1 %{?_smp_mflags} popd done # for pyint %install b="%buildroot" for pyint in %{?with_python3:python3} %{?with_python2:python2}; do %make_install -C "obj-$pyint/" done rm -Rf "$b/%_libexecdir/kopano/kopano-mfr.py" \ "$b/%_unitdir/kopano-grapi.service" \ "$b/%_sbindir/kopano-grapi" \ "$b/%_docdir/kopano/example-config/grapi.cfg" \ "$b/%_docdir/kopano/example-config/grapi.cfg" \ "$b/%python3_sitelib"/kopano_rest* cp -a RELNOTES.txt "$b/%_docdir/kopano/" find "$b" -type f -name "*.la" -print -delete # dlopened or no headers rm -Rfv "$b/%_libdir/libkcpyconv.so" "$b/%_libdir/libkcpydirector.so" "$b/%_libdir/libkcpyplug.so" %if 0%{?prefer_python3} for i in kopano_backup kopano_cli kopano_migration_pst kopano_presence \ kopano_search kopano_spamd kopano_utils; do rm -Rf "$b/%python_sitelib/$i"* done %else for i in kopano_backup kopano_cli kopano_migration_pst kopano_presence \ kopano_search kopano_spamd kopano_utils; do rm -Rf "$b/%python3_sitelib/$i"* done %endif %if 0%{?centos_version} == 600 for i in dagent gateway ical monitor presence search server spamd spooler; do install -Dpm0755 "installer/linux/kopano-$i.init.rhel" "%buildroot/%_initddir/kopano-$i" done %endif %if "%_repository" == "RHEL_7_PHP_56" mkdir -p "$b/%_prefix/lib/systemd/system/kopano-dagent.service.d" cat >"$b/%_prefix/lib/systemd/system/kopano-dagent.service.d/scl.conf" <<-EOF [Service] Environment=X_SCLS=rh-php56 Environment=LD_LIBRARY_PATH=/opt/rh/rh-php56/root/usr/lib64 Environment=PATH=/usr/local/sbin:/usr/local/bin:/opt/rh/rh-php56/root/usr/sbin:/opt/rh/rh-php56/root/usr/bin:/usr/sbin:/usr/bin EOF %endif %if "%_repository" == "RHEL_7_PHP_70" mkdir -p "$b/%_prefix/lib/systemd/system/kopano-dagent.service.d" cat >"$b/%_prefix/lib/systemd/system/kopano-dagent.service.d/scl.conf" <<-EOF [Service] Environment=X_SCLS=rh-php70 Environment=LD_LIBRARY_PATH=/opt/rh/rh-php70/root/usr/lib64 Environment=PATH=/usr/local/sbin:/usr/local/bin:/opt/rh/rh-php70/root/usr/sbin:/opt/rh/rh-php70/root/usr/bin:/usr/sbin:/usr/bin EOF %endif %if "%_repository" == "RHEL_7_PHP_71" mkdir -p "$b/%_prefix/lib/systemd/system/kopano-dagent.service.d" cat >"$b/%_prefix/lib/systemd/system/kopano-dagent.service.d/scl.conf" <<-EOF [Service] Environment=X_SCLS=rh-php71 Environment=LD_LIBRARY_PATH=/opt/rh/rh-php71/root/usr/lib64 Environment=PATH=/usr/local/sbin:/usr/local/bin:/opt/rh/rh-php71/root/usr/sbin:/opt/rh/rh-php71/root/usr/bin:/usr/sbin:/usr/bin EOF %endif %if 0%{?fdupes:1} %fdupes %buildroot/%_prefix %endif # some default dirs mkdir -p "$b/%_defaultdocdir" "$b/var/lib/kopano/autorespond" "$b/var/lib/kopano/spamd/spam" mkdir -p "$b/%_localstatedir/log/kopano" chmod 750 "$b/%_localstatedir/log/kopano" %find_lang kopano %triggerpostun archiver -- kopano-archiver if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/archiver.cfg" -a \ -e "%_sysconfdir/kopano/archiver.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/archiver.cfg.rpmsave" \ "%_sysconfdir/kopano/archiver.cfg" fi %post backup chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %triggerpostun backup -- kopano-backup if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/backup.cfg" -a \ -e "%_sysconfdir/kopano/backup.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/backup.cfg.rpmsave" \ "%_sysconfdir/kopano/backup.cfg" fi %post client -p /sbin/ldconfig %postun client -p /sbin/ldconfig %pre common %_bindir/getent group kopano >/dev/null || \ %_sbindir/groupadd -r kopano %_bindir/getent passwd kopano >/dev/null || \ %_sbindir/useradd -c "Kopano unprivileged account" \ -g kopano -r kopano -s /sbin/nologin %post common chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : chown kopano:kopano /var/lib/kopano 2>/dev/null || : if [ -x /usr/bin/systemd-tmpfiles ]; then /usr/bin/systemd-tmpfiles --create kopano-tmpfiles.conf || : fi %triggerpostun common -- kopano-common if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/sysconfig/kopano" -a \ -e "%_sysconfdir/sysconfig/kopano.rpmsave" ]; then mv -v "%_sysconfdir/sysconfig/kopano.rpmsave" \ "%_sysconfdir/sysconfig/kopano" fi %post contacts -p /sbin/ldconfig %postun contacts -p /sbin/ldconfig %pre dagent %{?_unitdir:%{?suse_version:%service_add_pre kopano-dagent.service}} %post dagent chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-dagent.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-dagent.service}} %preun dagent %{?_unitdir:%{?suse_version:%service_del_preun kopano-dagent.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-dagent.service}} %{!?_unitdir:%stop_on_removal kopano-dagent} %postun dagent %{?_unitdir:%{?suse_version:%service_del_postun kopano-dagent.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-dagent.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-dagent} %triggerpostun dagent -- kopano-dagent if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/autorespond" -a \ -e "%_sysconfdir/kopano/autorespond.rpmsave" ]; then mv -v "%_sysconfdir/kopano/autorespond.rpmsave" \ "%_sysconfdir/kopano/autorespond" fi if [ ! -e "%_sysconfdir/kopano/dagent.cfg" -a \ -e "%_sysconfdir/kopano/dagent.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/dagent.cfg.rpmsave" \ "%_sysconfdir/kopano/dagent.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-dagent.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-dagent.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-dagent} %post devel -p /sbin/ldconfig %postun devel -p /sbin/ldconfig %pre gateway %{?_unitdir:%{?suse_version:%service_add_pre kopano-gateway.service}} %post gateway chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-gateway.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-gateway.service}} %preun gateway %{?_unitdir:%{?suse_version:%service_del_preun kopano-gateway.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-gateway.service}} %{!?_unitdir:%stop_on_removal kopano-gateway} %postun gateway %{?_unitdir:%{?suse_version:%service_del_postun kopano-gateway.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-gateway.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-gateway} %triggerpostun gateway -- kopano-gateway if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/gateway.cfg" -a \ -e "%_sysconfdir/kopano/gateway.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/gateway.cfg.rpmsave" \ "%_sysconfdir/kopano/gateway.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-gateway.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-gateway.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-gateway} %pre ical %{?_unitdir:%{?suse_version:%service_add_pre kopano-ical.service}} %post ical chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-ical.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-ical.service}} %preun ical %{?_unitdir:%{?suse_version:%service_del_preun kopano-ical.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-ical.service}} %{!?_unitdir:%stop_on_removal kopano-ical} %postun ical %{?_unitdir:%{?suse_version:%service_del_postun kopano-ical.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-ical.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-ical} %triggerpostun ical -- kopano-ical if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/ical.cfg" -a \ -e "%_sysconfdir/kopano/ical.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/ical.cfg.rpmsave" \ "%_sysconfdir/kopano/ical.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-ical.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-ical.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-ical} %post migration-pst chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %triggerpostun migration-pst -- kopano-migration-pst if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/migration-pst.cfg" -a \ -e "%_sysconfdir/kopano/migration-pst.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/migration-pst.cfg.rpmsave" \ "%_sysconfdir/kopano/migration-pst.cfg" fi %pre monitor %{?_unitdir:%{?suse_version:%service_add_pre kopano-monitor.service}} %post monitor chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-monitor.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-monitor.service}} %preun monitor %{?_unitdir:%{?suse_version:%service_del_preun kopano-monitor.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-monitor.service}} %{!?_unitdir:%stop_on_removal kopano-monitor} %postun monitor %{?_unitdir:%{?suse_version:%service_del_postun kopano-monitor.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-monitor.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-monitor} %triggerpostun monitor -- kopano-monitor if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/monitor.cfg" -a \ -e "%_sysconfdir/kopano/monitor.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/monitor.cfg.rpmsave" \ "%_sysconfdir/kopano/monitor.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-monitor.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-monitor.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-monitor} %pre presence %{?_unitdir:%{?suse_version:%service_add_pre kopano-presence.service}} %post presence chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-presence.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-presence.service}} %preun presence %{?_unitdir:%{?suse_version:%service_del_preun kopano-presence.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-presence.service}} %{!?_unitdir:%stop_on_removal kopano-presence} %postun presence %{?_unitdir:%{?suse_version:%service_del_postun kopano-presence.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-presence.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-presence} %triggerpostun presence -- kopano-presence if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/presence.cfg" -a \ -e "%_sysconfdir/kopano/presence.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/presence.cfg.rpmsave" \ "%_sysconfdir/kopano/presence.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-presence.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-presence.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-presence} %pre search %{?_unitdir:%{?suse_version:%service_add_pre kopano-search.service}} %post search chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-search.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-search.service}} %preun search %{?_unitdir:%{?suse_version:%service_del_preun kopano-search.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-search.service}} %{!?_unitdir:%stop_on_removal kopano-search} %postun search %{?_unitdir:%{?suse_version:%service_del_postun kopano-search.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-search.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-search} %triggerpostun search -- kopano-search if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/search.cfg" -a \ -e "%_sysconfdir/kopano/search.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/search.cfg.rpmsave" \ "%_sysconfdir/kopano/search.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-search.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-search.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-search} %pre server %{?_unitdir:%{?suse_version:%service_add_pre kopano-server.service}} %post server chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-server.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-server.service}} %preun server %{?_unitdir:%{?suse_version:%service_del_preun kopano-server.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-server.service}} %{!?_unitdir:%stop_on_removal kopano-server} %postun server %{?_unitdir:%{?suse_version:%service_del_postun kopano-server.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-server.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-server} %triggerpostun server -- kopano-server if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/server.cfg" -a \ -e "%_sysconfdir/kopano/server.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/server.cfg.rpmsave" \ "%_sysconfdir/kopano/server.cfg" fi if [ ! -e "%_sysconfdir/kopano/unix.cfg" -a \ -e "%_sysconfdir/kopano/unix.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/unix.cfg.rpmsave" \ "%_sysconfdir/kopano/unix.cfg" fi if [ ! -e "%_sysconfdir/kopano/ldap.propmap.cfg" -a \ -e "%_sysconfdir/kopano/ldap.propmap.cfg.rpmsave" ]; \ then mv -v "%_sysconfdir/kopano/ldap.propmap.cfg.rpmsave" \ "%_sysconfdir/kopano/ldap.propmap.cfg" elif grep -q ldap.propmap.cfg "%_sysconfdir/kopano/server.cfg"; then # No private modifications. Make sure it exists, # if loosely referenced. ln -Tsv "%_datadir/kopano/ldap.propmap.cfg" \ "%_sysconfdir/kopano/ldap.propmap.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-server.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-server.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-server} %pre spamd %{?_unitdir:%{?suse_version:%service_add_pre kopano-spamd.service}} %post spamd chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : chown kopano:kopano /var/lib/kopano/spamd 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-spamd.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-spamd.service}} %preun spamd %{?_unitdir:%{?suse_version:%service_del_preun kopano-spamd.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-spamd.service}} %{!?_unitdir:%stop_on_removal kopano-spamd} %postun spamd %{?_unitdir:%{?suse_version:%service_del_postun kopano-spamd.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-spamd.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-spamd} %pre spooler %{?_unitdir:%{?suse_version:%service_add_pre kopano-spooler.service}} %post spooler chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-spooler.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-spooler.service}} %preun spooler %{?_unitdir:%{?suse_version:%service_del_preun kopano-spooler.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-spooler.service}} %{!?_unitdir:%stop_on_removal kopano-spooler} %postun spooler %{?_unitdir:%{?suse_version:%service_del_postun kopano-spooler.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-spooler.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-spooler} %triggerpostun spooler -- kopano-spooler if [ "$1" -ne 2 ]; then exit 0; fi # putback previously existing cfgs after they get untracked once if [ ! -e "%_sysconfdir/kopano/spooler.cfg" -a \ -e "%_sysconfdir/kopano/spooler.cfg.rpmsave" ]; then mv -v "%_sysconfdir/kopano/spooler.cfg.rpmsave" \ "%_sysconfdir/kopano/spooler.cfg" fi %{?_unitdir:%{?suse_version:%service_del_postun kopano-spooler.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-spooler.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-spooler} %pre statsd %{?_unitdir:%{?suse_version:%service_add_pre kopano-statsd.service}} %post statsd chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || : %{?_unitdir:%{?suse_version:%service_add_post kopano-statsd.service}} %{?_unitdir:%{!?suse_version:%systemd_post kopano-statsd.service}} %preun statsd %{?_unitdir:%{?suse_version:%service_del_preun kopano-statsd.service}} %{?_unitdir:%{!?suse_version:%systemd_preun kopano-statsd.service}} %{!?_unitdir:%stop_on_removal kopano-statsd} %postun statsd %{?_unitdir:%{?suse_version:%service_del_postun kopano-statsd.service}} %{?_unitdir:%{!?suse_version:%systemd_postun_with_restart kopano-statsd.service}} %{!?_unitdir:%insserv_cleanup} %{!?_unitdir:%restart_on_update kopano-statsd} %post -n libkcarchiver0 -p /sbin/ldconfig %postun -n libkcarchiver0 -p /sbin/ldconfig %post -n libkcarchivercore0 -p /sbin/ldconfig %postun -n libkcarchivercore0 -p /sbin/ldconfig %post -n libkcfreebusy0 -p /sbin/ldconfig %postun -n libkcfreebusy0 -p /sbin/ldconfig %post -n libkcicalmapi0 -p /sbin/ldconfig %postun -n libkcicalmapi0 -p /sbin/ldconfig %post -n libkcinetmapi0 -p /sbin/ldconfig %postun -n libkcinetmapi0 -p /sbin/ldconfig %post -n libkcpyplug0 -p /sbin/ldconfig %postun -n libkcpyplug0 -p /sbin/ldconfig %post -n libkcrosie0 -p /sbin/ldconfig %postun -n libkcrosie0 -p /sbin/ldconfig %post -n libkcserver0 -p /sbin/ldconfig %postun -n libkcserver0 -p /sbin/ldconfig %post -n libkcsoap0 -p /sbin/ldconfig %postun -n libkcsoap0 -p /sbin/ldconfig %post -n libkcutil0 -p /sbin/ldconfig %postun -n libkcutil0 -p /sbin/ldconfig %post -n libmapi1 -p /sbin/ldconfig %postun -n libmapi1 -p /sbin/ldconfig %post -n python2-mapi /sbin/ldconfig %if 0%{?_unitdir:1} if systemctl is-active kopano-dagent >/dev/null; then systemctl try-restart kopano-dagent fi if systemctl is-active kopano-spooler >/dev/null; then systemctl try-restart kopano-spooler fi %else %restart_on_update kopano-dagent %restart_on_update kopano-spooler %endif %postun -n python2-mapi -p /sbin/ldconfig %post -n python3-mapi /sbin/ldconfig %if 0%{?_unitdir:1} if systemctl is-active kopano-dagent >/dev/null; then systemctl try-restart kopano-dagent fi if systemctl is-active kopano-spooler >/dev/null; then systemctl try-restart kopano-spooler fi %else %restart_on_update kopano-dagent %restart_on_update kopano-spooler %endif %postun -n python3-mapi -p /sbin/ldconfig %files archiver %defattr(-,root,root) %_sbindir/kopano-archiver* %_mandir/man*/kopano-archiver* %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/archiver.cfg %files backup %defattr(-,root,root) %_sbindir/kopano-backup %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/backup.cfg %_mandir/man*/kopano-backup.* %if 0%{?prefer_python3} %python3_sitelib/kopano_backup/ %python3_sitelib/kopano_backup-*.egg-info %else %python_sitelib/kopano_backup/ %python_sitelib/kopano_backup-*.egg-info %endif %files bash-completion %defattr(-,root,root) %_datadir/bash-completion/ %files client -f kopano.lang %defattr(-,root,root) %dir %_prefix/lib/mapi.d %_prefix/lib/mapi.d/kopano.inf %exclude %_datadir/locale %dir %_libdir/kopano %_libdir/kopano/libkcclient.so %files common %defattr(-,root,root) %config(noreplace) %_sysconfdir/logrotate.d/* %doc AGPL-3 %dir %_prefix/lib/systemd/ %dir %_prefix/lib/systemd/system/ %_prefix/lib/sysusers.d/ %{_tmpfilesdir}/ %_mandir/man5/kopano-coredump.5* %_mandir/man7/kopano.7* %_mandir/man7/mapi.7* %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/empty %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %_docdir/kopano/RELNOTES.txt %dir %_docdir/kopano/example-config %dir %_docdir/kopano/example-config/apparmor.d/ %_docdir/kopano/example-config/apparmor.d/*.aa %files contacts %defattr(-,root,root) %dir %_prefix/lib/mapi.d %_prefix/lib/mapi.d/zcontacts.inf %dir %_libdir/kopano %_libdir/kopano/libkccontacts.so %files dagent %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-dagent %endif %_sbindir/kopano-autorespond %_sbindir/kopano-autorespond.py %_sbindir/kopano-dagent %_sbindir/kopano-mr-accept %_sbindir/kopano-mr-process %_prefix/lib/systemd/system/kopano-dagent.service %if "%_repository" == "RHEL_7_PHP_56" || "%_repository" == "RHEL_7_PHP_70" || "%_repository" == "RHEL_7_PHP_71" %_prefix/lib/systemd/system/kopano-dagent.service.d/ %endif %_datadir/kopano-dagent/ %_mandir/man*/kopano-autorespond.* %_mandir/man*/kopano-mr-accept.* %_mandir/man*/kopano-mr-process.* %_mandir/man*/kopano-dagent.* %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/ %attr(0750,kopano,kopano) %_localstatedir/lib/kopano/autorespond/ %attr(0750,kopano,kopano) %_localstatedir/lib/kopano/dagent/ %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/autorespond %_docdir/kopano/example-config/autorespond.cfg %_docdir/kopano/example-config/dagent.cfg %dir %_docdir/kopano/example-config/apparmor.d/ %_docdir/kopano/example-config/apparmor.d/usr.sbin.kopano-dagent %if 0%{?prefer_python3} %python3_sitelib/kopano_utils/ %python3_sitelib/kopano_utils-*.egg-info %else %python_sitelib/kopano_utils/ %python_sitelib/kopano_utils-*.egg-info %endif %files devel %defattr(-,root,root) %_includedir/* %_libdir/libkcfreebusy.so %_libdir/libkcicalmapi.so %_libdir/libkcinetmapi.so %_libdir/libmapi.so %_libdir/libkcarchivercore.so %_libdir/libkcarchiver.so %_libdir/libkcrosie.so %_libdir/libkcserver.so %_libdir/libkcsoap.so %_libdir/libkcutil.so %_libdir/pkgconfig/* %_datadir/gdb/ %files gateway %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-gateway %endif %_sbindir/kopano-gateway %_prefix/lib/systemd/system/kopano-gateway.service %_mandir/man*/kopano-gateway.* %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/gateway.cfg %dir %_docdir/kopano-gateway %_docdir/kopano-gateway/optimize-imap.* %files ical %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-ical %endif %_sbindir/kopano-ical %_prefix/lib/systemd/system/kopano-ical.service %_mandir/man*/kopano-ical.* %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/ical.cfg %files lang -f kopano.lang %defattr(-,root,root) %files migration-imap %defattr(-,root,root) %_bindir/kopano-migration-imap %files migration-pst %defattr(-,root,root) %_sbindir/kopano-migration-pst %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/migration-pst.cfg %_mandir/man*/kopano-migration-pst.* %if 0%{?prefer_python3} %python3_sitelib/kopano_migration_pst/ %python3_sitelib/kopano_migration_pst-*.egg-info %else %python_sitelib/kopano_migration_pst/ %python_sitelib/kopano_migration_pst-*.egg-info %endif %files monitor %defattr(-,root,root) %dir %_sysconfdir/kopano %config %_sysconfdir/kopano/quotamail %if 0%{?centos_version} == 600 %_initddir/kopano-monitor %endif %_sbindir/kopano-monitor %_prefix/lib/systemd/system/kopano-monitor.service %_mandir/man*/kopano-monitor.* %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/monitor.cfg %files presence %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-presence %endif %_sbindir/kopano-presence %dir %_prefix/lib/systemd %dir %_prefix/lib/systemd/system %_prefix/lib/systemd/system/kopano-presence.service %dir %_datadir/kopano %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/presence.cfg %if 0%{?prefer_python3} %python3_sitelib/kopano_presence/ %python3_sitelib/kopano_presence-*.egg-info %else %python_sitelib/kopano_presence/ %python_sitelib/kopano_presence-*.egg-info %endif %files python-utils %defattr(-,root,root) %_bindir/kopano-set-oof %_sbindir/kopano-cachestat %_sbindir/kopano-cli %_sbindir/kopano-fix-ipm-subtree %_sbindir/kopano-localize-folders %_sbindir/kopano-mailbox-permissions %_sbindir/kopano-recreate-systemfolders %_sbindir/kopano-rules %_sbindir/kopano-search-upgrade-findroots.py %_mandir/man*/kopano-cachestat.* %_mandir/man*/kopano-cli.* %_mandir/man*/kopano-mailbox-permissions.* %_mandir/man*/kopano-set-oof.* %if 0%{?prefer_python3} %python3_sitelib/kopano_cli/ %python3_sitelib/kopano_cli*.egg-info %else %python_sitelib/kopano_cli/ %python_sitelib/kopano_cli*.egg-info %endif %files search %defattr(-,root,root) %dir %_sysconfdir/kopano %dir %_sysconfdir/kopano/searchscripts %config(noreplace) %attr(0640,root,kopano) %_sysconfdir/kopano/searchscripts/*.db %config(noreplace) %attr(-,root,kopano) %_sysconfdir/kopano/searchscripts/*.xslt %config(noreplace) %attr(-,root,kopano) %_sysconfdir/kopano/searchscripts/attachments_parser %config(noreplace) %attr(-,root,kopano) %_sysconfdir/kopano/searchscripts/zmktemp %if 0%{?centos_version} == 600 %_initddir/kopano-search %endif %_sbindir/kopano-search %_sbindir/kopano-search-xapian-compact.py %_prefix/lib/systemd/system/kopano-search.service %_mandir/man*/kopano-search.* %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/ %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/search/ %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/search.cfg %dir %_docdir/kopano/example-config/apparmor.d/ %_docdir/kopano/example-config/apparmor.d/usr.sbin.kopano-search %if 0%{?prefer_python3} %python3_sitelib/kopano_search/ %python3_sitelib/kopano_search-*.egg-info %else %python_sitelib/kopano_search/ %python_sitelib/kopano_search-*.egg-info %endif %files server %defattr(-,root,root) %dir %_prefix/lib/kopano/ %_prefix/lib/kopano/userscripts/ %if 0%{?centos_version} == 600 %_initddir/kopano-server %endif %_sbindir/kopano-server %dir %_libdir/kopano %_libdir/kopano/libkcserver-[a-z]*.so %_prefix/lib/systemd/system/kopano-server.service %_mandir/man*/kopano-server.* %_mandir/man*/kopano-ldap.cfg.* %_mandir/man*/kopano-unix.cfg.* %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/ %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_datadir/kopano %_datadir/kopano/ldap.active-directory.cfg %_datadir/kopano/ldap.openldap.cfg %_datadir/kopano/ldap.propmap.cfg %dir %_docdir/kopano %_docdir/kopano/audit-parse.pl %_docdir/kopano/createuser.dotforward %_docdir/kopano/db-calc-storesize %_docdir/kopano/db-convert-attachments-to-files %_docdir/kopano/db-remove-orphaned-attachments %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/ldap.cfg %_docdir/kopano/example-config/server.cfg %_docdir/kopano/example-config/unix.cfg %_docdir/kopano/ldap-switch-sendas.pl %_docdir/kopano/ssl-certificates.sh %_docdir/kopano/update-resource-recipients %_docdir/kopano/kopano.ldif %_docdir/kopano/kopano.schema %dir %_docdir/kopano/example-config/apparmor.d/ %_docdir/kopano/example-config/apparmor.d/usr.sbin.kopano-server %files server-packages %defattr(-,root,root) # We want it to be rather empty; but rpmlint does not like it empty. %dir %_docdir/kopano %files spamd %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-spamd %endif %_sbindir/kopano-spamd %_prefix/lib/systemd/system/kopano-spamd.service %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/ %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/spamd/ %_mandir/man*/kopano-spamd.* %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/spamd.cfg %if 0%{?prefer_python3} %python3_sitelib/kopano_spamd/ %python3_sitelib/kopano_spamd*.egg-info %else %python_sitelib/kopano_spamd/ %python_sitelib/kopano_spamd*.egg-info %endif %files spooler %defattr(-,root,root) %if 0%{?centos_version} == 600 %_initddir/kopano-spooler %endif %_sbindir/kopano-spooler %_prefix/lib/systemd/system/kopano-spooler.service %_mandir/man*/kopano-spooler.* %_datadir/kopano-spooler %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/ %attr(0750,kopano,kopano) %_localstatedir/lib/kopano/spooler/ %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/ %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/spooler.cfg %files statsd %_prefix/lib/systemd/system/kopano-statsd.service %dir %_libexecdir/kopano/ %_libexecdir/kopano/kopano-statsd %_mandir/man*/kopano-statsd.* %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/statsd.cfg %files utils %defattr(-,root,root) %_bindir/kopano-fsck %_bindir/kopano-ibrule %_bindir/kopano-oof %_bindir/kopano-passwd %_bindir/kopano-stats %_sbindir/kopano-admin %_sbindir/kopano-dbadm %_sbindir/kopano-srvadm %_sbindir/kopano-storeadm %_mandir/man*/kopano-admin.* %exclude %_mandir/man*/kopano-cfgchecker.* %_mandir/man*/kopano-dbadm.* %_mandir/man*/kopano-fsck.* %_mandir/man*/kopano-ibrule.* %_mandir/man*/kopano-oof.* %_mandir/man*/kopano-passwd.* %_mandir/man*/kopano-srvadm.* %_mandir/man*/kopano-stats.* %_mandir/man*/kopano-storeadm.* %dir %_libexecdir/kopano %_libexecdir/kopano/mapitime %_libexecdir/kopano/kscriptrun %dir %_docdir/kopano %dir %_docdir/kopano/example-config %_docdir/kopano/example-config/admin.cfg %files -n libkcarchiver0 %defattr(-,root,root) %_libdir/libkcarchiver.so.0* %files -n libkcarchivercore0 %defattr(-,root,root) %_libdir/libkcarchivercore.so.0* %files -n libkcfreebusy0 %defattr(-,root,root) %_libdir/libkcfreebusy.so.0* %files -n libkcicalmapi0 %defattr(-,root,root) %_libdir/libkcicalmapi.so.0* %files -n libkcinetmapi0 %defattr(-,root,root) %_libdir/libkcinetmapi.so.0* %files -n libkcpyplug0 %defattr(-,root,root) %_libdir/libkcpyplug.so.0* %files -n libkcrosie0 %defattr(-,root,root) %_libdir/libkcrosie.so.0* %files -n libkcserver0 %defattr(-,root,root) %_libdir/libkcserver.so.0* %files -n libkcsoap0 %defattr(-,root,root) %_libdir/libkcsoap.so.0* %files -n libkcutil0 %defattr(-,root,root) %_libdir/libkcutil.so.0* %files -n libmapi1 %defattr(-,root,root) %_libdir/libmapi.so.1* %files -n php-mapi %defattr(-,root,root) %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel_version} %if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56" %dir /etc/opt/rh/rh-php56/php.d %config(noreplace) /etc/opt/rh/rh-php56/php.d/mapi.ini %else %if "%_repository" == "RHEL_6_PHP_70" || "%_repository" == "RHEL_7_PHP_70" %dir /etc/opt/rh/rh-php70/php.d %config(noreplace) /etc/opt/rh/rh-php70/php.d/mapi.ini %else %if "%_repository" == "RHEL_7_PHP_71" %dir /etc/opt/rh/rh-php71/php.d %config(noreplace) /etc/opt/rh/rh-php71/php.d/mapi.ini %else %dir %_sysconfdir/php.d %config(noreplace) %_sysconfdir/php.d/mapi.ini %endif %endif %endif %endif %if 0%{?suse_version} %if 0%{?suse_version} >= 1330 || "%_repository" == "SLE_12_PHP7" || "%_repository" == "openSUSE_Leap_42.3" %dir %_sysconfdir/php7 %dir %_sysconfdir/php7/conf.d %config(noreplace) %_sysconfdir/php7/conf.d/mapi.ini %else %dir %_sysconfdir/php5 %dir %_sysconfdir/php5/conf.d %config(noreplace) %_sysconfdir/php5/conf.d/mapi.ini %endif %endif %phpextdir/mapi* %dir %_datadir/kopano/ %_datadir/kopano/php/ %if 0%{?with_python2} %files -n python2-kopano %defattr(-,root,root) %python_sitelib/%name/ %python_sitelib/%name-*.egg-info %endif %if 0%{?with_python3} %files -n python3-kopano %defattr(-,root,root) %python3_sitelib/%name/ %python3_sitelib/%name-*.egg-info %endif %if 0%{?with_python2} %files -n python2-mapi %defattr(-,root,root) %_libdir/libkcpyconv-2*.so %_libdir/libkcpydirector-2*.so %python_sitelib/MAPI/ %python_sitelib/MAPI-*.egg-info %python_sitelib/MAPICore.* %python_sitelib/icalmapi.* %python_sitelib/inetmapi.* %python_sitelib/*libfreebusy.* %python_sitearch/*MAPICore.* %python_sitearch/*icalmapi.* %python_sitearch/*inetmapi.* %python_sitearch/*libfreebusy.* %endif %if 0%{?with_python3} %files -n python3-mapi %defattr(-,root,root) %_libdir/libkcpyconv-3*.so %_libdir/libkcpydirector-3*.so %python3_sitelib/MAPI/ %python3_sitelib/MAPI-*.egg-info %python3_sitelib/MAPICore.* %python3_sitelib/icalmapi.* %python3_sitelib/inetmapi.* %python3_sitelib/*libfreebusy.* %python3_sitearch/*MAPICore.* %python3_sitearch/*icalmapi.* %python3_sitearch/*inetmapi.* %python3_sitearch/*libfreebusy.* %if 0%{?fedora} %python3_sitelib/__pycache__/MAPICore* %python3_sitelib/__pycache__/icalmapi* %python3_sitelib/__pycache__/inetmapi* %python3_sitelib/__pycache__/libfreebusy* %endif %endif %if 0%{?with_python2} %files -n python2-zarafa %defattr(-,root,root) %python_sitelib/zarafa/ %python_sitelib/zarafa-*.egg-info %endif %if 0%{?with_python3} %files -n python3-zarafa %defattr(-,root,root) %python3_sitelib/zarafa/ %python3_sitelib/zarafa-*.egg-info %endif %changelog * Fri Aug 02 2019 Peter van Ieperen 8.7.5-1 - Upgrade to 8.7.5 * Fri Jul 05 2019 Peter van Ieperen 8.7.4-1 - Upgrade to 8.7.4 * Thu Jun 20 2019 Peter van Ieperen 8.7.3-1 - Upgrade to 8.7.3 - Added missing changelog * Wed Jun 19 2019 Peter van Ieperen 8.7.2-1 - Upgrade to 8.7.2 - Change build dependency of libvmime to mimimal version 0.9.2.85 * Thu May 2 2019 Peter van Ieperen 8.7.1-1 - Upgrade to 8.7.1 * Sun Apr 28 2019 Peter van Ieperen 8.6.92-4 - Corrected shebangs from python to python3 to prevent buildfail on fedora 30 and rawhide - Replaced hardcoded tmpfiles dir with correct tmpfiledir variable * Thu Mar 7 2019 Peter van Ieperen 8.6.92-2 - Upgrade to 8.6.92 - Imported in COPR