SPECS: python-WebHelpers.spec - pl, fixed BRs, killed redundant ma...
qboosh
qboosh at pld-linux.org
Tue Nov 28 23:13:15 CET 2006
Author: qboosh Date: Tue Nov 28 22:13:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, fixed BRs, killed redundant macros
---- Files affected:
SPECS:
python-WebHelpers.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/python-WebHelpers.spec
diff -u SPECS/python-WebHelpers.spec:1.2 SPECS/python-WebHelpers.spec:1.3
--- SPECS/python-WebHelpers.spec:1.2 Mon Nov 20 22:40:17 2006
+++ SPECS/python-WebHelpers.spec Tue Nov 28 23:13:09 2006
@@ -1,18 +1,19 @@
# $Revision$, $Date$
-%define module webhelpers
-%define fname WebHelpers
-%define python_version 2.5
+%define fname WebHelpers
Summary: Web Helpers
+Summary(pl): Web Helpers - funkcje pomocniczne dla aplikacji WWW
Name: python-%{fname}
Version: 0.2.2
Release: 0.1
License: Pylons
Group: Libraries/Python
-Source0: http://cheeseshop.python.org/packages/source/W/%{fname}/%{fname}-%{version}.tar.gz
+Source0: http://cheeseshop.python.org/packages/source/W/WebHelpers/%{fname}-%{version}.tar.gz
# Source0-md5: c0d82bbf6126a641e01c73a3696ddd2d
URL: http://pylonshq.com/WebHelpers/
-BuildRequires: python-setuptools
-Requires: python >= %{python_version}
+BuildRequires: python >= 1:2.5
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,9 +21,17 @@
Web Helpers is a library of helper functions intended to make writing
templates in web applications easier.
-One of the sub-sections of Web Helpers contains a full port of the template
-helpers that are provided by Ruby on Rails with slight adaptations on occasion
-to accomodate for Python.
+One of the sub-sections of Web Helpers contains a full port of the
+template helpers that are provided by Ruby on Rails with slight
+adaptations on occasion to accomodate for Python.
+
+%description -l pl
+Web Helpers to biblioteka funkcji pomocniczych mających ułatwić
+tworzenie szablonów w aplikacjach WWW.
+
+Jedna z części Web Helpers zawiera pełny port funkcji pomocniczych dla
+szablonów dostarcznych przez Ruby on Rails z nieznacznymi adaptacjami
+pod kątem Pythona.
%prep
%setup -qn %{fname}-%{version}
@@ -44,8 +53,8 @@
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
+%{py_sitescriptdir}/webhelpers
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -53,9 +62,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/11/28 22:13:09 qboosh
+- pl, fixed BRs, killed redundant macros
+
Revision 1.2 2006/11/20 21:40:17 emes
- req python 2.5
Revision 1.1 2006/11/19 03:05:05 emes
- initial release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-WebHelpers.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list