14
0

- Add COPYING and COPYING.LESSER

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2013-04-23 07:27:41 +00:00
committed by Git OBS Bridge
parent fceba952fe
commit b891b3a38f
2 changed files with 7 additions and 2 deletions

View File

@@ -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 Thu Apr 11 06:51:48 UTC 2013 - cfarrell@suse.com

View File

@@ -39,7 +39,7 @@ etc.) from Python scripts.
%prep %prep
%setup -q -n PyGithub-%{version} %setup -q -n PyGithub-%{version}
chmod -x README.rst chmod -x README.rst github/COPYING{,.LESSER}
%build %build
python setup.py build python setup.py build
@@ -53,7 +53,7 @@ rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README.rst %doc README.rst github/COPYING github/COPYING.LESSER
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog