]> git.pld-linux.org Git - packages/python-pycups.git/commitdiff
- updated to 1.9.66 auto/th/python-pycups-1.9.66-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Nov 2013 20:12:56 +0000 (21:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Nov 2013 20:12:56 +0000 (21:12 +0100)
- actually package docs

python-pycups.spec

index 824ea19929774836626ae575cdccf2cc2b7d6b02..3444f06458251de7bcb898cd05c4d5c453c1ca35 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Set of Python bindings for the CUPS API
 Summary(pl.UTF-8):     Zbiór wiązań Pythona do API CUPS-a
 Name:          python-%{module}
-Version:       1.9.60
-Release:       2
+Version:       1.9.66
+Release:       1
 License:       GPL v2+
 Group:         Development/Languages/Python
 Source0:       http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
-# Source0-md5: 083f3dd657df986e712a6fae36427457
+# Source0-md5: a6cc4d40ac908dd9182ed93739b4bb79
 URL:           http://cyberelk.net/tim/software/pycups/
 BuildRequires: cups-devel >= 1.2.1
 BuildRequires: epydoc
@@ -23,14 +23,20 @@ pycups. It was written for use with system-config-printer, but can be
 put to other uses as well.
 
 %description -l pl.UTF-8
-pycups to zbiór wiązań Pythona do API CUPS-a.
+Ten pakiet udostępnia wiązania Pythona do API CUPS-a, znane jako
+pycups. Został napisany z myślą o pakiecie system-config-printer, ale
+może mieć także inne zastosowania.
 
 %package doc
-Summary:       Documentation for %{name}
+Summary:       Documentation for pycups
+Summary(pl.UTF-8):     Dokumentacja do pycupsa
 Group:         Documentation
 
 %description doc
-Documentation for %{name}.
+Documentation for pycups.
+
+%description doc -l pl.UTF-8
+Dokumentacja do pycupsa.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -50,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README NEWS TODO
+%doc ChangeLog NEWS README TODO
 %attr(755,root,root) %{py_sitedir}/cups.so
-%{py_sitedir}/pycups*.egg-info
+%{py_sitedir}/pycups-%{version}-py*.egg-info
+
+%files doc
+%defattr(644,root,root,755)
+%doc html/*
This page took 0.091985 seconds and 4 git commands to generate.