2024-01-06 09:35:14 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Selenium-Remote-Driver
|
2024-01-06 09:35:14 +01:00
|
|
|
Version: 1.47
|
2024-01-06 09:35:14 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Selenium::Remote - Perl Client for Selenium Remote Driver
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:35:14 +01:00
|
|
|
URL: https://www.cpan.org/
|
|
|
|
Source: https://cpan.metacpan.org/authors/id/T/TE/TEODESIAN/Selenium-Remote-Driver-%{version}.tar.gz
|
2024-01-06 09:35:14 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: perl-Archive-Zip
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-Clone
|
|
|
|
BuildRequires: perl-File-Which
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-HTTP-Message
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-IO-String
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-JSON
|
|
|
|
BuildRequires: perl-Moo
|
|
|
|
BuildRequires: perl-Sub-Install
|
|
|
|
BuildRequires: perl-Test-LongString
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-Test-Simple
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-Try-Tiny
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-XML-Simple
|
2024-01-06 09:35:14 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-libwww
|
|
|
|
BuildRequires: perl-namespace-clean
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: perl-LWP-Protocol-PSGI
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Perl Client for Selenium Remote Driver.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Selenium-Remote-Driver-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
#% make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:35:14 +01:00
|
|
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 1.47-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:35:14 +01:00
|
|
|
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.46-1mamba
|
|
|
|
- update to 1.46
|
|
|
|
|
2024-01-06 09:35:14 +01:00
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:35:14 +01:00
|
|
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 0.2701-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:35:14 +01:00
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 0.2202-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:35:14 +01:00
|
|
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2102-1mamba
|
|
|
|
- package created using the webbuild interface
|