forked from pool/python-python-daemon
Accepting request 687433 from home:jayvdb:coala:test-rig
- Add missing GPL license file - Add README to %doc - Drop extra 'doc' subdirectory under %doc - Remove docutils from installed egg-info OBS-URL: https://build.opensuse.org/request/show/687433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
6342cf6d5c
commit
357b522034
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 18:40:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Add missing GPL license file
|
||||
- Add README to %doc
|
||||
- Drop extra 'doc' subdirectory under %doc
|
||||
- Remove docutils from installed egg-info
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 14:39:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -53,6 +53,7 @@ process environment for the program; use the instance as a context manager to en
|
||||
|
||||
%prep
|
||||
%setup -q -n python-daemon-%{version}
|
||||
sed -i '/docutils/d' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -66,8 +67,8 @@ process environment for the program; use the instance as a context manager to en
|
||||
%python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.ASF-2
|
||||
%doc ChangeLog doc
|
||||
%license LICENSE.ASF-2 LICENSE.GPL-3
|
||||
%doc README ChangeLog doc/*
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user