summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2005-08-05 23:03:59 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8093ecadd430e63b077ca6ac26bb31cdb238568e (patch)
tree0d1459e70e8142524d66cb1345097ba5f8b69723
parent0986db7280206a11de7ecd7a6cd7a23cf538cadb (diff)
downloadpython-pyusb-8093ecadd430e63b077ca6ac26bb31cdb238568e.zip
python-pyusb-8093ecadd430e63b077ca6ac26bb31cdb238568e.tar.gz
Changed files: python-pyusb.spec -> 1.3
-rw-r--r--python-pyusb.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/python-pyusb.spec b/python-pyusb.spec
index 2932bf8..e0bf168 100644
--- a/python-pyusb.spec
+++ b/python-pyusb.spec
@@ -1,22 +1,26 @@
%define module pyusb
Summary: PyUSB provides USB access on the Python language
+Summary(pl): PyUSB - dostêp do USB z poziomu jêzyka Python
Name: python-%{module}
Version: 0.1
Release: 1
License: GPL
Group: Development/Languages/Python
-Source0: http://dl.sourceforge.net/%{module}/%{module}-%{version}-src.tar.gz
+Source0: http://dl.sourceforge.net/pyusb/%{module}-%{version}-src.tar.gz
# Source0-md5: b86333284659f15986206413df61123e
URL: http://pyusb.sf.net/
-%pyrequires_eq python
-BuildRequires: python-devel
BuildRequires: libusb-devel
+BuildRequires: python-devel
BuildRequires: unzip
+%pyrequires_eq python
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
PyUSB provides USB access on the Python language.
+%description -l pl
+PyUSB daje dostêp do USB z poziomu jêzyka Python.
+
%prep
%setup -q -n %{module}