SPECS: php-pear-System_SharedMemory.spec (NEW) - new
adamg
adamg at pld-linux.org
Thu Jan 12 11:34:13 CET 2006
Author: adamg Date: Thu Jan 12 10:34:13 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-System_SharedMemory.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-System_SharedMemory.spec
diff -u /dev/null SPECS/php-pear-System_SharedMemory.spec:1.1
--- /dev/null Thu Jan 12 11:34:13 2006
+++ SPECS/php-pear-System_SharedMemory.spec Thu Jan 12 11:34:08 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class System
+%define _subclass SharedMemory
+%define _status beta
+%define _pearname System_SharedMemory
+
+Summary: %{_pearname} - common OO-style shared memory API
+Summary(pl): %{_pearname} - wspólny, obiektowy interfejs do API pamięci współdzielonej
+Name: php-pear-%{_pearname}
+Version: 0.9.0RC1
+Release: 1
+License: PHP 2.02
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 0969d02662f4a7a1b67e7819bfc3f852
+URL: http://pear.php.net/package/System_SharedMemory/
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OO-style shared memory API for several shared memory engines.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Zorientowane obiektowo API pamięci współdzielonej dla różnych
+silników.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/%{_pearname}/docs/README.TXT
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/System/SharedMemory/
+%{php_pear_dir}/System/SharedMemory.php
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/01/12 10:34:08 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list