14
0

- Update to 2.16.0:

- Sorry, no changelog atm.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=20
This commit is contained in:
Alexandre Rogoski
2012-01-04 23:26:08 +00:00
committed by Git OBS Bridge
parent a1897b9bad
commit 78ead0697c
4 changed files with 11 additions and 9 deletions

View File

@@ -19,11 +19,11 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-selenium
Version: 2.15.0
Version: 2.16.0
Release: 0
Url: http://code.google.com/p/selenium/
Summary: Python bindings for Selenium
License: Apache 2.0
License: Apache-2.0
Group: Development/Languages/Python
Source: selenium-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -55,12 +55,8 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
#%exclude %{_prefix}/selenium
%changelog