Compare commits

...
Sign in to create a new pull request.

23 commits

Author SHA1 Message Date
Fedora Release Engineering
8d3af92bb1 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:51:29 +00:00
Benjamin A. Beasley
09988eb145 Fix License field (add MIT term) 2026-05-20 14:54:06 +01:00
Benjamin A. Beasley
1b68f5d49f Be more clear that we have no tests of our own 2026-05-20 14:51:40 +01:00
Benjamin A. Beasley
a3cc806bce Use the cmake declarative buildsystem 2026-05-20 07:52:59 +01:00
Benjamin A. Beasley
69ed6fc33d Trivial spec-file typo fix
[skip changelog]
2026-05-20 07:49:40 +01:00
Benjamin A. Beasley
1d8a76b375 The ninja backend is the default now; don’t bother specifying it
https://fedoraproject.org/wiki/Changes/CMake_ninja_default
2026-03-15 11:27:48 +00:00
Benjamin A. Beasley
598e1508f6 Verify asan/tsan/ubsan arch list for GCC 16.0.1 2026-03-15 11:27:48 +00:00
Fedora Release Engineering
23dad95716 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:17:27 +00:00
Benjamin A. Beasley
0a8d322dd2 Update .rpmlintrc file
[skip changelog]
2026-01-11 00:03:14 +00:00
Benjamin A. Beasley
f4db9d37b4 Rebuilt for gtest 1.17.0 2025-11-12 10:10:14 +00:00
Benjamin A. Beasley
e4174d1dd4 Update to 1.8.1 (close RHBZ#2388540) 2025-08-15 07:19:57 -04:00
Fedora Release Engineering
77c37873ce Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:28:15 +00:00
Benjamin A. Beasley
7454946d25 Update .rpmlintrc file for current rpmlint 2025-05-11 08:56:14 -04:00
Benjamin A. Beasley
c93d6ccbd4 Update architectures for asan/tsan/ubsan tests based on GCC 15
- Adds riscv64 to supported architectures for all three kinds of tsts
2025-03-05 10:52:18 -05:00
Benjamin A. Beasley
24fc598db3 Rebuilt for gtest 1.15.2 2025-01-22 14:29:03 -05:00
Fedora Release Engineering
0811c7d5b0 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:07:06 +00:00
Benjamin A. Beasley
9177e66353 Add a SourceLicense field 2024-12-15 11:33:21 -05:00
Benjamin A. Beasley
04eccb325e Invoke %cmake in %conf rather than in %build 2024-11-03 07:11:11 -05:00
Fedora Release Engineering
bad98f764e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:25:39 +00:00
Benjamin A. Beasley
4ae221bf8e Add an rpmlintrc file
[skip changelog]
2024-04-05 10:26:38 -04:00
Fedora Release Engineering
fce43b7315 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:56:22 +00:00
Benjamin A. Beasley
b99314c591 Update to 1.7.0 (close RHBZ#2254812) 2023-12-20 10:54:05 -05:00
Benjamin A. Beasley
8885432e1d Rebuild for gtest 1.14.0 2023-10-30 18:07:52 -04:00
4 changed files with 33 additions and 36 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@
/wlcs-1.5.0.tar.gz
/wlcs-1.6.0.tar.gz
/wlcs-1.6.1.tar.gz
/wlcs-1.7.0.tar.gz
/wlcs-1.8.1.tar.gz

View file

@ -1 +1 @@
SHA512 (wlcs-1.6.1.tar.gz) = 136bee6ac1d55e55cbeb65e20cc6e6b1912c5b050bef63d16a869dc90b6e287dddb21d8861f3847811aa804d1e5edbe1de0616ebef888fce335399e249f60bce
SHA512 (wlcs-1.8.1.tar.gz) = 5a76c9a5b88ab0627300bd9a3cb63ceaf68824a15b79a605aa5fd3a9b12e2877489a7150a21da68bda21434bd947e4f0d1ecc8b6d81ab9a1faf84ee75e6d1ca2

2
wlcs.rpmlintrc Normal file
View file

@ -0,0 +1,2 @@
# Not a real spelling error:
addFilter(r" spelling-error \('(implementors?)',")

View file

@ -1,14 +1,14 @@
# Lists copied from gcc.spec
# Current as of 13.2.1 (lines 66, 86, and 76, respectively).
# Current as of 16.0.1 (lines 83, 103, and 93, respectively).
# Note that asan and ubsan are available on all Fedora primary architectures;
# tsan is missing on i686 only.
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 riscv64
%global arch_has_asan 1
%endif
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 riscv64
%global arch_has_ubsan 1
%endif
%ifarch x86_64 ppc64 ppc64le aarch64 s390x
%ifarch x86_64 ppc64 ppc64le aarch64 s390x riscv64
%global arch_has_tsan 1
%endif
@ -18,7 +18,7 @@
%bcond tsan 0%{?arch_has_tsan:1}
Name: wlcs
Version: 1.6.1
Version: 1.8.1
Release: %autorelease
Summary: Wayland Conformance Test Suite
@ -39,7 +39,7 @@ Summary: Wayland Conformance Test Suite
# and these sources are combined with GPLv3 code, the LGPLv3 option is used
# in this package. However, we encode both options in the SPDX expression.
#
# GPLv2+:
# GPL-2.0-or-later
# - debian/*
# > Not used in this package
#
@ -63,8 +63,8 @@ Summary: Wayland Conformance Test Suite
# - tests/xdg_surface_v6.cpp
# - tests/xdg_toplevel_stable.cpp
# - tests/xdg_toplevel_v6.cpp
# > Files in tests/ are all test code that is not installed (so does not
# contribute to the licenses of the binary RPMs). Files in src/protocol/ are
# > Files in tests/ are included in the test-suite executables and do
# contribute to the licenses of the binary RPMs. Files in src/protocol/ are
# used as inputs to “wayland-scanner” to generate C source files and headers,
# and are not directly included in the binary RPMs.
#
@ -73,16 +73,32 @@ Summary: Wayland Conformance Test Suite
# > Files in src/protocol/ are used as inputs to “wayland-scanner” to generate
# C source files and headers, and are not directly included in the binary
# RPMs.
License: GPL-3.0-only AND (LGPL-2.0-only OR LGPL-3.0-only)
License: GPL-3.0-only AND (LGPL-2.0-only OR LGPL-3.0-only) AND MIT
SourceLicense: %{shrink:
%{license} AND
(GPL-2.0-only OR GPL-3.0-only) AND
GPL-2.0-or-later AND
HPND-sell-variant
}
URL: https://github.com/MirServer/wlcs
Source: %{url}/archive/v%{version}/wlcs-%{version}.tar.gz
BuildSystem: cmake
# WLCS_FATAL_COMPILE_WARNINGS: makes sense for upstream CI, but too strict for
# downstream packaging
BuildOption(conf): %{shrink:
-DWLCS_BUILD_ASAN=%{?with_asan:ON}%{?!with_asan:OFF}
-DWLCS_BUILD_TSAN=%{?with_tsan:ON}%{?!with_tsan:OFF}
-DWLCS_BUILD_UBSAN=%{?with_ubsan:ON}%{?!with_ubsan:OFF}
-DWLCS_FATAL_COMPILE_WARNINGS:BOOL=OFF
}
# We have built a test suite for compositors, but we have no tests for the test
# suite, i.e., %%ctest would find no tests and there is nothing useful we could
# do in %%check.
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: ninja-build
BuildRequires: boost-devel
BuildRequires: cmake(GTest)
BuildRequires: gmock-devel
@ -129,29 +145,6 @@ The wlcs-devel package contains libraries and header files for developing
Wayland compositor tests that use wlcs.
%prep
%autosetup
# -Werror makes sense for upstream CI, but is too strict for packaging
sed -r -i 's/-Werror //' CMakeLists.txt
%build
%cmake \
-DWLCS_BUILD_ASAN=%{?with_asan:ON}%{?!with_asan:OFF} \
-DWLCS_BUILD_TSAN=%{?with_tsan:ON}%{?!with_tsan:OFF} \
-DWLCS_BUILD_UBSAN=%{?with_ubsan:ON}%{?!with_ubsan:OFF} \
-GNinja
%cmake_build
%install
%cmake_install
%check
%ctest
%files
%license COPYING.*
%doc README.rst