SPECS: php-pear-Testing_Selenium.spec (NEW) - Initial release
ggodlewski
ggodlewski at pld-linux.org
Mon Jun 4 23:00:33 CEST 2007
Author: ggodlewski Date: Mon Jun 4 21:00:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Initial release
---- Files affected:
SPECS:
php-pear-Testing_Selenium.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-Testing_Selenium.spec
diff -u /dev/null SPECS/php-pear-Testing_Selenium.spec:1.1
--- /dev/null Mon Jun 4 23:00:33 2007
+++ SPECS/php-pear-Testing_Selenium.spec Mon Jun 4 23:00:27 2007
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class Testing
+%define _subclass Selenium
+%define _status beta
+%define _pearname %{_class}_%{_subclass}
+
+Summary: %{_pearname} - PHP Client for the Selenium Remote Control test tool
+Summary(pl): %{_pearname} - Klient PHP dla narzędzia Selenium Remote Control
+Name: php-pear-%{_pearname}
+Version: 0.3.1
+Release: 0.9
+License: Apache License, Version 2.0
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 9b07398a3b34aba258b981908d1ab2a8
+URL: http://pear.php.net/package/%{_pearname}/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.300
+Requires: php-pear
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Selenium Remote Control (SRC) is a test tool that allows you to write
+automated web application UI tests in any programming language against
+any HTTP website using any mainstream JavaScript-enabled browser. SRC
+provides a Selenium Server, which can automatically start/stop/control
+any supported browser. It works by using Selenium Core, a pure-HTML+JS
+library that performs automated tasks in JavaScript; the Selenium
+Server communicates directly with the browser using AJAX.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary: Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
+Group: Development/Languages/PHP
+Requires: %{name} = %{epoch}:%{version}-%{release}
+AutoReq: no
+AutoProv: no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%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}/%{_class}/*.php
+%{php_pear_dir}/%{_class}/%{_subclass}.php
+%{php_pear_dir}/%{_class}/%{_subclass}
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/*
+
+%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 2007/06/04 21:00:27 ggodlewski
+- Initial release
+
================================================================
More information about the pld-cvs-commit
mailing list