SPECS: python-Beaker.spec - pl, fixed BRs, killed redundant macros
qboosh
qboosh at pld-linux.org
Tue Nov 28 22:51:38 CET 2006
Author: qboosh Date: Tue Nov 28 21:51:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, fixed BRs, killed redundant macros
---- Files affected:
SPECS:
python-Beaker.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/python-Beaker.spec
diff -u SPECS/python-Beaker.spec:1.2 SPECS/python-Beaker.spec:1.3
--- SPECS/python-Beaker.spec:1.2 Mon Nov 20 22:40:17 2006
+++ SPECS/python-Beaker.spec Tue Nov 28 22:51:33 2006
@@ -1,28 +1,39 @@
# $Revision$, $Date$
-%define module beaker
-%define fname Beaker
-%define python_version 2.5
+%define fname Beaker
Summary: Session (and caching soon) WSGI Middleware
+Summary(pl): Middleware WSGI do obsługi sesji (i wkrótce pamięci podręcznej)
Name: python-%{fname}
Version: 0.6.1
Release: 0.1
License: MIT
Group: Libraries/Python
-Source0: http://cheeseshop.python.org/packages/source/B/%{fname}/%{fname}-%{version}.tar.gz
+Source0: http://cheeseshop.python.org/packages/source/B/Beaker/%{fname}-%{version}.tar.gz
# Source0-md5: 58683737c7ebf54d9903ff849247cc3b
URL: http://beaker.groovie.org/
-BuildRequires: python-setuptools
-Requires: python >= %{python_version}
+BuildRequires: python-setuptools
+BuildRequires: python >= 1:2.5
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Beaker is a simple WSGI middleware to use the Myghty Container API
+Beaker is a simple WSGI middleware to use the Myghty Container API.
-MyghtyUtils contains a very robust Container API for storing data using
-various backend. Beakeruses those APIs to implement common web application
-wrappers, like sessions and caching, in WSGI middleware. Currently the only
-middleware implemented is that for sessions but more is coming soon.
+MyghtyUtils contains a very robust Container API for storing data
+using various backends. Beaker uses those APIs to implement common web
+application wrappers, like sessions and caching, in WSGI middleware.
+Currently the only middleware implemented is that for sessions but
+more is coming soon.
+
+%description -l pl
+Beaker to proste middleware WSGI do używania API Myghty Container.
+
+MythtyUtils zawiera bardzo mocne API Container do przechowywania
+danych przy użyciu różnych backendów. Beaker używa tych API do
+implementacji ogólnych wrapperów aplikacji WWW, takich jak sesje czy
+pamięć podręczna wewnątrz middleware WSGI. Aktualnie zaimplementowane
+jest jedynie middleware dla sesji, ale wkrótce będzie więcej.
%prep
%setup -qn %{fname}-%{version}
@@ -44,8 +55,8 @@
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
+%{py_sitescriptdir}/beaker
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -53,9 +64,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/11/28 21:51:33 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 02:58:16 emes
- initial release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-Beaker.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list