forked from pool/python-selenium
- Remove 64bit Firefox blob on 32bit to avoid useless runtime
dependencies (again) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
94ea115a32
commit
444104317c
@@ -1,8 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Remove 64bit Firefox blob on 32bit to avoid useless runtime
|
||||||
|
dependencies (again)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 12 00:11:29 UTC 2012 - alexandre@exatati.com.br
|
Wed Dec 12 00:11:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
- Update to 2.28.0:
|
- Update to 2.28.0:
|
||||||
-Sorry, no changelog atm.
|
* Upstream provides no changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 6 00:34:32 UTC 2012 - alexandre@exatati.com.br
|
Thu Dec 6 00:34:32 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
@@ -48,6 +48,10 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
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
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user