Author: qboosh                       Date: Sun Nov 19 16:02:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, formatting, python 2.5 for .egg-info

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

---- Diffs:

================================================================
Index: SPECS/python-MyghtyUtils.spec
diff -u SPECS/python-MyghtyUtils.spec:1.2 SPECS/python-MyghtyUtils.spec:1.3
--- SPECS/python-MyghtyUtils.spec:1.2   Sun Nov 19 13:50:49 2006
+++ SPECS/python-MyghtyUtils.spec       Sun Nov 19 17:01:55 2006
@@ -1,38 +1,60 @@
 # $Revision$, $Date$
 %define        module          myghtyutils
-%define     fname           MyghtyUtils
-%define     python_version  2.4
-Summary:    Container and Utility Functions from the Myghty Template Framework
+%define                fname           MyghtyUtils
+Summary:       Container and Utility Functions from the Myghty Template 
Framework
+Summary(pl):   Funkcje kontenerowe i narzędziowe z Myghty Template Framework
 Name:          python-%{fname}
 Version:       0.52
 Release:       0.2
 License:       MIT
 Group:         Libraries/Python
-Source0:    
http://cheeseshop.python.org/packages/source/M/%{fname}/%{fname}-%{version}.zip
-# Source0-md5:   a15cda5919509024245802f4028b1560
+Source0:       
http://cheeseshop.python.org/packages/source/M/MyghtyUtils/%{fname}-%{version}.zip
+# Source0-md5: a15cda5919509024245802f4028b1560
 URL:           http://www.myghty.org/
-BuildRequires:  python-setuptools
-BuildRequires:  unzip
-Requires:      python >= %{python_version}
+BuildRequires: python >= 1:2.5
+BuildRequires: python-setuptools
+BuildRequires: unzip
+%pyrequires_eq python-libs
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is the set of utility classes used by Myghty templating. Included are:
+This is the set of utility classes used by Myghty templating. Included
+are:
 
-container - the Containment system providing back-end neutral key/value
-storage, with support for in-memory, DBM files, flat files, and memcached
+container - the Containment system providing back-end neutral
+key/value storage, with support for in-memory, DBM files, flat files,
+and memcached
 
 buffer - some functions for augmenting file objects
 
 util - various utility functions and objects
 
-synchronizer - provides many reader/single writer synchronization using either
-thread mutexes or lockfiles
+synchronizer - provides many reader/single writer synchronization
+using either thread mutexes or lockfiles
 
-session - provides a Session interface built upon the Container, similar
-interface to mod_python session. Currently needs a mod_python-like request
-object, this should be changed to something more generic.
+session - provides a Session interface built upon the Container,
+similar interface to mod_python session. Currently needs a
+mod_python-like request object, this should be changed to something
+more generic.
+
+%description -l pl
+Zbiór klas narzędziowych używanych przez szablony Myghty. Zawiera:
+
+container - system kontenerowy zapewniający przechowywanie danych
+klucz-wartość niezależnie od backendu, obsługujący pamięć, pliki DBM,
+pliki płaskie i memcached
+
+buffer - funkcje dla powiększających się obiektów plikowych
+
+util - różne funkcje i obiekty narzędziowe
+
+synchronizer - synchronizacja dla wielu czytających/jednego piszącego
+przy użyciu muteksów wątkowych lub plików blokad
+
+session - interfejs do sesji zbudowany w oparciu o kontener, podobnie
+jak sesje mod_python; aktualnie wymaga obiektu żądania podobnego do
+mod_pythona, powinno się to zmienić na coś bardziej ogólnego.
 
 %prep
 %setup -qn %{fname}-%{version}
@@ -55,7 +77,7 @@
 %files
 %defattr(644,root,root,755)
 %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -63,9 +85,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/19 16:01:55  qboosh
+- pl, formatting, python 2.5 for .egg-info
+
 Revision 1.2  2006/11/19 12:50:49  emes
 - added breq unzip
 
 Revision 1.1  2006/11/19 03:13:29  emes
 - initial release
-
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to