[packages/python-WTForms] Release 1. Lukasz Gabrych tested it to work. Translations added.

matkor matkor at pld-linux.org
Wed Aug 8 15:25:39 CEST 2012


commit 6852d037649837780f25fc921f8e2eb0f5303c74
Author: Mateusz Korniak <matkor at pld-linux.org>
Date:   Wed Aug 8 15:24:32 2012 +0200

    Release 1. Lukasz Gabrych tested it to work. Translations added.

 python-WTForms.spec | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python-WTForms.spec b/python-WTForms.spec
index ba07a9a..aa18288 100644
--- a/python-WTForms.spec
+++ b/python-WTForms.spec
@@ -4,13 +4,13 @@
 
 %define 	module	WTForms
 Summary:	A flexible forms validation and rendering library for python web development
-Summary(pl.UTF-8):	-
+Summary(pl.UTF-8):	Biblioteka umożliwiająca generację i walidację formularzy html w jezyku python
 Name:		python-%{module}
 Version:	1.0.1
-Release:	0.1
+Release:	1
 License:	BSD
 Group:		Development/Languages/Python
-Source0:	http://pypi.python.org/packages/source/W/WTForms/%{module}-%{version}.zip
+Source0:	http://pypi.python.org/packages/source/W/%{module}/%{module}-%{version}.zip
 # Source0-md5:	d4284596daadf7eae048aef8e449c543
 URL:		http://wtforms.simplecodes.com/
 BuildRequires:	python-distribute
@@ -25,6 +25,10 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A flexible forms validation and rendering library for python web
 development.
 
+%description -l pl.UTF-8
+Biblioteka umożliwiająca generację i walidację formularzy html w
+jezyku python
+
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -54,3 +58,4 @@ rm -rf $RPM_BUILD_ROOT
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-*.egg-info
 %endif
+


More information about the pld-cvs-commit mailing list