# # spec file for package python-selenium # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-selenium Version: 3.0.2 Release: 0 Url: https://github.com/SeleniumHQ/selenium Summary: Python bindings for Selenium License: Apache-2.0 Group: Development/Languages/Python Source: https://pypi.io/packages/source/s/selenium/selenium-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-rdflib BuildRequires: python-setuptools Requires: python-rdflib ExclusiveArch: %ix86 x86_64 %description Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are supported, as well as the Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers. %prep %setup -q -n selenium-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} # Avoid 64bit runtime dependencies on 32bit architectures: %ifarch %ix86 rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so %endif %files %defattr(-,root,root,-) %doc py/README.rst py/CHANGES %{python_sitelib}/* %changelog