|
|
@ -5,8 +5,8 @@ |
|
|
|
%endif |
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
Name: weston |
|
|
|
Name: weston |
|
|
|
Version: 1.2.0 |
|
|
|
Version: 1.3.1 |
|
|
|
Release: 3%{?alphatag}%{?dist} |
|
|
|
Release: 1%{?alphatag}%{?dist} |
|
|
|
Summary: Reference compositor for Wayland |
|
|
|
Summary: Reference compositor for Wayland |
|
|
|
Group: User Interface/X |
|
|
|
Group: User Interface/X |
|
|
|
License: BSD and CC-BY-SA |
|
|
|
License: BSD and CC-BY-SA |
|
|
@ -34,7 +34,7 @@ BuildRequires: libudev-devel |
|
|
|
%endif |
|
|
|
%endif |
|
|
|
BuildRequires: libunwind-devel |
|
|
|
BuildRequires: libunwind-devel |
|
|
|
BuildRequires: libwayland-client-devel |
|
|
|
BuildRequires: libwayland-client-devel |
|
|
|
BuildRequires: libwayland-server-devel >= 1.2.0 |
|
|
|
BuildRequires: libwayland-server-devel >= 1.3.0 |
|
|
|
BuildRequires: libwayland-cursor-devel |
|
|
|
BuildRequires: libwayland-cursor-devel |
|
|
|
BuildRequires: libxcb-devel |
|
|
|
BuildRequires: libxcb-devel |
|
|
|
BuildRequires: libXcursor-devel |
|
|
|
BuildRequires: libXcursor-devel |
|
|
@ -117,13 +117,18 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f |
|
|
|
|
|
|
|
|
|
|
|
%files devel |
|
|
|
%files devel |
|
|
|
%defattr(-,root,root,-) |
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
|
|
|
%dir %{_includedir}/weston |
|
|
|
%{_includedir}/weston/compositor.h |
|
|
|
%{_includedir}/weston/compositor.h |
|
|
|
%{_includedir}/weston/config-parser.h |
|
|
|
%{_includedir}/weston/config-parser.h |
|
|
|
%{_includedir}/weston/matrix.h |
|
|
|
%{_includedir}/weston/matrix.h |
|
|
|
%{_includedir}/weston/version.h |
|
|
|
%{_includedir}/weston/version.h |
|
|
|
|
|
|
|
%{_includedir}/weston/zalloc.h |
|
|
|
%{_libdir}/pkgconfig/weston.pc |
|
|
|
%{_libdir}/pkgconfig/weston.pc |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.3.1-1 |
|
|
|
|
|
|
|
- Weston 1.3.1 |
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3 |
|
|
|
* Thu Oct 03 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3 |
|
|
|
- Build RDP backend if we have new enough freerdp (#991220) |
|
|
|
- Build RDP backend if we have new enough freerdp (#991220) |
|
|
|
|
|
|
|
|