14
0
2018-12-04 17:20:06 +00:00
committed by Git OBS Bridge
parent 48984b2fd9
commit 805f538b85

View File

@@ -23,16 +23,14 @@ Release: 0
Summary: Programmatically open an editor, capture the result
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/fmoo/python-editor
URL: https://github.com/fmoo/python-editor
Source: https://files.pythonhosted.org/packages/source/p/python-editor/python-editor-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
%if 0%{?is_opensuse}
BuildRequires: nano
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -56,8 +54,8 @@ programmatically interfacing with your systems EDITOR.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.md
%license LICENSE
%doc README.md
%{python_sitelib}/*
%changelog