14
0

Accepting request 163759 from devel:languages:python3

Fix EOL fix (forwarded request 163758 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/163759
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=18
This commit is contained in:
Todd R
2013-04-12 14:08:22 +00:00
committed by Git OBS Bridge
parent 4fddad9452
commit f12773510a
6 changed files with 92 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: python3-pyparsing
Version: 1.5.7
Version: 2.0.0
Release: 0
Url: http://pyparsing.wikispaces.com/
Summary: Grammar Parser Library for Python
@@ -57,7 +57,7 @@ This package contains the documentation of %{name}
%build
python3 setup.py build
# Fix wrong EOL encoding:
sed -i 's/\r$//' CHANGES LICENSE README docs/examples/* docs/htmldoc/epydoc.{js,css}
sed -i 's/\r$//' CHANGES LICENSE README
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}