271698
Name:           wayland
6e7f79
Version:        1.15.0
6e7f79
Release:        1%{?dist}
271698
Summary:        Wayland Compositor Infrastructure
271698
271698
License:        MIT
271698
URL:            http://wayland.freedesktop.org/
271698
Source0:        http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
271698
271698
BuildRequires:  chrpath
271698
BuildRequires:  docbook-style-xsl
271698
BuildRequires:  doxygen
271698
BuildRequires:  expat-devel
271698
BuildRequires:  graphviz
271698
BuildRequires:  libxml2-devel
271698
BuildRequires:  libxslt
271698
BuildRequires:  pkgconfig(libffi)
271698
BuildRequires:  xmlto
271698
271698
%description
271698
Wayland is a protocol for a compositor to talk to its clients as well as a C
271698
library implementation of that protocol. The compositor can be a standalone
271698
display server running on Linux kernel modesetting and evdev input devices,
271698
an X application, or a wayland client itself. The clients can be traditional
271698
applications, X servers (rootless or fullscreen) or other display servers.
271698
271698
%package        devel
271698
Summary:        Development files for %{name}
271698
Requires:       libwayland-client%{?_isa} = %{version}-%{release}
271698
Requires:       libwayland-cursor%{?_isa} = %{version}-%{release}
6e7f79
Requires:       libwayland-egl%{?_isa} = %{version}-%{release}
271698
Requires:       libwayland-server%{?_isa} = %{version}-%{release}
271698
# For upgrade path from F24
271698
Provides:       libwayland-client-devel = %{version}-%{release}
271698
Obsoletes:      libwayland-client-devel < 1.11.91
271698
Provides:       libwayland-cursor-devel = %{version}-%{release}
271698
Obsoletes:      libwayland-cursor-devel < 1.11.91
271698
Provides:       libwayland-server-devel = %{version}-%{release}
271698
Obsoletes:      libwayland-server-devel < 1.11.91
6e7f79
# For upgrade path from F27
6e7f79
Provides:       libwayland-egl-devel = %{version}-%{release}
6e7f79
Provides:       mesa-libwayland-egl-devel = %{version}-%{release}
6e7f79
Provides:       mesa-libwayland-egl-devel%{?_isa} = %{version}-%{release}
6e7f79
Obsoletes:      mesa-libwayland-egl-devel < 18.1.0
271698
271698
%description    devel
271698
The %{name}-devel package contains libraries and header files for
271698
developing applications that use %{name}.
271698
271698
%package doc
271698
Summary: Wayland development documentation
271698
BuildArch: noarch
271698
%description doc
271698
Wayland development documentation
271698
271698
%package -n libwayland-client
271698
Summary: Wayland client library
271698
%description -n libwayland-client
271698
Wayland client library
271698
271698
%package -n libwayland-cursor
271698
Summary: Wayland cursor library
271698
%description -n libwayland-cursor
271698
Wayland cursor library
271698
6e7f79
%package -n libwayland-egl
6e7f79
Summary: Wayland egl library
6e7f79
# For upgrade path from F27
6e7f79
Provides:       mesa-libwayland-egl = %{version}-%{release}
6e7f79
Provides:       mesa-libwayland-egl%{?_isa} = %{version}-%{release}
6e7f79
Obsoletes:      mesa-libwayland-egl < 18.1.0
6e7f79
6e7f79
%description -n libwayland-egl
6e7f79
Wayland egl library
6e7f79
271698
%package -n libwayland-server
271698
Summary: Wayland server library
271698
%description -n libwayland-server
271698
Wayland server library
271698
271698
%prep
6e7f79
%autosetup -p1
271698
271698
%build
271698
%configure --disable-static --enable-documentation
271698
make %{?_smp_mflags}
271698
271698
%install
271698
%make_install
271698
271698
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
271698
271698
# Remove lib64 rpaths
271698
chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so
271698
271698
%check
271698
mkdir -m 700 tests/run
271698
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
271698
{ rc=$?; cat test-suite.log; exit $rc; }
271698
271698
271698
%post -n libwayland-client -p /sbin/ldconfig
271698
%postun -n libwayland-client -p /sbin/ldconfig
271698
271698
%post -n libwayland-cursor -p /sbin/ldconfig
271698
%postun -n libwayland-cursor -p /sbin/ldconfig
271698
6e7f79
%post -n libwayland-egl -p /sbin/ldconfig
6e7f79
%postun -n libwayland-egl -p /sbin/ldconfig
6e7f79
271698
%post -n libwayland-server -p /sbin/ldconfig
271698
%postun -n libwayland-server -p /sbin/ldconfig
271698
271698
271698
%files devel
271698
%{_bindir}/wayland-scanner
271698
%{_includedir}/wayland-*.h
271698
%{_libdir}/pkgconfig/wayland-*.pc
271698
%{_libdir}/libwayland-*.so
271698
%{_datadir}/aclocal/wayland-scanner.m4
271698
%dir %{_datadir}/wayland
271698
%{_datadir}/wayland/wayland-scanner.mk
271698
%{_datadir}/wayland/wayland.xml
271698
%{_datadir}/wayland/wayland.dtd
271698
%{_mandir}/man3/*.3*
271698
271698
%files doc
271698
%doc README TODO
271698
%{_datadir}/doc/wayland/
271698
271698
%files -n libwayland-client
271698
%license COPYING
271698
%{_libdir}/libwayland-client.so.0*
271698
271698
%files -n libwayland-cursor
271698
%license COPYING
271698
%{_libdir}/libwayland-cursor.so.0*
271698
6e7f79
%files -n libwayland-egl
6e7f79
%license COPYING
6e7f79
%{_libdir}/libwayland-egl.so.1*
6e7f79
271698
%files -n libwayland-server
271698
%license COPYING
271698
%{_libdir}/libwayland-server.so.0*
271698
271698
%changelog
6e7f79
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.15.0-1
6e7f79
- Update to 1.15.0
6e7f79
- Resolves: #1576489
6e7f79
271698
* Wed Nov 29 2017 Olivier Fourdan <ofourdan@redhat.com> - 1.14.0-2
271698
- Add libwayland-cursor heap overflow fix (#1518615)
271698
271698
* Fri Sep 22 2017 Olivier Fourdan <ofourdan@redhat.com> - 1.14.0-1
271698
- Update to 1.14.0
271698
271698
* Thu Jun 1 2017 Owen Taylor <otaylor@redhat.com> - 1.13.0-2
271698
- Add a patch fixing a build error with newer versions of graphviz
271698
271698
* Wed Feb 22 2017 Kalev Lember <klember@redhat.com> - 1.13.0-1
271698
- Update to 1.13.0
271698
271698
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.91-2
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
271698
271698
* Wed Jan 25 2017 Kalev Lember <klember@redhat.com> - 1.12.91-1
271698
- Update to 1.12.91
271698
271698
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.12.0-1
271698
- Update to 1.12.0
271698
271698
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 1.11.94-1
271698
- Update to 1.11.94
271698
271698
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.11.93-1
271698
- Update to 1.11.93
271698
271698
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.11.92-1
271698
- Update to 1.11.92
271698
271698
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-1
271698
- Update to 1.11.91
271698
- Simplify -devel subpackage packaging
271698
- Include license files in packaging
271698
271698
* Wed Jun 01 2016 Kalev Lember <klember@redhat.com> - 1.11.0-1
271698
- Update to 1.11.0
271698
271698
* Wed May 25 2016 Kalev Lember <klember@redhat.com> - 1.10.93-1
271698
- Update to 1.10.93
271698
271698
* Wed May 18 2016 Kalev Lember <klember@redhat.com> - 1.10.92-1
271698
- Update to 1.10.92
271698
271698
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 1.10.91-1
271698
- Update to 1.10.91
271698
271698
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
271698
- Update to 1.10.0
271698
271698
* Thu Feb 04 2016 Kalev Lember <klember@redhat.com> - 1.9.92-1
271698
- Update to 1.9.92
271698
271698
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1.9.91-1
271698
- Update to 1.9.91
271698
271698
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.9.0-1
271698
- Update to 1.9.0
271698
- Use make_install macro
271698
271698
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 1.8.93-1
271698
- Update to 1.8.93
271698
271698
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 1.8.92-1
271698
- Update to 1.8.92
271698
271698
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-2
271698
- Split out wayland-doc subpackage for documentation
271698
271698
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1
271698
- Update to 1.8.91
271698
271698
* Mon Jul 20 2015 Adam Jackson <ajax@redhat.com> 1.8.0-1
271698
- wayland 1.8.0
271698
271698
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.92-2
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
271698
271698
* Tue May 26 2015 Adam Jackson <ajax@redhat.com> 1.7.92-1
271698
- wayland 1.7.92
271698
271698
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.7.0-2
271698
- Rebuilt for Fedora 23 Change
271698
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
271698
271698
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1.7.0-1
271698
- Wayland 1.7.0
271698
271698
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
271698
- Update to 1.6.0
271698
- Remove lib64 rpaths
271698
271698
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
271698
- Update to 1.5.90
271698
271698
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-5
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
271698
271698
* Wed Jul 02 2014 Adam Jackson <ajax@redhat.com> 1.5.0-4
271698
- Update protocol: new surface error enums
271698
271698
* Mon Jun 30 2014 Adam Jackson <ajax@redhat.com> 1.5.0-3
271698
- Remove blocking flush patch as it actually introduces deadlocks now
271698
271698
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
271698
271698
* Wed May 21 2014 Richard Hughes <rhughes@redhat.com> - 1.5.0-1
271698
- Wayland 1.5.0
271698
271698
* Tue May 13 2014 Richard Hughes <rhughes@redhat.com> - 1.4.93-1
271698
- Wayland 1.4.93
271698
271698
* Fri Jan 24 2014 Richard Hughes <rhughes@redhat.com> - 1.4.0-1
271698
- Wayland 1.4.0
271698
271698
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 1.3.93-1
271698
- Wayland 1.3.93
271698
271698
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.91-2
271698
- Call ldconfig in libwayland-cursor %%post* scripts.
271698
- Run test suite during build.
271698
- Compress snapshot tarballs with xz.
271698
271698
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.3.91-1
271698
- Wayland 1.3.91
271698
271698
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.3.0-1
271698
- Wayland 1.3.0
271698
271698
* Mon Oct 07 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3
271698
- Don't use MSG_DONTWAIT in wl_connection_flush.
271698
271698
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
271698
271698
* Mon Jul 15 2013 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
271698
- wayland 1.2.0
271698
271698
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
271698
- Update to a git snapshot based on what will become 1.1.90
271698
271698
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.1.0-1
271698
- wayland 1.1.0
271698
271698
* Wed Mar 27 2013 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
271698
- wayland 1.0.6
271698
271698
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
271698
- wayland 1.0.5
271698
271698
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
271698
271698
* Wed Jan 02 2013 Adam Jackson <ajax@redhat.com> 1.0.3-1
271698
- wayland 1.0.3
271698
271698
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 1.0.0-1
271698
- wayland 1.0
271698
271698
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
271698
- wayland 0.99.0
271698
271698
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 0.95.0-1
271698
- wayland 0.95.0 (#843738)
271698
271698
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89.0-2.20120424
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
271698
271698
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 0.89.0-1
271698
- Update to a git snapshot based on 0.89.0
271698
271698
* Sat Feb 18 2012 Thorsten Leemhuis <fedora@leemhuis.info> - 0.85.0-1
271698
- update to 0.85.0
271698
- adjust license, as upstream changed it to MIT
271698
- update make-git-snapshot.sh to current locations and scheme
271698
- drop common package, not needed anymore
271698
- compositor is now in a separate package, hence reduce BuildRequires to what
271698
  is actually needed (a lot less) and adjust summary
271698
- make usage of a git checkout in spec file optional
271698
- a %%{?_isa} to requires where it makes sense
271698
271698
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.6.20101221
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
271698
271698
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.1-0.5.20101221
271698
- Rebuild for new libpng
271698
271698
* Wed Jun 15 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.1-0.4.20101221
271698
- Install real compositor binary instead of a libtool wrapper
271698
271698
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.3.20101221
271698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
271698
271698
* Tue Dec 21 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101221
271698
- Today's git snap
271698
271698
* Tue Nov 23 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101123
271698
- Today's git snap
271698
- Fix udev rule install (#653353)
271698
271698
* Mon Nov 15 2010 Adam Jackson <ajax@redhat.com> 0.1-0.1.20101111
271698
- Initial packaging