1
0
forked from pool/roundcubemail

Accepting request 854465 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/854465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2020-12-10 14:58:56 +00:00 committed by Git OBS Bridge
commit 8a2b2ca28a
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 1 14:37:42 UTC 2020 - pgajdos@suse.com
- use system apache rpm macros
-------------------------------------------------------------------
Mon Sep 28 07:38:28 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@ -16,8 +16,6 @@
#
%define apache_serverroot %(%{_sbindir}/apxs2 -q DATADIR)
%define apache_sysconfdir %(%{_sbindir}/apxs2 -q SYSCONFDIR)
%define roundcubepath %{apache_serverroot}/%{name}
%define roundcubeconfigpath %{_sysconfdir}/%{name}
%define php_major_version %(php -r "echo PHP_MAJOR_VERSION;")
@ -39,8 +37,8 @@ Source7: https://github.com/roundcube/%{name}/releases/download/%{version
Source8: robots.txt
# PATCH-FIX-OPENSUSE roundcubemail-config_dir.patch -- use the general config directory /etc
Patch0: %{name}-config_dir.patch
BuildRequires: apache2-devel
BuildRequires: pcre-devel
BuildRequires: apache-rpm-macros
BuildRequires: apache2
BuildRequires: php
Requires: http_daemon
Requires: mod_php_any >= 5.4