SPECS: python-decorator.spec - pl, unified

qboosh qboosh at pld-linux.org
Mon Apr 14 23:46:59 CEST 2008


Author: qboosh                       Date: Mon Apr 14 21:46:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, unified

---- Files affected:
SPECS:
   python-decorator.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/python-decorator.spec
diff -u SPECS/python-decorator.spec:1.2 SPECS/python-decorator.spec:1.3
--- SPECS/python-decorator.spec:1.2	Mon Sep 10 20:00:37 2007
+++ SPECS/python-decorator.spec	Mon Apr 14 23:46:54 2008
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 %define module decorator
 Summary:	Bunch of nice decorators for Python
+Summary(pl.UTF-8):	Zbiór ładnych dekoratorów dla Pythona
 Name:		python-%{module}
 Version:	2.2.0
 Release:	1
@@ -19,6 +20,10 @@
 Bunch of nice decorators for Python like memoize, tracing,
 redirecting_stdout, locked.
 
+%description -l pl.UTF-8
+Zbiór ładnych dekoratorów dla Pythona: memoize, tracing,
+redirecting_stdout, locked...
+
 %prep
 %setup -qc
 
@@ -29,8 +34,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__python} setup.py install \
-		--optimize=2 \
-		--root=$RPM_BUILD_ROOT
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
 
 %py_postclean
 
@@ -40,7 +45,7 @@
 %files
 %defattr(644,root,root,755)
 %doc documentation.* README.txt
-%{py_sitescriptdir}/%{module}*
+%{py_sitescriptdir}/decorator*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -48,9 +53,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-04-14 21:46:54  qboosh
+- pl, unified
+
 Revision 1.2  2007-09-10 18:00:37  wrobell
 - fixed license
 
 Revision 1.1  2007/09/10 17:54:27  wrobell
 - based on python-gaphas.spec
-
================================================================

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



More information about the pld-cvs-commit mailing list