forked from pool/python-PyGithub
- 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:
committed by
Git OBS Bridge
parent
fceba952fe
commit
b891b3a38f
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user