Browse Source

update memcached

master
parent
commit
6c0762764a
  1. 6
      php-memcached/php-memcached.spec

6
php-memcached/php-memcached.spec

@ -23,7 +23,7 @@
# package version
%define V_memcache 3.0.6
%define V_memcached 2.0.1
%define V_memcached 2.1.0
# package information
Name: php-memcached
@ -36,7 +36,7 @@ Class: EVAL
Group: Language
License: PHP
Version: 20120304
Release: 20120608
Release: 20120807
# package options
%option with_apache no
@ -53,7 +53,7 @@ PreReq: php, php::with_session = yes, php::with_zlib = yes
BuildPreReq: memcached
PreReq: memcached
%if "%{with_apache}" == "yes"
PreReq: apache, apache-php
PreReq: apache, apache-php, apache-php::with_session = yes, apache-php::with_zlib = yes
%endif
%description

Loading…
Cancel
Save