diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec new file mode 100644 index 0000000000000000000000000000000000000000..130c70ba6698d102add2e7eb5caf6cccf3fbb577 --- /dev/null +++ b/kf5-kwayland.spec @@ -0,0 +1,117 @@ +%global framework kwayland + +%global wayland_min_version 1.3 + +## uncomment to enable bootstrap mode +#global bootstrap 1 + +## currently includes no tests +%if !0%{?bootstrap} +%if 0%{?fedora} +%global tests 1 +%endif +%endif + +Name: kf5-%{framework} +Version: 5.55.0 +Release: 1%{?dist} +Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries + +License: GPLv2+ +URL: https://cgit.kde.org/%{framework}.git + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz + +BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: libwayland-client-devel >= %{wayland_min_version} +BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} +BuildRequires: libwayland-server-devel >= %{wayland_min_version} +BuildRequires: mesa-libwayland-egl-devel +BuildRequires: qt5-qtbase-devel +# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} +BuildRequires: wayland-devel >= %{wayland_min_version} +BuildRequires: qt5-qttools-devel + +%if 0%{?tests} +BuildRequires: dbus-x11 +BuildRequires: time +BuildRequires: weston +BuildRequires: xorg-x11-server-Xvfb +%endif + + +Requires: kf5-filesystem >= %{version} + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%autosetup -n %{framework}-%{version} -p1 + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. \ + -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} +popd + +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + + +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +xvfb-run -a \ +dbus-launch --exit-with-session \ +time \ +make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: +%endif + + +%ldconfig_scriptlets + +%files +%license COPYING.LIB +%{_sysconfdir}/xdg/org_kde_kwayland.categories +%{_kf5_libdir}/libKF5WaylandClient.so.5* +%{_kf5_libdir}/libKF5WaylandServer.so.5* +# not sure if this belongs here or in -devel --rex +%{_libexecdir}/org-kde-kf5-kwayland-testserver + +%files devel +%{_kf5_includedir}/KWayland/ +%{_kf5_includedir}/kwayland_version.h +%{_kf5_libdir}/cmake/KF5Wayland/ +%{_kf5_libdir}/libKF5WaylandClient.so +%{_kf5_libdir}/libKF5WaylandServer.so +%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri +%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri + + +%changelog +* Thu Jul 23 2020 wangmian - 5.55.0-1 +- Init kf5-kwayland project diff --git a/kwayland-5.55.0.tar.xz b/kwayland-5.55.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..28a546196902ec0ca43dbb7df1b316d297fc8c1b Binary files /dev/null and b/kwayland-5.55.0.tar.xz differ