forked from pool/python-python-editor
Accepting request 353408 from home:TheBlackCat:branches:devel:languages:python
Update to 0.5 OBS-URL: https://build.opensuse.org/request/show/353408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-editor?expand=0&rev=3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-editor
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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-python-editor
|
||||
Version: 0.3
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
Summary: Programmatically open an editor, capture the result
|
||||
License: Apache-2.0
|
||||
@@ -34,7 +34,8 @@ BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
Programmatically open an editor, capture the result.
|
||||
python-editor is a library that provides the editor module for
|
||||
programmatically interfacing with your system’s EDITOR.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-editor-%{version}
|
||||
@@ -47,6 +48,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user