SPECS: python-pkipplib.spec - longer pl desc - BR: rpm-pythonprov - use __p...
qboosh
qboosh at pld-linux.org
Wed May 7 19:50:21 CEST 2008
Author: qboosh Date: Wed May 7 17:50:21 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- longer pl desc
- BR: rpm-pythonprov
- use __python macro
---- Files affected:
SPECS:
python-pkipplib.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-pkipplib.spec
diff -u SPECS/python-pkipplib.spec:1.1 SPECS/python-pkipplib.spec:1.2
--- SPECS/python-pkipplib.spec:1.1 Sat Dec 8 01:36:04 2007
+++ SPECS/python-pkipplib.spec Wed May 7 19:50:16 2008
@@ -13,35 +13,40 @@
URL: http://www.pykota.com/software/pkipplib/
BuildRequires: python >= 1:2.5
BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
+BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-pkipplib is a Python library which can prepare IPP requests
-with the help of a somewhat high level API. These requests
-can then be sent to an IPP printer or print server (e.g. CUPS).
-This library can also parse IPP answers received, and create
-high level Python objects from them.
-Both of these actions can be done through an IPPRequest class
-and its instance methods.
-Finally, a CUPS class can be leveraged to easily deal with
-CUPS print servers.
+pkipplib is a Python library which can prepare IPP requests with the
+help of a somewhat high level API. These requests can then be sent to
+an IPP printer or print server (e.g. CUPS). This library can also
+parse IPP answers received, and create high level Python objects from
+them. Both of these actions can be done through an IPPRequest class
+and its instance methods. Finally, a CUPS class can be leveraged to
+easily deal with CUPS print servers.
%description -l pl.UTF-8
-pkpgcounter jest biblioteką umożliwiającą przygotowywanie zleceń IPP,
-jak również parsowania odpowiedzi IPP i tworzenie na ich podstaiw
-obiektów pythona.
+pkipplib jest biblioteką umożliwiającą przygotowywanie zleceń IPP za
+pomocą API nieco wyższego poziomu. Żądania te mogą być wysyłane do
+drukarki IPP lub serwera wydruków (np. CUPS-a). Biblioteka potrafi
+także analizować odebrane odpowiedzi IPP i tworzyć z nich
+wysokopoziomowe obiekty Pythona. Oba te zadania można wykonywać
+poprzez klasę IPPRequest i metody jej instancji. Ponadto można
+wykorzystywać klasę CUPS do łatwej współpracy z serwerami wydruków
+CUPS.
%prep
%setup -q -n %{module}-%{version}
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
--root=$RPM_BUILD_ROOT \
--optimize=2
@@ -64,6 +69,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-05-07 17:50:16 qboosh
+- longer pl desc
+- BR: rpm-pythonprov
+- use __python macro
+
Revision 1.1 2007-12-08 00:36:04 baggins
- initial revision
@@ -72,4 +82,3 @@
Revision 1.1 2007-12-08 00:15:34 baggins
- initial revision
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pkipplib.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list