forked from pool/python-selenium
- Update to 1.0.3;
- Building as noarch for openSUSE >= 11.2; - Spec file cleaned with spec-cleaner. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
674cdbba1e
commit
3511c1f59c
@@ -1,18 +0,0 @@
|
|||||||
diff -Naurh ./setup.py selenium-1.0.1/setup.py
|
|
||||||
--- ./setup.py 2009-09-21 18:13:27.000000000 -0300
|
|
||||||
+++ selenium-1.0.1/setup.py 2009-09-21 18:13:50.000000000 -0300
|
|
||||||
@@ -60,10 +60,10 @@
|
|
||||||
package_dir = {'':'src'},
|
|
||||||
py_modules=['selenium'],
|
|
||||||
# put data files in egg 'doc' dir
|
|
||||||
- data_files=[ ('doc', [
|
|
||||||
- 'README.txt',
|
|
||||||
- ]
|
|
||||||
- )],
|
|
||||||
+# data_files=[ ('doc', [
|
|
||||||
+# 'README.txt',
|
|
||||||
+# ]
|
|
||||||
+# )],
|
|
||||||
include_package_data = True,
|
|
||||||
zip_safe = False,
|
|
||||||
)
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 26 13:12:03 UTC 2010 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 1.0.3;
|
||||||
|
- Building as noarch for openSUSE >= 11.2;
|
||||||
|
- Spec file cleaned with spec-cleaner.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 3 12:59:09 CET 2010 - boris@steki.net
|
Wed Mar 3 12:59:09 CET 2010 - boris@steki.net
|
||||||
|
|
||||||
|
@@ -1,20 +1,36 @@
|
|||||||
# norootforbuild
|
#
|
||||||
|
# spec file for package
|
||||||
|
#
|
||||||
|
# Copyright (c) 2010 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
|
||||||
|
# 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
|
Name: python-selenium
|
||||||
Version: 1.0.1
|
Version: 1.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Python language binding for Selenium RC
|
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
|
Summary: A Python language binding for Selenium RC
|
||||||
|
Url: http://www.openqa.org
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: selenium-%{version}.tar.gz
|
Source: selenium-%{version}.tar.gz
|
||||||
Patch: data_files.patch
|
BuildRequires: python-devel
|
||||||
URL: http://www.openqa.org
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-devel, python-setuptools
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{py_requires}
|
%{py_requires}
|
||||||
|
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||||
# This code is taken from /etc/rpm/macros.python on openSUSE 11.2
|
BuildArch: noarch
|
||||||
%define python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);")
|
%endif
|
||||||
|
|
||||||
%description
|
%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.
|
||||||
@@ -23,10 +39,8 @@ Author:
|
|||||||
--------
|
--------
|
||||||
Maik Roeder <roeder@berg.net>
|
Maik Roeder <roeder@berg.net>
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n selenium-%{version}
|
%setup -q -n selenium-%{version}
|
||||||
%patch
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -34,7 +48,7 @@ Author:
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --install-lib=%python_sitearch --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c236eb6e7931b86473f3925b9568433d7c9e027a8f39accf0f2204fe56358fbf
|
|
||||||
size 24193
|
|
3
selenium-1.0.3.tar.gz
Normal file
3
selenium-1.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c9aa1d8284e16d971228605239ae30252b0de1a52eea5b1759f01447951083c
|
||||||
|
size 19288
|
Reference in New Issue
Block a user