SPECS: php-pear-PHP_Shell.spec (NEW) - new (php-shell is now relea...

adamg adamg at pld-linux.org
Mon Jun 19 00:14:22 CEST 2006


Author: adamg                        Date: Sun Jun 18 22:14:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (php-shell is now released as a PEAR package)

---- Files affected:
SPECS:
   php-pear-PHP_Shell.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-PHP_Shell.spec
diff -u /dev/null SPECS/php-pear-PHP_Shell.spec:1.1
--- /dev/null	Mon Jun 19 00:14:22 2006
+++ SPECS/php-pear-PHP_Shell.spec	Mon Jun 19 00:14:17 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PHP
+%define		_subclass	Shell
+%define		_status		alpha
+%define		_pearname	PHP_Shell
+
+Summary:	%{_pearname} - an interactive PHP Shell like IPython
+Summary(pl):	%{_pearname} - interaktywna powłoka PHP podobna do IPythona
+Name:		php-pear-%{_pearname}
+Version:	0.3.0
+Release:	1
+License:	MIT
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	9812da88473d3952899c8048eca9ff5d
+URL:		http://pear.php.net/package/PHP_Shell/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-common >= 4:5.0.0
+Requires:	php-pear
+Requires:	php-pear-PEAR >= 1:1.4.0-0.b1
+Requires:	php-readline
+Requires:	php-tokenizer
+Obsoletes:	php-shell
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PHP-based implementation of a interactive shell with history,
+tab-completion, handling of fatal errors, debugging aid, ...
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Oparta na PHP implementacja interaktywnej powłoki z historią,
+dopełnianiem tabem, obsługą błędów krytycznych, pomocą przy usuwaniu
+błędó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},%{_bindir}}
+%pear_package_install
+
+install usr/bin/php-shell.sh $RPM_BUILD_ROOT%{_bindir}/php-shell
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/%{_pearname}/{examples/php-shell-cmd.php,README}
+%attr(755,root,root) %{_bindir}/php-shell
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/php-shell-cmd.php
+%{php_pear_dir}/PHP/Shell.php
+%{php_pear_dir}/PHP/Shell/Commands.php
+%{php_pear_dir}/PHP/Shell/Options.php
+%{php_pear_dir}/PHP/Shell/Extensions.php
+%{php_pear_dir}/PHP/Shell/Extensions/Autoload.php
+%{php_pear_dir}/PHP/Shell/Extensions/AutoloadDebug.php
+%{php_pear_dir}/PHP/Shell/Extensions/InlineHelp.php
+%{php_pear_dir}/PHP/Shell/Extensions/VerbosePrint.php
+%{php_pear_dir}/PHP/Shell/Extensions/Colour.php
+%{php_pear_dir}/PHP/Shell/Extensions/ExecutionTime.php
+%{php_pear_dir}/PHP/Shell/Extensions/Prototypes.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/06/18 22:14:17  adamg
+- new (php-shell is now released as a PEAR package)
+
================================================================


More information about the pld-cvs-commit mailing list