1.0.0 final.

This commit is contained in:
Jon Ciesla 2016-06-14 08:18:11 -05:00
parent 9746c82793
commit 465d481f10
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ pyusb-0.4.1.tar.gz
/pyusb-1.0.0a3.tar.gz
/pyusb-1.0.0b1.zip
/pyusb-1.0.0b2.zip
/pyusb-1.0.0.zip

View File

@ -5,15 +5,14 @@
%{!?python_sitearch: %define python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%global alphatag b2
Name: pyusb
Version: 1.0.0
Release: 0.14.%{alphatag}%{?dist}
Release: 1%{?dist}
Summary: Python bindings for libusb
Group: Development/Languages
License: BSD
URL: http://pyusb.sourceforge.net/
Source0: Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{alphatag}.zip
Source0: Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
BuildRequires: python2-devel
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -36,7 +35,7 @@ methods to support most USB operations.
%endif # with_python3
%prep
%setup -q -n %{name}-%{version}%{alphatag}
%setup -q -n %{name}-%{version}
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -77,6 +76,9 @@ pushd %{py3dir}
%endif # with_python3
%changelog
* Tue Jun 14 2016 Jon Ciesla <limburgher@gmail.com> - 1.0.0-1
- Latest upstream, BZ 1192561.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-0.14.b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9dce41d2163ab1a1d0c471c78af89467 pyusb-1.0.0b2.zip
5756194738106ef03d75efcedc823460 pyusb-1.0.0.zip