15
0

- Update to version 9.9.9:

* No changelog provided

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=28
This commit is contained in:
Sascha Peilicke
2012-03-12 20:48:02 +00:00
committed by Git OBS Bridge
parent 43f8a077d0
commit e800db26d9
4 changed files with 17 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cssutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -16,10 +16,9 @@
#
Name: python-cssutils
Version: 0.9.8a3
Release: 1
Version: 0.9.9
Release: 0
Url: http://cthedot.de/cssutils/
Summary: A CSS Cascading Style Sheets library for Python
License: LGPL-3.0+
@@ -29,15 +28,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: unzip
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
Provides: python-css-utils-doc = %{version}
Obsoletes: python-css-utils-doc < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%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()")}
%else
BuildArch: noarch
%endif
%description
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!