SonicDE hard fork and upgrade to 6.7
This commit is contained in:
parent
49c8c3d2ce
commit
ca95bace9a
167 changed files with 16629 additions and 419 deletions
|
|
@ -0,0 +1,77 @@
|
|||
# Generated for SonicDE from Fedora's pam-kwallet.spec.
|
||||
# SonicDE is a hard fork of KDE Plasma; the sources come from the
|
||||
# https://github.com/Sonic-DE/sonic-frameworks-keyring-pam fork, not from download.kde.org.
|
||||
%define _disable_source_fetch 0
|
||||
%define debug_package %{nil}
|
||||
%global reponame sonic-frameworks-keyring-pam
|
||||
# Upstream KDE project: kwallet-pam
|
||||
%global oldname pam-kwallet
|
||||
|
||||
|
||||
%global base_name kwallet-pam
|
||||
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
#Name: pam-kwallet
|
||||
Name: sonic-frameworks-keyring-pam
|
||||
Summary: PAM module for KWallet
|
||||
Version: 6.7.4
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.0-or-later
|
||||
#URL: https://invent.kde.org/plasma/%%{base_name}.git
|
||||
URL: https://github.com/Sonic-DE/%{reponame}
|
||||
|
||||
#Source0: https://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{base_name}-%%{version}.tar.xz
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{reponame}-%{version}.tar.gz
|
||||
#Source1: https://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{base_name}-%%{version}.tar.xz.sig
|
||||
|
||||
## upstream patches
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
Provides: %{base_name} = %{version}-%{release}
|
||||
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: sonic-rpm-macros
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: libgcrypt-devel >= 1.5.0
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: cmake(KF6Wallet)
|
||||
BuildRequires: socat
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1155873
|
||||
Requires: socat
|
||||
# pam module makes little sense without the actually kwallet service
|
||||
Requires: sonic-frameworks-keyring
|
||||
|
||||
Provides: pam-kwallet = %{version}-%{release}
|
||||
Conflicts: pam-kwallet < %{version}-%{release}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{reponame}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
|
||||
%files
|
||||
%{_sysconfdir}/xdg/autostart/pam_kwallet_init.desktop
|
||||
%{_userunitdir}/plasma-kwallet-pam.service
|
||||
%{_libexecdir}/pam_kwallet_init
|
||||
%{_libdir}/security/pam_kwallet5.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.7.4-1
|
||||
- SonicDE hard fork build for Enterprise Linux 10 and Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue