File archlinux-keyring.spec of Package archlinux-keyring
#
# spec file for package archlinux-keyring
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: archlinux-keyring
Version: 20251116
Release: 0
Summary: GPG keys of the Arch Linux distribution
Group: System/Packages
License: GPL-3.0-or-later
URL: https://gitlab.archlinux.org/archlinux/archlinux-keyring/
Source0: https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/releases/%{version}/downloads/archlinux-keyring-%{version}.tar.gz
Requires: pacman
BuildRequires: pacman
BuildArch: noarch
%description
GPG keys used by the Arch Linux distributions to sign packages.
%prep
%autosetup
%build
# left empty on purpose
%install
install -D --mode 644 -t %{buildroot}%{_datadir}/pacman/keyrings archlinux-revoked
install -D --mode 644 -t %{buildroot}%{_datadir}/pacman/keyrings archlinux.gpg
install -D --mode 644 -t %{buildroot}%{_datadir}/pacman/keyrings archlinux-trusted
%files
%{_datadir}/pacman/keyrings
%{_datadir}/pacman/keyrings/archlinux-revoked
%{_datadir}/pacman/keyrings/archlinux.gpg
%{_datadir}/pacman/keyrings/archlinux-trusted
%changelog