commit
7fd4365c28
@ -0,0 +1 @@
|
||||
SOURCES/xcb-proto-1.17.0.tar.xz
|
@ -0,0 +1 @@
|
||||
75159dcd0668f76d87c8def84e9e6e4df92444e5 SOURCES/xcb-proto-1.17.0.tar.xz
|
@ -0,0 +1,184 @@
|
||||
Name: xcb-proto
|
||||
Version: 1.17.0
|
||||
Release: 2%{?dist}
|
||||
Summary: XCB protocol descriptions
|
||||
|
||||
License: X11-distribute-modifications-variant
|
||||
URL: https://xcb.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/proto/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: autoconf automake
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: make
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%description
|
||||
XCB is a project to enable efficient language bindings to the X11 protocol.
|
||||
This package contains the protocol descriptions themselves. Language
|
||||
bindings use these protocol descriptions to generate code for marshalling
|
||||
the protocol.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
autoreconf -fiv
|
||||
|
||||
|
||||
%build
|
||||
# Bit of a hack to get the pc file in /usr/share, so we can be noarch.
|
||||
%configure --libdir=%{_datadir}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md TODO doc/xml-xcb.txt
|
||||
%{_datadir}/pkgconfig/xcb-proto.pc
|
||||
%dir %{_datadir}/xcb/
|
||||
%{_datadir}/xcb/*.xsd
|
||||
%{_datadir}/xcb/*.xml
|
||||
%{python3_sitelib}/xcbgen
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.17.0-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Tue Apr 30 2024 Olivier Fourdan <ofourdan@redhat.com> - 1.17.0-1
|
||||
- xcb-proto 1.17.0
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.16.0-1
|
||||
- xcb-proto 1.16.0
|
||||
|
||||
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com> - 1.14.1-11
|
||||
- SPDX Migration
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.14.1-9
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.14.1-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.14.1-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Oct 13 2020 Björn Esser <besser82@fedoraproject.org> - 1.14.1-1
|
||||
- xcb-proto 1.14.1
|
||||
- Enable testsuite
|
||||
- Explicit BR: make
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat May 30 2020 Björn Esser <besser82@fedoraproject.org> - 1.13-13
|
||||
- Update patch to fix python module for use with Python 3.9
|
||||
|
||||
* Sat May 30 2020 Björn Esser <besser82@fedoraproject.org> - 1.13-12
|
||||
- Add patch to fix python module for use with Python 3.9
|
||||
- Modernize spec file
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.13-11
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.13-9
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.13-8
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.13-4
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.13-3
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Aug 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 1.12-5
|
||||
- Add a build-time dependency on python2-devel
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Wed May 18 2016 Adam Jackson <ajax@redhat.com> - 1.12-1
|
||||
- xcb-proto 1.12
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Oct 01 2014 Adam Jackson <ajax@redhat.com> 1.11-1
|
||||
- xcb-proto 1.11
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2014 Adam Jackson <ajax@redhat.com> 1.10-1
|
||||
- xcb-proto 1.10
|
||||
|
||||
* Mon Dec 02 2013 Adam Jackson <ajax@redhat.com> 1.9-1
|
||||
- xcb-proto 1.9
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
Loading…
Reference in new issue