packages: php-redis/php-redis.spec - add phpdoc

glen glen at pld-linux.org
Fri Dec 9 12:30:05 CET 2011


Author: glen                         Date: Fri Dec  9 11:30:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add phpdoc

---- Files affected:
packages/php-redis:
   php-redis.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/php-redis/php-redis.spec
diff -u packages/php-redis/php-redis.spec:1.4 packages/php-redis/php-redis.spec:1.5
--- packages/php-redis/php-redis.spec:1.4	Thu Oct 20 07:53:42 2011
+++ packages/php-redis/php-redis.spec	Fri Dec  9 12:29:59 2011
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - use external igbinary and make it's dependency optional
 #
 # Conditional build:
 %bcond_without	tests		# build without tests
@@ -7,11 +9,13 @@
 Summary:	%{modname} A PHP extension for Redis
 Name:		php-%{modname}
 Version:	2.1.3
-Release:	1
+Release:	2
 License:	PHP 3.01
 Group:		Development/Languages/PHP
 Source0:	https://github.com/nicolasff/phpredis/tarball/%{version}#/%{name}-%{version}.tgz
 # Source0-md5:	eb2bee7e42f7a32a38c2a45377f21086
+Source1:	https://github.com/ukko/phpredis-phpdoc/tarball/master/%{name}-phpdoc.tgz
+# Source1-md5:	110fec82bf7699e7be195a2ec911f3c8
 URL:		https://github.com/nicolasff/phpredis
 %{?with_tests:BuildRequires:	/usr/bin/php}
 BuildRequires:	php-devel >= 4:5.0.4
@@ -29,8 +33,9 @@
 This extension also provides session support.
 
 %prep
-%setup -qc
-mv *-php%{modname}-*/* .
+%setup -qc -a1
+mv nicolasff-php%{modname}-*/* .
+mv ukko-phpredis-phpdoc-* phpdoc
 
 %build
 phpize
@@ -74,7 +79,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS README.markdown
+%doc CREDITS README.markdown phpdoc
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{modname}.so
 
@@ -84,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/12/09 11:29:59  glen
+- add phpdoc
+
 Revision 1.4  2011/10/20 05:53:42  glen
 - load simplexml for php5.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-redis/php-redis.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list