forked from pool/python-pyparsing
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user