Switch to python3
This commit is contained in:
parent
07aa5090ea
commit
e0f1f62789
@ -2,7 +2,7 @@
|
||||
|
||||
Name: xcb-proto
|
||||
Version: 1.13
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: XCB protocol descriptions
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,7 @@ URL: https://xcb.freedesktop.org/
|
||||
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -39,9 +39,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/xcb/
|
||||
%{_datadir}/xcb/*.xsd
|
||||
%{_datadir}/xcb/*.xml
|
||||
%{python2_sitelib}/xcbgen
|
||||
%{python3_sitelib}/xcbgen
|
||||
|
||||
%changelog
|
||||
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 1.13-2
|
||||
- Switch to python3
|
||||
|
||||
* Mon Mar 05 2018 Adam Jackson <ajax@redhat.com> - 1.13-1
|
||||
- xcb-proto 1.13
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user