Summary: memcache extension for PHP Summary(ja): PHP用memcache拡張 Name: php-ext-memcache Version: 3.0.8 Release: 3%{_dist_release} Source: memcache-%{version}.tgz ##Patch0: memcache-2.2.6-session_strict.patch License: The PHP License Group: Development/Languages BuildRequires: php5-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %if "%{?req_php_api}" != "" Requires: %{req_php_api} %endif Vendor: Project Vine Distribution: Vine Linux Packager: tomop %description This module enable to access memcached in PHP scripts. %description -l ja このモジュールは、PHPスクリプト中でmemcachedにアクセスできるようにします。 %prep %setup -q -n memcache-%{version} ##%patch0 -p1 -b .session_strict mv ../package.xml ./ phpize %build %configure --enable-memcache-session=yes %__make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_libdir}/php5/ mkdir -p %{buildroot}%{_sysconfdir}/php5/php.d %makeinstall INSTALL_ROOT=%{buildroot} cat > %{buildroot}%{_sysconfdir}/php5/php.d/memcache.ini < 3.0.8-3 - rebuilt with php5-5.6.7. * Thu Jan 09 2014 Tomohiro "Tomo-p" KATO 3.0.8-2 - rebuilt with current environment. * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO 3.0.8-1 - new upstream release. * Tue Jun 25 2013 Tomohiro "Tomo-p" KATO 2.2.7-1 - new upstream release. * Sun Apr 29 2012 Tomohiro "Tomo-p" KATO 2.2.6-3 - converted encoding to UTF-8. * Sat Apr 28 2012 Tomohiro "Tomo-p" KATO 2.2.6-2 - rebuilt with current environment. * Mon Dec 13 2010 Tomohiro "Tomo-p" KATO 2.2.6-1 - new upstream release. * Fri Jul 10 2009 Tomohiro 'Tomo-p' KATO 2.2.4-1 - initial build.