File python-usb.spec of Package python-usb

#
# spec file for package python-usb
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define versuffix -a1

Name:           python-usb
Version:        1.0.0
Release:        1
Url:            http://sourceforge.net/projects/pyusb/
Summary:        USB access on the Python language
License:        BSD (3-Clause)
Group:          Development/Languages/Python
# repacked from http://downloads.sourceforge.net/project/pyusb/PyUSB%201.0/1.0.0-alpha-1/pyusb-%{version}%{versuffix}.tar.gz
# but removed tests/ subdirectory (contains proprietary firmware)
Source:         pyusb-%{version}%{versuffix}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildArch:      noarch

%description
USB access on the Python language.

%prep
%setup -q -n pyusb-%{version}%{versuffix}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc ACKNOWLEDGEMENTS ChangeLog LICENSE PKG-INFO README TODO docs/tutorial.txt

%changelog
openSUSE Build Service is sponsored by