# Force out of source build %undefine __cmake_in_source_build %ifnarch ppc64 # Enable LTO on non-ppc64 (c.f. rhbz#1515934) %bcond_without lto %endif # Disable ctest run by default # They take a long time and are generally broken in the build environment %bcond_with run_tests Name: mir Version: 2.15.0 Release: 2%{?dist} Summary: Next generation display server # mircommon is LGPL-2.1-only/LGPL-3.0-only, everything else is GPL-2.0-only/GPL-3.0-only License: (GPL-2.0-only or GPL-3.0-only) and (LGPL-2.1-only or LGPL-3.0-only) URL: https://mir-server.io/ Source0: https://github.com/MirServer/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: git-core BuildRequires: gcc-c++ BuildRequires: cmake, ninja-build, doxygen, graphviz, lcov, gcovr BuildRequires: /usr/bin/xsltproc BuildRequires: boost-devel BuildRequires: python3 BuildRequires: glm-devel BuildRequires: glog-devel, lttng-ust-devel, systemtap-sdt-devel BuildRequires: gflags-devel BuildRequires: python3-pillow # Everything detected via pkgconfig BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(epoxy) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gbm) >= 9.0.0 BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmock) >= 1.8.0 BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gtest) >= 1.8.0 BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libevdev) BuildRequires: pkgconfig(libinput) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libxml++-2.6) BuildRequires: pkgconfig(nettle) BuildRequires: pkgconfig(umockdev-1.0) >= 0.6 BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(wayland-eglstream) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-composite) BuildRequires: pkgconfig(xcb-xfixes) BuildRequires: pkgconfig(xcb-render) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xkbcommon-x11) BuildRequires: pkgconfig(yaml-cpp) BuildRequires: pkgconfig(wlcs) # pkgconfig(egl) is now from glvnd, so we need to manually pull this in for the Mesa specific bits... BuildRequires: mesa-libEGL-devel # For some reason, this doesn't get pulled in automatically into the buildroot BuildRequires: libatomic # For detecting the font for CMake BuildRequires: gnu-free-sans-fonts # For validating the desktop file for mir-demos BuildRequires: %{_bindir}/desktop-file-validate # Add architectures as verified to work %ifarch %{ix86} x86_64 %{arm} aarch64 BuildRequires: valgrind %endif %description Mir is a display server running on linux systems, with a focus on efficiency, robust operation, and a well-defined driver model. %package devel Summary: Development files for Mir Requires: %{name}-common-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-server-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-lomiri-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-test-libs-static%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} # Documentation can no longer be built properly Obsoletes: %{name}-doc < 2.15.0 %description devel This package provides the development files to create applications that can run on Mir. %package common-libs Summary: Common libraries for Mir License: LGPL-2.1-only or LGPL-3.0-only # mirclient is gone... Obsoletes: %{name}-client-libs < 2.6.0 # debug extension for mirclient is gone... Obsoletes: %{name}-client-libs-debugext < 1.6.0 # mir utils are gone... Obsoletes: %{name}-utils < 2.0.0 # Ensure older mirclient doesn't mix in Conflicts: %{name}-client-libs < 2.6.0 %description common-libs This package provides the libraries common to be used by Mir clients or Mir servers. %package lomiri-libs Summary: Lomiri compatibility libraries for Mir License: GPL-2.0-only or GPL-3.0-only Requires: %{name}-common-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-server-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description lomiri-libs This package provides the libraries for Lomiri to use Mir as a Wayland compositor. %package server-libs Summary: Server libraries for Mir License: GPL-2.0-only or GPL-3.0-only Requires: %{name}-common-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description server-libs This package provides the libraries for applications that use the Mir server. %package test-tools Summary: Testing tools for Mir License: GPL-2.0-only or GPL-3.0-only Requires: %{name}-server-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-demos Recommends: glmark2 Recommends: xorg-x11-server-Xwayland Requires: wlcs # mir-perf-framework is no more... Obsoletes: python3-mir-perf-framework < 2.6.0 # Ensure mir-perf-framework is not installed Conflicts: python3-mir-perf-framework < 2.6.0 %description test-tools This package provides tools for testing Mir. %package demos Summary: Demonstration applications using Mir License: GPL-2.0-only or GPL-3.0-only Requires: %{name}-server-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: hicolor-icon-theme Recommends: xorg-x11-server-Xwayland # For some of the demos Requires: gnu-free-sans-fonts %description demos This package provides applications for demonstrating the capabilities of the Mir display server. %package test-libs-static Summary: Testing framework library for Mir License: GPL-2.0-only or GPL-3.0-only Requires: %{name}-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description test-libs-static This package provides the static library for building Mir unit and integration tests. %prep %autosetup -S git_am # Drop -Werror sed -e "s/-Werror//g" -i CMakeLists.txt %build %cmake -GNinja %{?with_lto:-DMIR_LINK_TIME_OPTIMIZATION=ON} \ -DMIR_USE_PRECOMPILED_HEADERS=OFF \ -DCMAKE_INSTALL_LIBEXECDIR="usr/libexec/mir" \ -DMIR_PLATFORM="gbm-kms;x11;wayland;eglstream-kms" %cmake_build %install %cmake_install %check %if %{with run_tests} # The tests are somewhat fiddly, so let's just run them but not block on them... ( %ctest ) || : %endif desktop-file-validate %{buildroot}%{_datadir}/applications/miral-shell.desktop %files devel %license COPYING.* %{_bindir}/mir_wayland_generator %{_libdir}/libmir*.so %{_libdir}/pkgconfig/mir*.pc %{_includedir}/mir* %files common-libs %license COPYING.LGPL* %doc README.md %{_libdir}/libmircore.so.* %{_libdir}/libmircommon.so.* %{_libdir}/libmircookie.so.* %{_libdir}/libmirplatform.so.* %dir %{_libdir}/mir %files lomiri-libs %license COPYING.GPL* %doc README.md %{_libdir}/libmiroil.so.* %files server-libs %license COPYING.GPL* %doc README.md %{_libdir}/libmiral.so.* %{_libdir}/libmirserver.so.* %{_libdir}/libmirwayland.so.* %dir %{_libdir}/mir/server-platform %{_libdir}/mir/server-platform/graphics-eglstream-kms.so.* %{_libdir}/mir/server-platform/graphics-gbm-kms.so.* %{_libdir}/mir/server-platform/graphics-wayland.so.* %{_libdir}/mir/server-platform/input-evdev.so.* %{_libdir}/mir/server-platform/renderer-egl-generic.so.* %{_libdir}/mir/server-platform/server-x11.so.* %files test-tools %license COPYING.GPL* %{_bindir}/mir-*test* %{_bindir}/mir_*test* %dir %{_libdir}/mir/tools %{_libdir}/mir/tools/libmirserverlttng.so %dir %{_libdir}/mir %{_libdir}/mir/miral_wlcs_integration.so %dir %{_libdir}/mir/server-platform %{_libdir}/mir/server-platform/graphics-dummy.so %{_libdir}/mir/server-platform/input-stub.so %files test-libs-static %license COPYING.GPL* %{_libdir}/libmir-test-assist.a %files demos %license COPYING.GPL* %doc README.md %{_bindir}/mir_demo_* %{_bindir}/miral-* %{_bindir}/mir-shell %{_datadir}/applications/miral-shell.desktop %{_datadir}/wayland-sessions/mir-shell.desktop %{_datadir}/icons/hicolor/scalable/apps/ubuntu-logo.svg %changelog * Tue Oct 31 2023 Terje Rosten - 2.15.0-2 - Rebuild for gtest 1.14.0 * Fri Sep 08 2023 Neal Gompa - 2.15.0-1 - Update to 2.15.0 * Thu Jul 20 2023 Fedora Release Engineering - 2.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Feb 20 2023 Jonathan Wakely - 2.12.0-2 - Rebuilt for Boost 1.81 * Wed Feb 01 2023 Neal Gompa - 2.12.0-1 - Update to 2.12.0 - Convert license identifiers to SPDX notation * Tue Jan 24 2023 Benjamin A. Beasley - 2.8.0-7 - Rebuilt for gtest 1.13.0 (close RHBZ#2163843) - Patch for GCC 13 * Thu Jan 19 2023 Fedora Release Engineering - 2.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 08 2022 Richard Shaw - 2.8.0-5 - Rebuild for yaml-cpp 0.7.0. * Thu Jul 21 2022 Fedora Release Engineering - 2.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Mamoru TASAKA - 2.8.0-3 - Rebuild for new gtest * Tue Jun 28 2022 Benjamin A. Beasley - 2.8.0-2 - Rebuilt for gtest 1.12.0 (close RHBZ#2101748) * Tue May 24 2022 Neal Gompa - 2.8.0-1 - Update to 2.8.0 (RH#2089779) * Wed May 04 2022 Thomas Rodgers - 2.7.0-2 - Rebuilt for Boost 1.78 * Fri Feb 25 2022 Neal Gompa - 2.7.0-1 - Update to 2.7.0 (RH#2058236) - Backport fix for non-pch build - Drop patches not needed for this release * Thu Jan 20 2022 Fedora Release Engineering - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Jan 03 2022 Neal Gompa - 2.6.0-3 - Backport another fix for mir-devel FTI (RH#2036635) * Tue Dec 21 2021 Neal Gompa - 2.6.0-2 - Add patches to fix mir-devel FTI (RH#2034680) * Tue Dec 21 2021 Neal Gompa - 2.6.0-1 - Update to 2.6.0 (RH#1978675) * Sun Nov 07 2021 Mamoru TASAKA - 2.4.0-6 - rebuild for new protobuf * Tue Nov 02 2021 Mamoru TASAKA - 2.4.0-5 - rebuild against new liblttng-ust * Tue Oct 26 2021 Adrian Reber - 2.4.0-4 - Rebuilt for protobuf 3.18.1 * Fri Aug 06 2021 Jonathan Wakely - 2.4.0-3 - Rebuilt for Boost 1.76 * Thu Jul 22 2021 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 24 2021 Neal Gompa - 2.4.0-1 - Update to 2.4.0 (RH#1942812) * Fri Jun 04 2021 Python Maint - 2.3.2-3 - Rebuilt for Python 3.10 * Tue Mar 30 2021 Jonathan Wakely - 2.3.2-2 - Rebuilt for removed libstdc++ symbol (#1937698) * Thu Feb 11 2021 Neal Gompa - 2.3.2-1 - Update to 2.3.2 (RH#1899510) - Minor fixes to changelog entries * Tue Jan 26 2021 Fedora Release Engineering - 2.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely - 2.1.0-6 - Rebuilt for Boost 1.75 * Wed Jan 13 2021 Adrian Reber - 2.1.0-5 - Rebuilt for protobuf 3.14 * Fri Dec 04 2020 Jeff Law - 2.1.0-4 - Fix more missing #includes for gcc-11 * Fri Oct 30 2020 Jeff Law - 2.1.0-3 - Fix another missing #include for gcc-11 * Mon Oct 19 2020 Jeff Law - 2.1.0-2 - Fix missing #includes for gcc-11 * Sat Oct 03 2020 Neal Gompa - 2.1.0-1 - Update to 2.1.0 (RH#1883290) * Thu Sep 24 2020 Adrian Reber - 2.0.0.0-3 - Rebuilt for protobuf 3.13 * Tue Jul 28 2020 Fedora Release Engineering - 2.0.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 2020 Neal Gompa - 2.0.0.0-1 - Rebase to 2.0.0.0 (RH#1860214) * Sat Jul 18 2020 Neal Gompa - 1.8.0-2 - Rebuilt for capnproto 0.8.0 * Sun Jul 12 2020 Neal Gompa - 1.8.0-1 - Update to 1.8.0 (RH#1822993) * Sun Jun 21 2020 Adrian Reber - 1.7.1-3 - Rebuilt for protobuf 3.12 * Tue May 26 2020 Miro Hrončok - 1.7.1-2 - Rebuilt for Python 3.9 * Wed Apr 01 2020 Neal Gompa - 1.7.1-1 - Update to 1.7.1 (RH#1806678) - Backport fixes from upstream to improve Mir functionality * Mon Feb 17 2020 Neal Gompa - 1.7.0-1 - Update to 1.7.0 - Backport fix from upstream to fix build with GCC 10 (RH#1799655) * Wed Jan 29 2020 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 05 2019 Neal Gompa - 1.6.0-1 - Update to 1.6.0 * Fri Oct 18 2019 Richard Shaw - 1.5.0-2 - Rebuild for yaml-cpp 0.6.3. * Fri Oct 11 2019 Neal Gompa - 1.5.0-1 - Update to 1.5.0 (RH#1760820) * Thu Oct 03 2019 Miro Hrončok - 1.4.0-2 - Rebuilt for Python 3.8.0rc1 (#1748018) * Tue Aug 27 2019 Neal Gompa - 1.4.0-1 - Update to 1.4.0 (RH#1742690) * Mon Aug 19 2019 Miro Hrončok - 1.3.0-3 - Rebuilt for Python 3.8 * Thu Jul 25 2019 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jul 14 2019 Neal Gompa - 1.3.0-1 - Update to 1.3.0 (RH#1678585) * Fri Feb 01 2019 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 30 2019 Jonathan Wakely - 1.1.0-2 - Rebuilt for Boost 1.69 * Sat Dec 22 2018 Neal Gompa - 1.1.0-1 - Update to 1.1.0 * Tue Dec 04 2018 Igor Gnatenko - 1.0.0-3 - Rebuild for new protobuf * Fri Sep 28 2018 Neal Gompa - 1.0.0-2 - Add patch to correctly detect gtest using pkg-config * Sun Sep 23 2018 Neal Gompa - 1.0.0-1 - Update to 1.0.0 * Tue Sep 11 2018 Neal Gompa - 0.32.1-2 - Rebuild for gtest 1.8.1 * Sun Aug 26 2018 Neal Gompa - 0.32.1-1 - Update to 0.32.1 (RH#1570223) * Fri Jul 13 2018 Fedora Release Engineering - 0.31.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.31.1-2 - Rebuilt for Python 3.7 * Sat Mar 31 2018 Neal Gompa - 0.31.1-1 - Update to 0.31.1 (RH#1562271) - Drop upstreamed patch to fix disabling LTO for ppc64 builds * Wed Mar 21 2018 Neal Gompa - 0.31.0.1-1 - Update to 0.31.0.1 (RH#1558534) - Drop conditionals and scriptlets for Fedora < 28 - Add patch to fix disabling LTO for ppc64 builds - Drop upstreamed patch for mir-perf-framework * Mon Feb 19 2018 Neal Gompa - 0.30.0.1-1 - Update to 0.30.0.1 (RH#1546741) * Sat Feb 17 2018 Neal Gompa - 0.30.0-1 - Update to 0.30.0 (RH#1545646) - Switch to build with ninja - Add patch to fix versioning of mir-perf-framework - Switch to macroized ldconfig scriptlets * Thu Feb 08 2018 Fedora Release Engineering - 0.29.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 05 2018 Igor Gnatenko - 0.29.0-2 - Remove obsolete scriptlets * Sun Dec 17 2017 Neal Gompa - 0.29.0-1 - Update to 0.29.0 (RH#1526660) - Enable building and shipping tests for Fedora 27+ * Mon Nov 20 2017 Neal Gompa - 0.28.1-1 - Initial import into Fedora (RH#1513512) * Sat Nov 18 2017 Neal Gompa - 0.28.1-0.3 - Add scriptlets for updating icon cache to mir-demos - Add hicolor-icon-theme dependency to mir-demos - Validate the desktop file shipped in mir-demos - Declare which subpackages own Mir library subdirectories * Fri Nov 17 2017 Neal Gompa - 0.28.1-0.2 - Add patch to fix building with libprotobuf 3.4.1 * Wed Nov 15 2017 Neal Gompa - 0.28.1-0.1 - Rebase to 0.28.1 - Add patch to fix installing the perf framework - Add patch to fix locating Google Mock for building Mir * Sat Apr 15 2017 Neal Gompa - 0.26.2-0.1 - Rebase to 0.26.2 * Wed Nov 9 2016 Neal Gompa - 0.24.1-0.2 - Add patch to add missing xkbcommon Requires to mirclient.pc * Mon Oct 31 2016 Neal Gompa - 0.24.1-0.1 - Initial packaging