|
|
@ -1,8 +1,8 @@ |
|
|
|
%global apiver 5 |
|
|
|
%global apiver 6 |
|
|
|
|
|
|
|
|
|
|
|
Name: weston |
|
|
|
Name: weston |
|
|
|
Version: 5.0.0 |
|
|
|
Version: 5.0.91 |
|
|
|
Release: 2%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Reference compositor for Wayland |
|
|
|
Summary: Reference compositor for Wayland |
|
|
|
|
|
|
|
|
|
|
|
License: BSD and CC-BY-SA |
|
|
|
License: BSD and CC-BY-SA |
|
|
@ -19,10 +19,12 @@ BuildRequires: pkgconfig(cairo-xcb) |
|
|
|
BuildRequires: pkgconfig(colord) >= 0.1.27 |
|
|
|
BuildRequires: pkgconfig(colord) >= 0.1.27 |
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 1.6 |
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 1.6 |
|
|
|
BuildRequires: pkgconfig(egl) |
|
|
|
BuildRequires: pkgconfig(egl) |
|
|
|
|
|
|
|
BuildRequires: pkgconfig(freerdp2) |
|
|
|
BuildRequires: pkgconfig(gbm) >= 10.2 |
|
|
|
BuildRequires: pkgconfig(gbm) >= 10.2 |
|
|
|
BuildRequires: pkgconfig(glesv2) |
|
|
|
BuildRequires: pkgconfig(glesv2) |
|
|
|
BuildRequires: pkgconfig(lcms2) |
|
|
|
BuildRequires: pkgconfig(lcms2) |
|
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.30 |
|
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.30 |
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libevdev) |
|
|
|
BuildRequires: pkgconfig(libinput) >= 0.8.0 |
|
|
|
BuildRequires: pkgconfig(libinput) >= 0.8.0 |
|
|
|
BuildRequires: pkgconfig(libpng) |
|
|
|
BuildRequires: pkgconfig(libpng) |
|
|
|
BuildRequires: pkgconfig(libsystemd) >= 209 |
|
|
|
BuildRequires: pkgconfig(libsystemd) >= 209 |
|
|
@ -56,12 +58,6 @@ BuildRequires: pkgconfig(xkbcommon) |
|
|
|
BuildRequires: poppler-devel |
|
|
|
BuildRequires: poppler-devel |
|
|
|
BuildRequires: poppler-glib-devel |
|
|
|
BuildRequires: poppler-glib-devel |
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
|
|
|
BuildRequires: freerdp1.2-devel |
|
|
|
|
|
|
|
%else |
|
|
|
|
|
|
|
BuildRequires: pkgconfig(freerdp2) >= 2.0.0 |
|
|
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release} |
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
@ -91,6 +87,7 @@ Common headers for weston |
|
|
|
--disable-silent-rules \ |
|
|
|
--disable-silent-rules \ |
|
|
|
--disable-static \ |
|
|
|
--disable-static \ |
|
|
|
--disable-setuid-install \ |
|
|
|
--disable-setuid-install \ |
|
|
|
|
|
|
|
--enable-autotools \ |
|
|
|
--enable-xwayland \ |
|
|
|
--enable-xwayland \ |
|
|
|
--enable-rdp-compositor |
|
|
|
--enable-rdp-compositor |
|
|
|
|
|
|
|
|
|
|
@ -109,8 +106,10 @@ find %{buildroot} -name \*.la -delete |
|
|
|
%license COPYING |
|
|
|
%license COPYING |
|
|
|
%doc README.md |
|
|
|
%doc README.md |
|
|
|
%{_bindir}/weston |
|
|
|
%{_bindir}/weston |
|
|
|
|
|
|
|
%{_bindir}/weston-debug |
|
|
|
%{_bindir}/weston-info |
|
|
|
%{_bindir}/weston-info |
|
|
|
%attr(4755,root,root) %{_bindir}/weston-launch |
|
|
|
%attr(4755,root,root) %{_bindir}/weston-launch |
|
|
|
|
|
|
|
%{_bindir}/weston-screenshooter |
|
|
|
%{_bindir}/weston-terminal |
|
|
|
%{_bindir}/weston-terminal |
|
|
|
%{_bindir}/wcap-decode |
|
|
|
%{_bindir}/wcap-decode |
|
|
|
%dir %{_libdir}/weston |
|
|
|
%dir %{_libdir}/weston |
|
|
@ -151,8 +150,13 @@ find %{buildroot} -name \*.la -delete |
|
|
|
%{_libdir}/pkgconfig/weston.pc |
|
|
|
%{_libdir}/pkgconfig/weston.pc |
|
|
|
%{_libdir}/libweston-%{apiver}.so |
|
|
|
%{_libdir}/libweston-%{apiver}.so |
|
|
|
%{_libdir}/libweston-desktop-%{apiver}.so |
|
|
|
%{_libdir}/libweston-desktop-%{apiver}.so |
|
|
|
|
|
|
|
%{_datadir}/pkgconfig/libweston-%{apiver}-protocols.pc |
|
|
|
|
|
|
|
%{_datadir}/weston/protocols/ |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 5.0.91-1 |
|
|
|
|
|
|
|
- Update to 5.0.91 |
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2 |
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2 |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|