46 lines
1.3 KiB
RPMSpec
46 lines
1.3 KiB
RPMSpec
# SPDX-FileCopyrightText: (C) 2025, 2026 Institute of Software, Chinese Academy of Sciences (ISCAS)
|
|
# SPDX-FileCopyrightText: (C) 2025, 2026 openRuyi Project Contributors
|
|
# SPDX-FileContributor: jingyupu <pujingyu@iscas.ac.cn>
|
|
# SPDX-FileContributor: misaka00251 <liuxin@iscas.ac.cn>
|
|
# SPDX-FileContributor: yyjeqhc <jialin.oerv@isrc.iscas.ac.cn>
|
|
#
|
|
# SPDX-License-Identifier: MulanPSL-2.0
|
|
|
|
Name: kf6-extra-cmake-modules
|
|
Version: 6.22.0
|
|
Release: %autorelease
|
|
Summary: CMake modules
|
|
License: BSD-3-Clause
|
|
URL: https://www.kde.org
|
|
VCS: git:https://invent.kde.org/frameworks/extra-cmake-modules
|
|
#!RemoteAsset: sha256:82181d3956e40fe3667a1f37f8c54ff792037069717405c6e5898d63c316bfa4
|
|
Source0: https://invent.kde.org/frameworks/extra-cmake-modules/-/archive/v%{version}/extra-cmake-modules-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildSystem: cmake
|
|
|
|
BuildOption(conf): -DQT_MAJOR_VERSION=6
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: kf6-filesystem
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: qt6-base
|
|
# BuildRequires: python-sphinx
|
|
|
|
Requires: gcc-c++
|
|
Requires: cmake
|
|
Requires: kf6-filesystem
|
|
|
|
Provides: extra-cmake-modules = %{version}
|
|
|
|
# TODO: Fix tests.
|
|
%check
|
|
|
|
%description
|
|
Extra modules and scripts for CMake.
|
|
|
|
%files
|
|
%license LICENSES/*
|
|
%{_datadir}/ECM/
|
|
|
|
%changelog
|
|
%{?autochangelog} |