Blame SPECS/wayland.spec

86b34c
Name:           wayland
86b34c
Version:        1.19.0
86b34c
Release:        4%{?dist}
86b34c
Summary:        Wayland Compositor Infrastructure
86b34c
86b34c
License:        MIT
86b34c
URL:            http://wayland.freedesktop.org/
86b34c
Source0:        http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
86b34c
86b34c
BuildRequires:  gcc
86b34c
BuildRequires:  gcc-c++
86b34c
BuildRequires:  docbook-style-xsl
86b34c
BuildRequires:  doxygen
86b34c
BuildRequires:  expat-devel
86b34c
BuildRequires:  graphviz
86b34c
BuildRequires:  libxml2-devel
86b34c
BuildRequires:  libxslt
86b34c
BuildRequires:  meson
86b34c
BuildRequires:  pkgconfig(libffi)
86b34c
BuildRequires:  xmlto
86b34c
86b34c
%description
86b34c
Wayland is a protocol for a compositor to talk to its clients as well as a C
86b34c
library implementation of that protocol. The compositor can be a standalone
86b34c
display server running on Linux kernel modesetting and evdev input devices,
86b34c
an X application, or a wayland client itself. The clients can be traditional
86b34c
applications, X servers (rootless or fullscreen) or other display servers.
86b34c
86b34c
%package        devel
86b34c
Summary:        Development files for %{name}
86b34c
Requires:       libwayland-client%{?_isa} = %{version}-%{release}
86b34c
Requires:       libwayland-cursor%{?_isa} = %{version}-%{release}
86b34c
Requires:       libwayland-egl%{?_isa} = %{version}-%{release}
86b34c
Requires:       libwayland-server%{?_isa} = %{version}-%{release}
86b34c
86b34c
%description    devel
86b34c
The %{name}-devel package contains libraries and header files for
86b34c
developing applications that use %{name}.
86b34c
86b34c
%package doc
86b34c
Summary: Wayland development documentation
86b34c
BuildArch: noarch
86b34c
%description doc
86b34c
Wayland development documentation
86b34c
86b34c
%package -n libwayland-client
86b34c
Summary: Wayland client library
86b34c
%description -n libwayland-client
86b34c
Wayland client library
86b34c
86b34c
%package -n libwayland-cursor
86b34c
Summary: Wayland cursor library
86b34c
%description -n libwayland-cursor
86b34c
Wayland cursor library
86b34c
86b34c
%package -n libwayland-egl
86b34c
Summary: Wayland egl library
86b34c
%description -n libwayland-egl
86b34c
Wayland egl library
86b34c
86b34c
%package -n libwayland-server
86b34c
Summary: Wayland server library
86b34c
%description -n libwayland-server
86b34c
Wayland server library
86b34c
86b34c
%prep
86b34c
%autosetup -p1
86b34c
86b34c
%build
86b34c
%meson
86b34c
%meson_build
86b34c
86b34c
%install
86b34c
%meson_install
86b34c
86b34c
%check
86b34c
%meson_test
86b34c
86b34c
%files devel
86b34c
%{_bindir}/wayland-scanner
86b34c
%{_includedir}/wayland-*.h
86b34c
%{_libdir}/pkgconfig/wayland-*.pc
86b34c
%{_libdir}/libwayland-*.so
86b34c
%{_datadir}/aclocal/wayland-scanner.m4
86b34c
%dir %{_datadir}/wayland
86b34c
%{_datadir}/wayland/wayland-scanner.mk
86b34c
%{_datadir}/wayland/wayland.xml
86b34c
%{_datadir}/wayland/wayland.dtd
86b34c
%{_mandir}/man3/*.3*
86b34c
86b34c
%files doc
86b34c
%doc README
86b34c
%{_datadir}/doc/wayland/
86b34c
86b34c
%files -n libwayland-client
86b34c
%license COPYING
86b34c
%{_libdir}/libwayland-client.so.0*
86b34c
86b34c
%files -n libwayland-cursor
86b34c
%license COPYING
86b34c
%{_libdir}/libwayland-cursor.so.0*
86b34c
86b34c
%files -n libwayland-egl
86b34c
%license COPYING
86b34c
%{_libdir}/libwayland-egl.so.1*
86b34c
86b34c
%files -n libwayland-server
86b34c
%license COPYING
86b34c
%{_libdir}/libwayland-server.so.0*
86b34c
86b34c
%changelog
86b34c
* Thu Aug 19 2021 Carlos O'Donell <codonell@redhat.com> - 1.19.0-4
86b34c
- Rebuilt for libffi 3.4.2 SONAME transition.
86b34c
  Related: rhbz#1891914
86b34c
86b34c
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.0-3
86b34c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
86b34c
  Related: rhbz#1991688
86b34c
86b34c
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.0-2
86b34c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
86b34c
86b34c
* Thu Jan 28 2021 Kalev Lember <klember@redhat.com> - 1.19.0-1
86b34c
- Update to 1.19.0
86b34c
- Switch to meson build system
86b34c
- Drop old provides
86b34c
86b34c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
86b34c
86b34c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
86b34c
86b34c
* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 1.18.0-1
86b34c
- Update to 1.18.0
86b34c
- Drop no longer needed obsoletes/provides
86b34c
86b34c
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
86b34c
86b34c
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
86b34c
86b34c
* Thu Mar 21 2019 Kalev Lember <klember@redhat.com> - 1.17.0-1
86b34c
- Update to 1.17.0
86b34c
86b34c
* Thu Mar 07 2019 Kalev Lember <klember@redhat.com> - 1.16.92-1
86b34c
- Update to 1.16.92
86b34c
86b34c
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 1.16.91-1
86b34c
- Update to 1.16.91
86b34c
86b34c
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
86b34c
86b34c
* Tue Sep 11 2018 Kalev Lember <klember@redhat.com> - 1.16.0-1
86b34c
- Update to 1.16.0
86b34c
86b34c
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 1.15.93-1
86b34c
- Update to 1.15.93
86b34c
86b34c
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.15.92-2
86b34c
- Rebuild with fixed binutils
86b34c
86b34c
* Sun Jul 29 2018 Kalev Lember <klember@redhat.com> - 1.15.92-1
86b34c
- Update to 1.15.92
86b34c
86b34c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
86b34c
86b34c
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.15.0-1
86b34c
- Update to 1.15.0
86b34c
86b34c
* Wed Apr 04 2018 Kalev Lember <klember@redhat.com> - 1.14.93-2
86b34c
- Make mesa-libwayland-egl obsoleting actually work
86b34c
86b34c
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 1.14.93-1
86b34c
- Update to 1.14.93
86b34c
86b34c
* Tue Mar 20 2018 Kalev Lember <klember@redhat.com> - 1.14.92-1
86b34c
- Update to 1.14.92
86b34c
- Remove F22 upgrade path obsoletes
86b34c
86b34c
* Sat Mar 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.14.91-2
86b34c
- Improve Obsoletes
86b34c
86b34c
* Tue Feb 27 2018 Kalev Lember <klember@redhat.com> - 1.14.91-1
86b34c
- Update to 1.14.91
86b34c
- Add new libwayland-egl subpackage and obsolete mesa-libwayland-egl
86b34c
- Remove ldconfig scriptlets
86b34c
86b34c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
86b34c
86b34c
* Tue Dec 12 2017 Kalev Lember <klember@redhat.com> - 1.14.0-2
86b34c
- cursor: Fix heap overflows when parsing malicious files (#1522638)
86b34c
86b34c
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 1.14.0-1
86b34c
- Update to 1.14.0
86b34c
86b34c
* Wed Aug 02 2017 Kalev Lember <klember@redhat.com> - 1.13.93-1
86b34c
- Update to 1.13.93
86b34c
86b34c
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.13.92-2
86b34c
- Rebuild with binutils fix for ppc64le (#1475636)
86b34c
86b34c
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 1.13.92-1
86b34c
- Update to 1.13.92
86b34c
86b34c
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 1.13.91-1
86b34c
- Update to 1.13.91
86b34c
86b34c
* Thu Jun 1 2017 Owen Taylor otaylor@redhat.com> - 1.13.0-2
86b34c
- Add a patch fixing a build error with newer versions of graphviz
86b34c
86b34c
* Wed Feb 22 2017 Kalev Lember <klember@redhat.com> - 1.13.0-1
86b34c
- Update to 1.13.0
86b34c
86b34c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.91-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
86b34c
86b34c
* Wed Jan 25 2017 Kalev Lember <klember@redhat.com> - 1.12.91-1
86b34c
- Update to 1.12.91
86b34c
86b34c
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.12.0-1
86b34c
- Update to 1.12.0
86b34c
86b34c
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 1.11.94-1
86b34c
- Update to 1.11.94
86b34c
86b34c
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.11.93-1
86b34c
- Update to 1.11.93
86b34c
86b34c
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.11.92-1
86b34c
- Update to 1.11.92
86b34c
86b34c
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-1
86b34c
- Update to 1.11.91
86b34c
- Simplify -devel subpackage packaging
86b34c
- Include license files in packaging
86b34c
86b34c
* Wed Jun 01 2016 Kalev Lember <klember@redhat.com> - 1.11.0-1
86b34c
- Update to 1.11.0
86b34c
86b34c
* Wed May 25 2016 Kalev Lember <klember@redhat.com> - 1.10.93-1
86b34c
- Update to 1.10.93
86b34c
86b34c
* Wed May 18 2016 Kalev Lember <klember@redhat.com> - 1.10.92-1
86b34c
- Update to 1.10.92
86b34c
86b34c
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 1.10.91-1
86b34c
- Update to 1.10.91
86b34c
86b34c
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
86b34c
- Update to 1.10.0
86b34c
86b34c
* Thu Feb 04 2016 Kalev Lember <klember@redhat.com> - 1.9.92-1
86b34c
- Update to 1.9.92
86b34c
86b34c
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1.9.91-1
86b34c
- Update to 1.9.91
86b34c
86b34c
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.9.0-1
86b34c
- Update to 1.9.0
86b34c
- Use make_install macro
86b34c
86b34c
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 1.8.93-1
86b34c
- Update to 1.8.93
86b34c
86b34c
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 1.8.92-1
86b34c
- Update to 1.8.92
86b34c
86b34c
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-2
86b34c
- Split out wayland-doc subpackage for documentation
86b34c
86b34c
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1
86b34c
- Update to 1.8.91
86b34c
86b34c
* Mon Jul 20 2015 Adam Jackson <ajax@redhat.com> 1.8.0-1
86b34c
- wayland 1.8.0
86b34c
86b34c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.92-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
86b34c
86b34c
* Tue May 26 2015 Adam Jackson <ajax@redhat.com> 1.7.92-1
86b34c
- wayland 1.7.92
86b34c
86b34c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.7.0-2
86b34c
- Rebuilt for Fedora 23 Change
86b34c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
86b34c
86b34c
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1.7.0-1
86b34c
- Wayland 1.7.0
86b34c
86b34c
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
86b34c
- Update to 1.6.0
86b34c
- Remove lib64 rpaths
86b34c
86b34c
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
86b34c
- Update to 1.5.90
86b34c
86b34c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-5
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
86b34c
86b34c
* Wed Jul 02 2014 Adam Jackson <ajax@redhat.com> 1.5.0-4
86b34c
- Update protocol: new surface error enums
86b34c
86b34c
* Mon Jun 30 2014 Adam Jackson <ajax@redhat.com> 1.5.0-3
86b34c
- Remove blocking flush patch as it actually introduces deadlocks now
86b34c
86b34c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
86b34c
86b34c
* Wed May 21 2014 Richard Hughes <rhughes@redhat.com> - 1.5.0-1
86b34c
- Wayland 1.5.0
86b34c
86b34c
* Tue May 13 2014 Richard Hughes <rhughes@redhat.com> - 1.4.93-1
86b34c
- Wayland 1.4.93
86b34c
86b34c
* Fri Jan 24 2014 Richard Hughes <rhughes@redhat.com> - 1.4.0-1
86b34c
- Wayland 1.4.0
86b34c
86b34c
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 1.3.93-1
86b34c
- Wayland 1.3.93
86b34c
86b34c
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.91-2
86b34c
- Call ldconfig in libwayland-cursor %%post* scripts.
86b34c
- Run test suite during build.
86b34c
- Compress snapshot tarballs with xz.
86b34c
86b34c
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.3.91-1
86b34c
- Wayland 1.3.91
86b34c
86b34c
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.3.0-1
86b34c
- Wayland 1.3.0
86b34c
86b34c
* Mon Oct 07 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3
86b34c
- Don't use MSG_DONTWAIT in wl_connection_flush.
86b34c
86b34c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
86b34c
86b34c
* Mon Jul 15 2013 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
86b34c
- wayland 1.2.0
86b34c
86b34c
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
86b34c
- Update to a git snapshot based on what will become 1.1.90
86b34c
86b34c
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.1.0-1
86b34c
- wayland 1.1.0
86b34c
86b34c
* Wed Mar 27 2013 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
86b34c
- wayland 1.0.6
86b34c
86b34c
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
86b34c
- wayland 1.0.5
86b34c
86b34c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
86b34c
86b34c
* Wed Jan 02 2013 Adam Jackson <ajax@redhat.com> 1.0.3-1
86b34c
- wayland 1.0.3
86b34c
86b34c
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 1.0.0-1
86b34c
- wayland 1.0
86b34c
86b34c
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
86b34c
- wayland 0.99.0
86b34c
86b34c
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 0.95.0-1
86b34c
- wayland 0.95.0 (#843738)
86b34c
86b34c
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89.0-2.20120424
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
86b34c
86b34c
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 0.89.0-1
86b34c
- Update to a git snapshot based on 0.89.0
86b34c
86b34c
* Sat Feb 18 2012 Thorsten Leemhuis <fedora@leemhuis.info> - 0.85.0-1
86b34c
- update to 0.85.0
86b34c
- adjust license, as upstream changed it to MIT
86b34c
- update make-git-snapshot.sh to current locations and scheme
86b34c
- drop common package, not needed anymore
86b34c
- compositor is now in a separate package, hence reduce BuildRequires to what
86b34c
  is actually needed (a lot less) and adjust summary
86b34c
- make usage of a git checkout in spec file optional
86b34c
- a %%{?_isa} to requires where it makes sense
86b34c
86b34c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.6.20101221
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
86b34c
86b34c
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.1-0.5.20101221
86b34c
- Rebuild for new libpng
86b34c
86b34c
* Wed Jun 15 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.1-0.4.20101221
86b34c
- Install real compositor binary instead of a libtool wrapper
86b34c
86b34c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.3.20101221
86b34c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
86b34c
86b34c
* Tue Dec 21 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101221
86b34c
- Today's git snap
86b34c
86b34c
* Tue Nov 23 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101123
86b34c
- Today's git snap
86b34c
- Fix udev rule install (#653353)
86b34c
86b34c
* Mon Nov 15 2010 Adam Jackson <ajax@redhat.com> 0.1-0.1.20101111
86b34c
- Initial packaging