forked from pool/python-selenium
Initial package (1.0.1) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=1
This commit is contained in:
39
python-selenium.spec
Normal file
39
python-selenium.spec
Normal file
@@ -0,0 +1,39 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: python-selenium
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
Summary: A Python language binding for Selenium RC
|
||||
License: Apache 2.0
|
||||
Group: Development/Libraries/Python
|
||||
Source: selenium-%{version}.tar.gz
|
||||
Patch: data_files.patch
|
||||
URL: http://www.openqa.org
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{py_requires}
|
||||
|
||||
|
||||
%description
|
||||
Selenium Python Client Driver is a Python language binding for Selenium Remote Control.
|
||||
|
||||
Author:
|
||||
--------
|
||||
Maik Roeder <roeder@berg.net>
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n selenium-%{version}
|
||||
%patch
|
||||
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
|
||||
%install
|
||||
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||
|
||||
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
Reference in New Issue
Block a user