From b891b3a38f95b7d416d359443627b1002ad66eb94d66527f44d38b9efe0d2f32 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 23 Apr 2013 07:27:41 +0000 Subject: [PATCH] - Add COPYING and COPYING.LESSER OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=4 --- python-PyGithub.changes | 5 +++++ python-PyGithub.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyGithub.changes b/python-PyGithub.changes index b6afe55..750a194 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 23 07:17:50 UTC 2013 - speilicke@suse.com + +- Add COPYING and COPYING.LESSER + ------------------------------------------------------------------- Thu Apr 11 06:51:48 UTC 2013 - cfarrell@suse.com diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 8cac8a5..2ecab78 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -39,7 +39,7 @@ etc.) from Python scripts. %prep %setup -q -n PyGithub-%{version} -chmod -x README.rst +chmod -x README.rst github/COPYING{,.LESSER} %build python setup.py build @@ -53,7 +53,7 @@ rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite %files %defattr(-,root,root,-) -%doc README.rst +%doc README.rst github/COPYING github/COPYING.LESSER %{python_sitelib}/* %changelog