1.0.0 final.
This commit is contained in:
parent
9746c82793
commit
465d481f10
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
10
pyusb.spec
10
pyusb.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user