forked from pool/python-manuel
Accepting request 305757 from home:benoit_monin:branches:devel:languages:python
- update to version 1.8.0 - rename documentation files .txt to .rst: changed upstream OBS-URL: https://build.opensuse.org/request/show/305757 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
32c2e0cbdc
commit
0cabba82dd
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-manuel
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -12,17 +12,18 @@
|
||||
# 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-manuel
|
||||
Version: 1.7.2
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Build tested documentation
|
||||
Url: http://www.python.org/pypi/manuel
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.python.org/pypi/manuel
|
||||
Source: https://pypi.python.org/packages/source/m/manuel/manuel-%{version}.tar.gz
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-six
|
||||
@@ -64,11 +65,11 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
python setup.py -q test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst
|
||||
%doc CHANGES.rst COPYRIGHT.rst LICENSE.rst PKG-INFO README.rst
|
||||
%python_sitelib/*
|
||||
|
||||
%files doc
|
||||
|
||||
Reference in New Issue
Block a user