rebuilt with python3 [release 1.14-2mamba;Fri Nov 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:33:17 +01:00
parent d7c6c81870
commit f32371593c

View File

@ -1,6 +1,6 @@
Name: xcb-proto Name: xcb-proto
Version: 1.14 Version: 1.14
Release: 1mamba Release: 2mamba
Summary: Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib Summary: Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
@ -11,6 +11,7 @@ Source: http://xcb.freedesktop.org/dist/xcb-proto-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -27,7 +28,9 @@ This package contains prototypes for the X protocol C-language Binding. XCB is a
%setup -q -n xcb-proto-%{version} %setup -q -n xcb-proto-%{version}
%build %build
%configure %configure \
PYTHON=%{__python3}
%make %make
%install %install
@ -43,11 +46,14 @@ This package contains prototypes for the X protocol C-language Binding. XCB is a
%dir %{_datadir}/xcb %dir %{_datadir}/xcb
%{_datadir}/xcb/*.xsd %{_datadir}/xcb/*.xsd
%{_datadir}/xcb/*.xml %{_datadir}/xcb/*.xml
%{python_sitelib}/xcbgen/* %{python3_sitelib}/xcbgen/*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc COPYING NEWS TODO %doc COPYING NEWS TODO
%changelog %changelog
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-2mamba
- rebuilt with python3
* Fri Apr 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba * Fri Apr 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
- update to 1.14 - update to 1.14