Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7da4098329 | ||
|
|
b0278d4bfc |
1 changed files with 8 additions and 7 deletions
15
wlcs.spec
15
wlcs.spec
|
|
@ -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,18 +73,18 @@ 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 AND
|
||||
MIT
|
||||
HPND-sell-variant
|
||||
}
|
||||
URL: https://github.com/MirServer/wlcs
|
||||
Source: %{url}/archive/v%{version}/wlcs-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
|
|
@ -156,8 +156,9 @@ Wayland compositor tests that use wlcs.
|
|||
%cmake_install
|
||||
|
||||
|
||||
%check
|
||||
%ctest
|
||||
# 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.
|
||||
|
||||
|
||||
%files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue