]> git.pld-linux.org Git - packages/php-pear-PHP_Fork.git/commitdiff
- rel 3: use php(extension) virtuals auto/ac/php-pear-PHP_Fork-0_3_0-3 auto/th/php-pear-PHP_Fork-0_3_0-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Nov 2006 14:11:37 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PHP_Fork.spec -> 1.15

php-pear-PHP_Fork.spec

index 01a9789a058b8101379a8928ea42c67fc00a3a27..5a00ee10e1a85fc1abdbfe845cd6722ec39d91d7 100644 (file)
@@ -8,7 +8,7 @@ Summary:        %{_pearname} - Wrapper for pcntl_fork() with Java-like API
 Summary(pl):   %{_pearname} - Wrapper dla pcntl_fork() z API zbli¿onym do Javy
 Name:          php-pear-%{_pearname}
 Version:       0.3.0
-Release:       2
+Release:       3
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -17,10 +17,10 @@ URL:                http://pear.php.net/package/PHP_Fork/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php(pcntl)
+Requires:      php(posix)
+Requires:      php(shmop)
 Requires:      php-pear >= 4:1.0-7
-Requires:      php-pcntl
-Requires:      php-shmop
-Requires:      php-posix
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,8 +40,8 @@ The shared variable space can be accessed with the two methods:
 - void setVariable($name, $value)
 - mixed getVariable($name)
 
-$name must be a valid PHP variable name;
-$value must be a variable or a serializable object.
+$name must be a valid PHP variable name; $value must be a variable or
+a serializable object.
 
 Resources (db connections, streams, etc.) cannot be serialized and so
 they're not correctly handled.
@@ -66,8 +66,8 @@ metody:
 - void setVariable($name, $value)
 - mixed getVariable($name)
 
-$name musi byæ poprawn± zmienn± PHP;
-$value musi byæ zmienn± lub obiektem mo¿liwym do serializacji.
+$name musi byæ poprawn± zmienn± PHP; $value musi byæ zmienn± lub
+obiektem mo¿liwym do serializacji.
 
 Zasoby (po³±czenia z bazami danych, strumienie, itp) nie mog± byæ
 zserializowane i jako takie nie s± poprawnie obs³ugiwane.
This page took 0.048252 seconds and 4 git commands to generate.