Author: glen                         Date: Thu Sep  2 12:46:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- "up" to 0.0.4RC4

---- Files affected:
packages/php-pecl-dio:
   php-pecl-dio.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/php-pecl-dio/php-pecl-dio.spec
diff -u packages/php-pecl-dio/php-pecl-dio.spec:1.10 
packages/php-pecl-dio/php-pecl-dio.spec:1.11
--- packages/php-pecl-dio/php-pecl-dio.spec:1.10        Mon Feb 12 23:09:12 2007
+++ packages/php-pecl-dio/php-pecl-dio.spec     Thu Sep  2 14:46:46 2010
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
-%define                _modname        dio
-%define                _status         beta
-%define                _rc rc1
-Summary:       %{_modname} - Direct I/O functions
-Summary(pl.UTF-8):     %{_modname} - funkcje bezpośredniego we/wy
-Name:          php-pecl-%{_modname}
-Version:       5.0
-Release:       0.%{_rc}.1
+%define                modname dio
+%define                status  beta
+%define                subver  RC4
+%define                rel             1
+Summary:       %{modname} - Direct I/O functions
+Summary(pl.UTF-8):     %{modname} - funkcje bezpośredniego we/wy
+Name:          php-pecl-%{modname}
+Version:       0.0.4
+Release:       0.%{subver}.%{rel}
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-#Source0:      http://pecl.php.net/get/%{_modname}-%{version}.tgz
-Source0:       %{_modname}.tgz
-# Source0-md5: b926091229d356253f9f30f99e1e2253
+Source0:       http://pecl.php.net/get/%{modname}-%{version}%{subver}.tgz
+# Source0-md5: 9baedea5fdfc7b7e303de6591cdc3187
 URL:           http://pecl.php.net/package/dio/
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.344
@@ -28,7 +28,7 @@
 of a device is needed. In all other cases, the standard filesystem
 functions are more than adequate.
 
-In PECL status of this extension is: %{_status}.
+In PECL status of this extension is: %{status}.
 
 %description -l pl.UTF-8
 PHP obsługuje funkcje bezpośredniego we/wy wg opisu w standardzie
@@ -39,10 +39,11 @@
 przypadkach odpowiedniejsze są standardowe funkcje operacji na
 systemie plików.
 
-To rozszerzenie ma w PECL status: %{_status}.
+To rozszerzenie ma w PECL status: %{status}.
 
 %prep
-%setup -q -n %{_modname}
+%setup -qc
+mv %{modname}-%{version}*/* .
 
 %build
 phpize
@@ -54,11 +55,11 @@
 install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 
 %{__make} install \
-       INSTALL_ROOT=$RPM_BUILD_ROOT \
-       EXTENSION_DIR=%{php_extensiondir}
-cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
-; Enable %{_modname} extension module
-extension=%{_modname}.so
+       EXTENSION_DIR=%{php_extensiondir} \
+       INSTALL_ROOT=$RPM_BUILD_ROOT
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+extension=%{modname}.so
 EOF
 
 %clean
@@ -74,8 +75,8 @@
 
 %files
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) 
%{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%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
@@ -83,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/09/02 12:46:46  glen
+- "up" to 0.0.4RC4
+
 Revision 1.10  2007/02/12 22:09:12  glen
 - tabs in preamble
 
================================================================

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

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

Reply via email to