Author: glen                         Date: Thu Feb  9 17:11:54 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- zts off in >= 5.2.17-8

---- Files affected:
packages/php-pecl-apd:
   php-pecl-apd.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/php-pecl-apd/php-pecl-apd.spec
diff -u packages/php-pecl-apd/php-pecl-apd.spec:1.22 
packages/php-pecl-apd/php-pecl-apd.spec:1.23
--- packages/php-pecl-apd/php-pecl-apd.spec:1.22        Mon Aug 30 18:07:31 2010
+++ packages/php-pecl-apd/php-pecl-apd.spec     Thu Feb  9 18:11:49 2012
@@ -1,21 +1,20 @@
 # $Revision$, $Date$
-%define                _modname        apd
-%define                _status         stable
-Summary:       %{_modname} - full-featured engine-level profiler/debugger
-Summary(pl.UTF-8):     %{_modname} - w pełni funkcjonalny profiler/debugger 
dla PHP
-Name:          php-pecl-%{_modname}
+%define                modname apd
+%define                status  stable
+Summary:       %{modname} - full-featured engine-level profiler/debugger
+Summary(pl.UTF-8):     %{modname} - w pełni funkcjonalny profiler/debugger dla 
PHP
+Name:          php-pecl-%{modname}
 Version:       1.0.1
-Release:       7
+Release:       8
 License:       PHP 3.01
 Group:         Development/Languages/PHP
-Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
+Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
 # Source0-md5: 470ea75cde09f7504c83441911c86f29
 Patch0:                %{name}-cvs.patch
 URL:           http://pecl.php.net/package/apd/
-BuildRequires: php-devel >= 4:5.3.0
+BuildRequires: php-devel >= 4:5.2.17-8
 BuildRequires: rpmbuild(macros) >= 1.579
 %{?requires_zend_extension}
-Obsoletes:     php-pear-%{_modname}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,22 +22,21 @@
 zend_extension. It aims to be an analog of C's gprof or Perl's
 Devel::DProf.
 
-In PECL status of this package is: %{_status}.
+In PECL status of this package is: %{status}.
 
 %description -l pl.UTF-8
 APD to w pełni funkcjonalny profiler/debugger ładowany jako
 rozszerzenie Zend. Ma być odpowiednikiem gprof z C lub perlowego
 Devel::DProf.
 
-To rozszerzenie ma w PECL status: %{_status}.
+To rozszerzenie ma w PECL status: %{status}.
 
 %prep
-%setup -q -c
-cd %{_modname}-%{version}
+%setup -qc
+mv %{modname}-%{version}/* .
 %patch0 -p1
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -47,10 +45,10 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
 
-install %{_modname}-%{version}/modules/%{_modname}.so 
$RPM_BUILD_ROOT%{php_extensiondir}
-cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
-; Enable %{_modname} extension module
-zend_extension=%{_modname}.so
+install -p modules/%{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+zend_extension=%{modname}.so
 EOF
 
 %clean
@@ -66,9 +64,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}/README
-%config(noreplace) %verify(not md5 mtime size) 
%{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%doc README
+%config(noreplace) %verify(not md5 mtime size) 
%{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -76,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2012/02/09 17:11:49  glen
+- zts off in >= 5.2.17-8
+
 Revision 1.22  2010/08/30 16:07:31  glen
 - the directive is just "zend_extension" in php 5.3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-apd/php-pecl-apd.spec?r1=1.22&r2=1.23&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to