forked from pool/python-slimit
Accepting request 125729 from home:poorboywilly:branches:devel:languages:python
Update to 0.7.4 and add >= 3.4 to python-ply dependency OBS-URL: https://build.opensuse.org/request/show/125729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
058621611d
commit
6b78b86151
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-slimit
|
||||
Version: 0.6.2
|
||||
Version: 0.7.4
|
||||
Release: 0
|
||||
Url: http://slimit.org
|
||||
Summary: JavaScript minifier written in Python
|
||||
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-odict
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-ply >= 3.4
|
||||
BuildRequires: unzip
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -57,7 +57,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES README.rst
|
||||
%{_bindir}/slimit
|
||||
%{python_sitelib}/*
|
||||
|
Reference in New Issue
Block a user