From e0f1f627892e55ccd66a6c9aa052d049d86db2e5 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 19 Mar 2018 12:18:05 -0400 Subject: [PATCH] Switch to python3 --- xcb-proto.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index b00596f..5a87903 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -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 - 1.13-2 +- Switch to python3 + * Mon Mar 05 2018 Adam Jackson - 1.13-1 - xcb-proto 1.13