]> git.pld-linux.org Git - packages/php-pecl-APC.git/blobdiff - php-pecl-APC.spec
- release 2 (by relup.sh)
[packages/php-pecl-APC.git] / php-pecl-APC.spec
index 1a8a13f72ca29e0db94d265dce2668b957886bf5..d35e55b4e18f2472d4c76b18da857aa4ca958819 100644 (file)
@@ -1,18 +1,17 @@
 # TODO
 # - maybe related:
 #  - http://pecl.php.net/bugs/bug.php?id=7141
-#  - http://pecl.php.net/bugs/bug.php?id=7762
 %define                _modname        APC
-%define                _status         stable
+%define                _status         beta
 Summary:       %{_modname} - Alternative PHP Cache
 Summary(pl.UTF-8):     %{_modname} - alternatywne cache PHP
 Name:          php-pecl-%{_modname}
-Version:       3.0.19
+Version:       3.1.10
 Release:       2
-License:       PHP
+License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5: 951f43d2873e3572f5d5ae71a9b66f90
+# Source0-md5: f4a6b91903d6ba9dce89fc87bb6f26c9
 URL:           http://pecl.php.net/package/APC/
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.344
@@ -56,12 +55,11 @@ apc.enabled=1
 ;apc.enable_cli=0
 EOF
 
-
 %build
 cd %{_modname}-%{version}
 phpize
 %configure \
-       --%{!?debug:dis}%{?debug:en}able-debug \
+       --%{!?debug:dis}%{?debug:en}able-apc-debug \
        --enable-apc-mmap
 %{__make}
 
@@ -86,6 +84,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE}
+%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
This page took 0.07753 seconds and 4 git commands to generate.