Blame SPECS/wayland.spec

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