]> git.pld-linux.org Git - packages/python-lesscpy.git/commitdiff
- parser.py source file is required by ply; release 3 auto/th/python-lesscpy-0.12.0-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Oct 2016 19:14:27 +0000 (21:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Oct 2016 19:14:27 +0000 (21:14 +0200)
python-lesscpy.spec

index f7fc9cbd19d9f8aad0452562a8d4c68da526c1a1..95899faaa6325407d9db51abce0457bc72e3e132 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Python LESS Compiler
 Summary(pl.UTF-8):     Kompilator jÄ™zyka LESS w Pythonie
 Name:          python-lesscpy
 Version:       0.12.0
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.python.org/simple/lesscpy
@@ -112,7 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
-%py_postclean
+# source required for ply to work
+%py_postclean -x 'parser\.py'
 
 %{__mv} $RPM_BUILD_ROOT%{_bindir}/lesscpy{,-2}
 ln -sf lesscpy-2 $RPM_BUILD_ROOT%{_bindir}/lesscpy
This page took 0.108812 seconds and 4 git commands to generate.