forked from pool/python-Fabric
Accepting request 305339 from home:benoit_monin:branches:devel:languages:python
- update to version 1.10.1: - increase required version of paramiko to 1.10 - fix html documentation generation OBS-URL: https://build.opensuse.org/request/show/305339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
347a687dbd
commit
f38332b68c
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Fabric
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Fabric
|
||||
Version: 1.8.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
|
||||
License: BSD-2-Clause
|
||||
@@ -32,8 +32,8 @@ BuildRequires: python-setuptools
|
||||
#BuildRequires: python-nose
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-paramiko >= 1.9.0
|
||||
Requires: python-paramiko >= 1.9.0
|
||||
BuildRequires: python-paramiko >= 1.10
|
||||
Requires: python-paramiko >= 1.10
|
||||
Requires: python-setuptools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
@@ -84,7 +84,7 @@ Fabric itself leverages.)
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
python setup.py build_sphinx && rm -r build/sphinx/html/.buildinfo
|
||||
python setup.py build_sphinx --source-dir=sites/docs && rm -r build/sphinx/html/.buildinfo
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
Reference in New Issue
Block a user