15
0
forked from pool/python-Mako

Accepting request 290614 from home:posophe:branches:devel:languages:python

Update + disable tests

OBS-URL: https://build.opensuse.org/request/show/290614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=32
This commit is contained in:
Denisart Benjamin
2015-03-13 11:46:20 +00:00
committed by Git OBS Bridge
parent 0b7d282708
commit 2ced8f2796
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Mako
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-Mako
Version: 1.0.0
Version: 1.0.1
Release: 0
Url: http://www.makotemplates.org/
Summary: A super-fast Python templating language
@@ -62,8 +62,11 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1320
#FIXME : the tests fail for openSUSE < to Factory
%check
python setup.py test
%endif
%files
%defattr(-,root,root,-)