SPECS: php-pear-Math_Derivative.spec (NEW) - new

adamg adamg at pld-linux.org
Mon Sep 4 13:34:58 CEST 2006


Author: adamg                        Date: Mon Sep  4 11:34:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-Math_Derivative.spec
diff -u /dev/null SPECS/php-pear-Math_Derivative.spec:1.1
--- /dev/null	Mon Sep  4 13:34:58 2006
+++ SPECS/php-pear-Math_Derivative.spec	Mon Sep  4 13:34:53 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Math
+%define		_subclass	Derivative
+%define		_status		alpha
+%define		_pearname	Math_Derivative
+
+Summary:	%{_pearname} - Calculate the derivative of a mathematical expression
+Summary(pl):	%{_pearname} - Obliczanie pochodnej wyrażenia matematycznego
+Name:		php-pear-%{_pearname}
+Version:	0.0.1
+Release:	1
+License:	PHP License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	1fde36a2499e2d83a97c8b56add2577b
+URL:		http://pear.php.net/package/Math_Derivative/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package allows you to calculate the derivative of an expression
+stored in a string.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Klasa ta pozwala na obliczenie pochodnej wyrażenia przechowywanego w
+łańcuchu znakó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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Math/Derivative.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/09/04 11:34:53  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list