This commit is contained in:
2026-04-02 12:36:04 +08:00
parent 2bb7342e6e
commit 6846c5394e
16 changed files with 153 additions and 78 deletions

View File

@@ -1,4 +1,8 @@
# SPDX-FileCopyrightText: (C) 2026 Institute of Software, Chinese Academy of Sciences (ISCAS)
# SPDX-FileCopyrightText: (C) 2026 openRuyi Project Contributors
# SPDX-FileContributor: jingyupu <pujingyu@iscas.ac.cn>
#
# SPDX-License-Identifier: MulanPSL-2.0
%define kf6_version 6.19.0
%define qt6_version 6.9.0
@@ -6,9 +10,10 @@
Name: kaccounts-integration
Version: 25.12.2
Release: 0
Release: %autorelease
Summary: KDE Accounts Providers
License: GPL-2.0-or-later
#!RemoteAsset
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
@@ -31,7 +36,7 @@ Recommends: kaccounts-providers
Small system to administer web accounts for the sites and services across the
Plasma desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others.
%package devel
%package devel
Summary: KDE Accounts Providers - Development Files
# Used in KAccountsMacros.cmake
Requires: intltool
@@ -42,7 +47,7 @@ Requires: cmake(Qt6Widgets) >= %{qt6_version}
Requires: cmake(SignOnQt6)
Requires: pkgconfig(libaccounts-glib)
%description devel
%description devel
Small system to administer web accounts for the sites and services across the
Plasma desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others.
This package provides development files.
@@ -67,8 +72,6 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/en_GB/
# Use langpacks macro to auto-split translations
%find_lang %{name} --with-qt --with-man --all-name --generate-subpackages
%files
%license LICENSES/*
%{_kf6_applicationsdir}/kcm_kaccounts.desktop
@@ -87,3 +90,4 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/en_GB/
%{_kf6_libdir}/libkaccounts6.so
%changelog
%{?autochangelog}