SPECS: python-cssutils.spec - updated to 0.9.5.1
luzik
luzik at pld-linux.org
Sun Aug 31 17:44:18 CEST 2008
Author: luzik Date: Sun Aug 31 15:44:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9.5.1
---- Files affected:
SPECS:
python-cssutils.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/python-cssutils.spec
diff -u SPECS/python-cssutils.spec:1.5 SPECS/python-cssutils.spec:1.6
--- SPECS/python-cssutils.spec:1.5 Tue Feb 13 09:06:42 2007
+++ SPECS/python-cssutils.spec Sun Aug 31 17:44:13 2008
@@ -1,16 +1,14 @@
# $Revision$, $Date$
%define module cssutils
-%define alpha a6
Summary: A CSS Cascading Style Sheets library for Python
Summary(pl.UTF-8): Biblioteka CSS (Cascading Style Sheets) dla Pythona
Name: python-%{module}
-Version: 0.9
-Release: 0.%{alpha}.1
+Version: 0.9.5.1
+Release: 1
License: LGPL v2.1
Group: Libraries/Python
-Source0: http://cheeseshop.python.org/packages/source/c/cssutils/%{module}-%{version}%{alpha}.zip
-# Source0-md5: fadcfa5370481f4692fb42fd0c96166b
-Patch0: %{name}-ez.patch
+Source0: http://cheeseshop.python.org/packages/source/c/cssutils/%{module}-%{version}.zip
+# Source0-md5: b5ee33892918c6589017cfb318db8190
URL: http://cthedot.de/cssutils/
BuildRequires: python-devel >= 1:2.5
BuildRequires: python-setuptools
@@ -29,8 +27,7 @@
Level 2 CSS.
%prep
-%setup -q -n %{module}-%{version}%{alpha}
-%patch -p1
+%setup -q -n %{module}-%{version}
%build
python setup.py build
@@ -53,11 +50,9 @@
%dir %{py_sitescriptdir}/cssutils
%dir %{py_sitescriptdir}/cssutils/css
%dir %{py_sitescriptdir}/cssutils/stylesheets
-%dir %{py_sitescriptdir}/cssutils/tests
%attr(755,root,root) %{py_sitescriptdir}/cssutils/*.py[co]
%attr(755,root,root) %{py_sitescriptdir}/cssutils/css/*.py[co]
%attr(755,root,root) %{py_sitescriptdir}/cssutils/stylesheets/*.py[co]
-%attr(755,root,root) %{py_sitescriptdir}/cssutils/tests/*.py[co]
%{py_sitescriptdir}/*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -66,6 +61,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008/08/31 15:44:13 luzik
+- updated to 0.9.5.1
+
Revision 1.5 2007/02/13 08:06:42 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-cssutils.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list