packages: python-webcolors/python-webcolors.spec - adapter, py_postclean

glen glen at pld-linux.org
Tue Oct 18 13:05:16 CEST 2011


Author: glen                         Date: Tue Oct 18 11:05:16 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adapter, py_postclean

---- Files affected:
packages/python-webcolors:
   python-webcolors.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/python-webcolors/python-webcolors.spec
diff -u packages/python-webcolors/python-webcolors.spec:1.2 packages/python-webcolors/python-webcolors.spec:1.3
--- packages/python-webcolors/python-webcolors.spec:1.2	Tue Oct 18 11:11:03 2011
+++ packages/python-webcolors/python-webcolors.spec	Tue Oct 18 13:05:11 2011
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define 	module	webcolors
-Summary:	A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.
+Summary:	A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web
 Name:		python-%module
 Version:	1.3.1
 Release:	0.2
@@ -15,10 +15,12 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.
-
-Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library):
+A library for working with color names and color value formats defined
+by the HTML and CSS specifications for use in documents on the Web.
 
+Support is included for the following formats (RGB colorspace only;
+conversion to/from HSL can be handled by the colorsys module in the
+Python standard library):
 - Specification-defined color names
 - Six-digit hexadecimal
 - Three-digit hexadecimal
@@ -40,12 +42,14 @@
 	--skip-build \
 	--root $RPM_BUILD_ROOT
 
+%py_postclean
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/%{module}.*
+%{py_sitescriptdir}/%{module}*.py[co]
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-%{version}-*.egg-info
 %endif
@@ -56,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/10/18 11:05:11  glen
+- adapter, py_postclean
+
 Revision 1.2  2011/10/18 09:11:03  cieciwa
 - rel. 0.2,
 - clear Requires.
@@ -65,4 +72,3 @@
 - release 0.1.
 
 initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-webcolors/python-webcolors.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list