14
0

- Fix spurious executable perms (README.rst)

- Don't ship testsuite (scripts w/o sheban / fdupes warnings)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2013-04-10 13:21:34 +00:00
committed by Git OBS Bridge
parent 75ae51d2b8
commit a27c3a6078
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 10 13:21:07 UTC 2013 - speilicke@suse.com
- Fix spurious executable perms (README.rst)
- Don't ship testsuite (scripts w/o sheban / fdupes warnings)
-------------------------------------------------------------------
Wed Apr 10 13:09:56 UTC 2013 - speilicke@suse.com

View File

@@ -39,12 +39,14 @@ etc.) from Python scripts.
%prep
%setup -q -n PyGithub-%{version}
chmod -x README.rst
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
#%%check
#python setup.py test