Name: fake-wayland-support Version: 1.17.2 Release: 24%{?dist} Summary: fake wayland support License: MIT URL: http://www.x.org Source0: fake-wayland-support.tar.xz AutoReq: 0 BuildRequires: xorg-x11-server-common Requires: xorg-x11-server-common Provides: xorg-x11-server-Xwayland Provides: mesa-libwayland-egl Provides: mesa-libwayland-egl-devel %description fake wayland support %prep %setup -q -n %{name} %build %install mkdir -p ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig install -p -m655 -D Xwayland ${RPM_BUILD_ROOT}%{_bindir} install -p -m655 -D libwayland-egl.so.1.0.0 ${RPM_BUILD_ROOT}%{_libdir} install -p -m644 -D pkgconfig/wayland-egl.pc ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig cd ${RPM_BUILD_ROOT}%{_libdir} ln -s libwayland-egl.so.1.0.0 libwayland-egl.so ln -s libwayland-egl.so.1.0.0 libwayland-egl.so.1 %files %license COPYING %{_bindir}/Xwayland %{_libdir}/libwayland-egl.so %{_libdir}/libwayland-egl.so.1.0.0 %{_libdir}/libwayland-egl.so.1 %{_libdir}/pkgconfig/wayland-egl.pc %changelog