RPM: Install php-ZendFramework on RHEL/CentOS 7 and drop support for RHEL/CentOS 5

The EPEL repository for RHEL/CentOS 7 does now include php-ZendFramework version 1. It had only version 2 some time ago.
Further, I removed "support" for RHEL/CentoOS 5.
This commit is contained in:
Eric Lippmann 2015-07-02 09:48:19 +02:00
parent a4d5f73db4
commit 195b080cff
1 changed files with 4 additions and 12 deletions

View File

@ -15,20 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Packager: Icinga Team <info@icinga.org>
%if 0%{?fedora} || 0%{?rhel} || 0%{?amzn}
%define php php
%define php_cli php-cli
%define wwwconfigdir %{_sysconfdir}/httpd/conf.d
%define wwwuser apache
%if 0%{?rhel} == 5
%define php php53
%define php_cli php53-cli
%else
%define php php
%define php_cli php-cli
%endif
%if 0%{?rhel} == 6
%define zend php-ZendFramework
%else
%define zend %{name}-vendor-Zend
%endif
%define zend php-ZendFramework
%endif
%if 0%{?suse_version}
@ -56,6 +47,7 @@ Requires: %{name}-vendor-JShrink
Requires: %{name}-vendor-lessphp
Requires: %{name}-vendor-Parsedown
Requires: %{zend}
Obsoletes: %{name}-vendor-zend
%description