# # spec file for package python-FormEncode # # Copyright (c) 2017 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 # 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/ # %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-FormEncode Version: 1.3.0 Release: 0 Summary: HTML form validation, generation, and conversion package License: Python-2.0 Group: Development/Languages/Python Url: http://formencode.org Source: https://files.pythonhosted.org/packages/source/F/FormEncode/FormEncode-%{version}.zip Source1: FormEncode-doc-infrastructure.tar.gz # Documentation requirements: BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %ifpython2 Provides: %{oldpython}-formencode = %{version} Obsoletes: %{oldpython}-formencode < %{version} %endif %python_subpackages %description FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms. %package -n %{name}-doc Summary: HTML form validation, generation, and conversion package Group: Development/Libraries/Python Provides: %{python_module FormEncode-doc = %{version}} %description -n %{name}-doc This package contains documentation files for %{name}. %prep %setup -q -n FormEncode-%{version} -a1 find . -name \*.txt -exec sed -i 's/\r$//g' {} \; sed -i 's/\r$//g' PKG-INFO README.rst sed -i '/^:date:/d' docs/*.txt # fix build-compare %build %python_build %{_python_use_flavor python3} python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo && mv build/sphinx/html html %install %python_install # install documentation rm -r %{buildroot}%{python_sitelib}/docs # remove misplaced documentation %fdupes %{buildroot}%{_prefix} %files %{python_files} %defattr(-,root,root,-) %doc README.rst %{python_sitelib}/* %files -n %{name}-doc %defattr(-,root,root,-) %doc html %changelog