Author: qboosh                       Date: Wed May  7 18:29:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

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

---- Diffs:

================================================================
Index: SPECS/python-pyorbited.spec
diff -u SPECS/python-pyorbited.spec:1.2 SPECS/python-pyorbited.spec:1.3
--- SPECS/python-pyorbited.spec:1.2     Wed Jan 30 22:09:01 2008
+++ SPECS/python-pyorbited.spec Wed May  7 20:29:25 2008
@@ -2,7 +2,8 @@
 
 %define                module pyorbited
 
-Summary:       A python client for the orbited (Orbit Event Daemon)
+Summary:       A Python client for the orbited (Orbit Event Daemon)
+Summary(pl.UTF-8):     Pythonowy klient demona zdarzeń orbited (Orbit Event 
Daemon)
 Name:          python-%{module}
 Version:       0.1.1
 Release:       1
@@ -17,26 +18,31 @@
 BuildRequires: python-modules
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
-Suggests:      orbited
 %pyrequires_eq python-libs
+Suggests:      orbited
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A python client for the orbited (Orbit Event Daemon), a COMET server.
+A Python client for the orbited (Orbit Event Daemon), a COMET server.
 Includes three implementations: pyevent, twisted, basic sockets.
 
+%description -l pl.UTF-8
+Pythonowy klient demona zdarzeń orbited (Orbit Event Daemon), serwera
+COMET. Zawiera trzy implementacje: pyevent, twisted i opartą na
+zwykłych gniazdach.
+
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
 
 %build
-python setup.py build_ext
+%{__python} setup.py build_ext
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
        --root=$RPM_BUILD_ROOT \
        --optimize=2
 
@@ -56,13 +62,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-07 18:29:25  qboosh
+- pl
+
 Revision 1.2  2008-01-30 21:09:01  patrys
 - add protocol patch for current orbited
 - don't require orbited (could be used remotely)
 
 Revision 1.1  2008-01-28 17:53:58  patrys
 - initial PLD release
-
-Revision 1.1  2008-01-28 17:40:25  patrys
-- initial PLD release
-
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to