Changes of Revision 2
[-] | Changed | php-pecl-memcached.spec |
x 1
2 3 Summary: Extension to work with the Memcached caching daemon 4 Name: php-pecl-memcached 5 -Version: 1.0.0 6 +Version: 2.2.0 7 Release: 11 8 License: PHP 9 Group: Development/Languages 10
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 12 13 BuildRequires: php-devel, php-pear 14 -BuildRequires: libmemcached-devel, zlib-devel 15 +BuildRequires: libmemcached-last-devel, zlib-devel 16 17 # This is EPEL-5 specific 18 -Requires: php-zend-abi = %{php_zendabiver} 19 +#Requires: php-zend-abi = %{php_zendabiver} 20 21 Provides: php-pecl(%{pecl_name}) = %{version}-%{release} 22 23
24 %build 25 cd %{pecl_name}-%{version} 26 phpize 27 -%configure 28 +%configure --disable-memcached-sasl 29 %{__make} %{?_smp_mflags} 30 31 32
33 ;session.save_path="localhost:11211" 34 EOF 35 36 -# Install XML package description 37 -%{__mkdir_p} %{buildroot}%{pecl_xmldir} 38 -%{__install} -m 644 ../package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml 39 - 40 41 %clean 42 %{__rm} -rf %{buildroot} 43
44 45 %files 46 %defattr(-, root, root, -) 47 -%doc %{pecl_name}-%{version}/{CREDITS,LICENSE,EXPERIMENTAL,README.markdown,ChangeLog} 48 +%doc %{pecl_name}-%{version}/{CREDITS,LICENSE,README.markdown,ChangeLog} 49 %config(noreplace) %{_sysconfdir}/php.d/%{pecl_name}.ini 50 %{php_extdir}/%{pecl_name}.so 51 -%{pecl_xmldir}/%{name}.xml 52 53 54 %changelog 55 |
||
Added | memcached-1.0.2.tgz ^ | |
Added | memcached-2.2.0.tgz ^ |