From 81f88d50bc7cf8a069f03185343c2a8b5f4cab72f40fe8e6c6fed8839211d883 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 8 Jul 2011 11:24:36 +0000 Subject: [PATCH] - Update to 2.0.1: - Sorry, no changelog. - Regenerate spec file with py2pack. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=4 --- python-selenium.changes | 7 +++++ python-selenium.spec | 57 ++++++++++++++++++++++++----------------- selenium-1.0.3.tar.gz | 3 --- selenium-2.0.1.tar.bz2 | 3 +++ 4 files changed, 44 insertions(+), 26 deletions(-) delete mode 100644 selenium-1.0.3.tar.gz create mode 100644 selenium-2.0.1.tar.bz2 diff --git a/python-selenium.changes b/python-selenium.changes index e76ac20..3452ff7 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 8 11:20:18 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.0.1: + - Sorry, no changelog. +- Regenerate spec file with py2pack. + ------------------------------------------------------------------- Wed May 26 13:12:03 UTC 2010 - alexandre@exatati.com.br diff --git a/python-selenium.spec b/python-selenium.spec index ca5ea50..8cc25c1 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -1,7 +1,7 @@ # -# spec file for package +# spec file for package python-selenium # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,45 +11,56 @@ # 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/ # +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-selenium -Version: 1.0.3 -Release: 1 +Version: 2.0.1 +Release: 0 +Url: http://code.google.com/p/selenium/ +Summary: Python bindings for Selenium License: Apache 2.0 -Summary: A Python language binding for Selenium RC -Url: http://www.openqa.org -Group: Development/Libraries/Python -Source: selenium-%{version}.tar.gz -BuildRequires: python-devel -BuildRequires: python-setuptools +Group: Development/Languages/Python +Source: selenium-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{py_requires} -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildRequires: python-devel +BuildRequires: python-distribute +Requires: python-rdflib +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif + %description -Selenium Python Client Driver is a Python language binding for Selenium Remote Control. +Selenium Python Client Driver is a Python language binding for Selenium Remote +Control (version 1.0 and 2.0). -Author: --------- - Maik Roeder +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 - +export CFLAGS="%{optflags}" +python setup.py build %install -%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES +python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%clean +rm -rf %{buildroot} -%files -f INSTALLED_FILES -%defattr(-,root,root) +%files +%defattr(-,root,root,-) +%{python_sitelib}/* + +%changelog diff --git a/selenium-1.0.3.tar.gz b/selenium-1.0.3.tar.gz deleted file mode 100644 index 2e8a526..0000000 --- a/selenium-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c9aa1d8284e16d971228605239ae30252b0de1a52eea5b1759f01447951083c -size 19288 diff --git a/selenium-2.0.1.tar.bz2 b/selenium-2.0.1.tar.bz2 new file mode 100644 index 0000000..4dbbdaa --- /dev/null +++ b/selenium-2.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a95916bb40b57cdd7578b69c0e5b5b6912872a2eee946b63de6d0f8dce9abc6 +size 1462439