Author: lkundrak
Update of /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11745/EL-5
Modified Files: .cvsignore sources Added Files: import.log perl-Test-WWW-Selenium.spec Log Message: Initial import
--- NEW FILE import.log --- perl-Test-WWW-Selenium-1_15-2_el5:EL-5:perl-Test-WWW-Selenium-1.15-2.el5.src.rpm:1214864410
--- NEW FILE perl-Test-WWW-Selenium.spec --- Name: perl-Test-WWW-Selenium Version: 1.15 Release: 2%{?dist} Summary: Perl Client for the Selenium Remote Control test tool License: (GPL+ or Artistic) and ASL 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Test-WWW-Selenium/ Source0: http://www.perl.org/authors/id/L/LU/LUKEC/Test-WWW-Selenium-0.15.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Mock::LWP) BuildRequires: perl(Test::Pod) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(URI::Escape) >= 1.31 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%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 (XmlHttpRequest).
%prep %setup -q -n Test-WWW-Selenium-%{version}
%build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags}
%install rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ;
%{_fixperms} $RPM_BUILD_ROOT/*
%check make test
%clean rm -rf $RPM_BUILD_ROOT
%files %defattr(-,root,root,-) %doc Changes README todo.txt %{perl_vendorlib}/* %{_mandir}/man3/*
%changelog * Mon Jun 23 2008 Lubomir Rintel (Good Data) lubo.rintel@gooddata.com 0.15-2 - Fixed License tag to include Apache, thanks Parag AN
* Mon Jun 16 2008 Lubomir Rintel (Good Data) lubo.rintel@gooddata.com 0.15-1 - Specfile autogenerated by cpanspec 1.75. - Fix requires
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Jun 2008 16:23:30 -0000 1.1 +++ .cvsignore 30 Jun 2008 22:20:48 -0000 1.2 @@ -0,0 +1 @@ +Test-WWW-Selenium-0.15.tar.gz
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Jun 2008 16:23:30 -0000 1.1 +++ sources 30 Jun 2008 22:20:48 -0000 1.2 @@ -0,0 +1 @@ +932a71581ebfaad8bc544aa1eae39c5e Test-WWW-Selenium-0.15.tar.gz
scm-commits@lists.fedoraproject.org