File python3-usb.spec of Package python3-usb

#
# spec file for package python3-usb
#
# Copyright (c) 2014 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 b1

Name:           python3-usb
Version:        1.0.0
Release:        0
Summary:        USB access on the Python language
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://sourceforge.net/projects/pyusb/
Source:         http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-1/pyusb-%{version}%{versuffix}.tar.gz
BuildRequires:  dos2unix
BuildRequires:  python3-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Aims to provide easy USB access to the Python language.

%prep
%setup -q -n pyusb-%{version}%{versuffix}
# Convert dos format files to unix format
find .  -name "*.rst" -exec dos2unix {} \;

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%{python3_sitelib}/*
%doc ACKNOWLEDGEMENTS LICENSE PKG-INFO README.rst ReleaseNotes.rst TODO docs/*

%changelog
openSUSE Build Service is sponsored by