summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Zawadzki2008-01-21 13:20:02 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit07b11337900f8970fafda1c8d87a6d22c09cc755 (patch)
tree0350a577f39d6ac2a52e25efea77a445e339d81f
parentaeccd4dd6e54fdf1ff2ddabe85efb9c7dd955e12 (diff)
downloadpython-pyusb-07b11337900f8970fafda1c8d87a6d22c09cc755.zip
python-pyusb-07b11337900f8970fafda1c8d87a6d22c09cc755.tar.gz
- license is BSD now Changed files: python-pyusb.spec -> 1.7
-rw-r--r--python-pyusb.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-pyusb.spec b/python-pyusb.spec
index b130bf5..4f15e58 100644
--- a/python-pyusb.spec
+++ b/python-pyusb.spec
@@ -2,12 +2,12 @@
Summary: PyUSB provides USB access on the Python language
Summary(pl.UTF-8): PyUSB - dostęp do USB z poziomu języka Python
Name: python-%{module}
-Version: 0.1
+Version: 0.4.1
Release: 1
-License: GPL
+License: BSD
Group: Development/Languages/Python
-Source0: http://dl.sourceforge.net/pyusb/%{module}-%{version}-src.tar.gz
-# Source0-md5: b86333284659f15986206413df61123e
+Source0: http://dl.sourceforge.net/pyusb/%{module}-%{version}.tar.gz
+# Source0-md5: 9576c3e471e40e021fa44f36712bbd04
URL: http://pyusb.sourceforge.net/
BuildRequires: libusb-devel
BuildRequires: python-devel
@@ -22,7 +22,7 @@ PyUSB provides USB access on the Python language.
PyUSB daje dostęp do USB z poziomu języka Python.
%prep
-%setup -q -n %{module}
+%setup -q -n %{module}-%{version}
%build
python ./setup.py build