|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
|
|
|
|
|
Name: libxcb
|
|
|
|
|
Version: 1.13.1
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 1.17.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A C binding to the X11 protocol
|
|
|
|
|
License: MIT
|
|
|
|
|
License: X11
|
|
|
|
|
URL: http://xcb.freedesktop.org/
|
|
|
|
|
|
|
|
|
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# This is stolen straight from the pthread-stubs source:
|
|
|
|
|
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
|
|
|
@ -22,7 +22,7 @@ BuildRequires: libtool
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(xau) >= 0.99.2
|
|
|
|
|
BuildRequires: pkgconfig(xcb-proto) >= 1.13
|
|
|
|
|
BuildRequires: pkgconfig(xcb-proto) >= 1.17
|
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
|
|
|
|
BuildRequires: python3 python3-devel
|
|
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
install -pm 644 COPYING NEWS README $RPM_BUILD_ROOT%{_pkgdocdir}
|
|
|
|
|
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_pkgdocdir}
|
|
|
|
|
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} \
|
|
|
|
|
> $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
|
|
|
|
|
|
|
|
|
@ -83,6 +83,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
%files
|
|
|
|
|
%{_libdir}/libxcb-composite.so.0*
|
|
|
|
|
%{_libdir}/libxcb-damage.so.0*
|
|
|
|
|
%{_libdir}/libxcb-dbe.so.0*
|
|
|
|
|
%{_libdir}/libxcb-dpms.so.0*
|
|
|
|
|
%{_libdir}/libxcb-dri2.so.0*
|
|
|
|
|
%{_libdir}/libxcb-dri3.so.0*
|
|
|
|
@ -117,12 +118,44 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.1-9
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.17.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.1-8
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* 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
|
|
|
|
|
- libxcb 1.17.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 06 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.16-2
|
|
|
|
|
- Add missing README.md and libxcb-dbe
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.16-1
|
|
|
|
|
- libxcb 1.16
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com> - 1.13.1-13
|
|
|
|
|
- SPDX Migration
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|