15
0

Accepting request 133402 from home:poorboywilly:branches:devel:languages:python

Update to 0.7.8, remove exec bits on example scripts.

OBS-URL: https://build.opensuse.org/request/show/133402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=12
This commit is contained in:
2012-09-09 18:34:04 +00:00
committed by Git OBS Bridge
parent 7b86c1446e
commit 691ca913c6
4 changed files with 29 additions and 5 deletions

View File

@@ -16,9 +16,8 @@
#
Name: python-http-parser
Version: 0.7.5
Version: 0.7.8
Release: 0
Url: https://github.com/benoitc/http-parser/
Summary: HTTP Request/Response Parser for Python in C
@@ -45,6 +44,8 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python_sitelib}/http_parser/{LICENSE,MANIFEST.in,NOTICE,README.rst,THANKS} # Remove junk
# Remove exec bits from example scripts
chmod a-x examples/*
%files
%defattr(-,root,root)