X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=php-pecl-APC.spec;h=c77607c28e7febb21329f37d1901d7b1e737c89d;hb=3acee568b3e0cfb23b312f52fa6d3963e47ef7eb;hp=c353fc13df8b53a0cbc66893c338e27b90f39d20;hpb=551f857104662f2b6e01e79a5e98e92938293beb;p=packages%2Fphp-pecl-APC.git diff --git a/php-pecl-APC.spec b/php-pecl-APC.spec index c353fc1..c77607c 100644 --- a/php-pecl-APC.spec +++ b/php-pecl-APC.spec @@ -1,23 +1,24 @@ # TODO # - maybe related: # - http://pecl.php.net/bugs/bug.php?id=7141 -%define _modname APC -%define _status stable -Summary: %{_modname} - Alternative PHP Cache -Summary(pl.UTF-8): %{_modname} - alternatywne cache PHP -Name: php-pecl-%{_modname} -Version: 3.1.3p1 -Release: 1 +%define php_name php%{?php_suffix} +%define modname APC +%define status beta +Summary: %{modname} - Alternative PHP Cache +Summary(pl.UTF-8): %{modname} - alternatywne cache PHP +Name: %{php_name}-pecl-%{modname} +Version: 3.1.13 +Release: 5 License: PHP 3.01 Group: Development/Languages/PHP -Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz -# Source0-md5: 941cf59c3f8042c1d6961b7afb1002b9 +Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz +# Source0-md5: c9e47002e3a67ebde3a6f81437c7b6e0 URL: http://pecl.php.net/package/APC/ -BuildRequires: php-devel >= 3:5.0.0 -BuildRequires: rpmbuild(macros) >= 1.344 +BuildRequires: %{php_name}-devel >= 3:5.0.4 +BuildRequires: rpmbuild(macros) >= 1.650 %{?requires_php_extension} -Requires: php-common >= 4:5.0.4 -Obsoletes: php-pear-%{_modname} +Provides: php(apc) = %{version} +Obsoletes: php-pecl-APC < 3.1.13-5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,21 +26,22 @@ APC is the Alternative PHP Cache. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. -In PECL status of this package is: %{_status}. +In PECL status of this package is: %{status}. %description -l pl.UTF-8 APC to alternatywne cache PHP. W wyobrażeniach miało dostarczać wolnodostępny, otwarty i potężny szkielet do buforowania i optymalizowania kodu pośredniego PHP. -To rozszerzenie ma w PECL status: %{_status}. +To rozszerzenie ma w PECL status: %{status}. %prep -%setup -q -c +%setup -qc +mv %{modname}-%{version}/* . -cat <<'EOF' > %{_modname}.ini -; Enable %{_modname} extension module -extension=%{_modname}.so +cat <<'EOF' > %{modname}.ini +; Enable %{modname} extension module +extension=%{modname}.so apc.enabled=1 ;apc.optimization=0 ;apc.shm_segments=1 @@ -56,20 +58,17 @@ apc.enabled=1 EOF %build -cd %{_modname}-%{version} phpize %configure \ - --%{!?debug:dis}%{?debug:en}able-debug \ + --%{!?debug:dis}%{?debug:en}able-apc-debug \ --enable-apc-mmap %{__make} %install rm -rf $RPM_BUILD_ROOT -install -D %{_modname}-%{version}/modules/apc.so $RPM_BUILD_ROOT%{php_extensiondir}/%{_modname}.so - +install -D modules/apc.so $RPM_BUILD_ROOT%{php_extensiondir}/%{modname}.so install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d - -cp -a %{_modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini +cp -a %{modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini %clean rm -rf $RPM_BUILD_ROOT @@ -84,6 +83,6 @@ fi %files %defattr(644,root,root,755) -%doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE,apc.php} -%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini -%attr(755,root,root) %{php_extensiondir}/%{_modname}.so +%doc CHANGELOG INSTALL NOTICE apc.php +%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini +%attr(755,root,root) %{php_extensiondir}/%{modname}.so