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

@@ -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