40 lines
1.2 KiB
RPMSpec
40 lines
1.2 KiB
RPMSpec
Name: archlinux-keyring
|
|
Version: 20211028
|
|
Release: %autorelease
|
|
Url: https://archlinux.org/packages/core/any/archlinux-keyring/
|
|
Source0: https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/archive/%{version}/archlinux-keyring-%{version}.tar.gz
|
|
# see https://wiki.archlinux.org/index.php/Pacman-key for introduction
|
|
License: Public Domain
|
|
Summary: GPG keys used by Arch distribution to sign packages
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: keyrings-filesystem
|
|
BuildRequires: make
|
|
Requires: pacman-filesystem
|
|
Requires: keyrings-filesystem
|
|
|
|
%description
|
|
A set of GPG keys used to sign packages in the Arch distribution,
|
|
which can be used to verify that downloaded Arch packages are
|
|
valid.
|
|
|
|
This package simply packages the GPG keyring as published by Arch
|
|
developers into an RPM package to allow for safe and convenient
|
|
installation on Fedora systems.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
%make_install PREFIX=%{_prefix}
|
|
mkdir -p %{buildroot}%{_keyringsdir}/
|
|
ln -s %{_datadir}/pacman/keyrings/archlinux.gpg %{buildroot}%{_keyringsdir}/
|
|
|
|
%files
|
|
%{_datadir}/pacman/keyrings
|
|
%{_keyringsdir}/archlinux.gpg
|
|
|
|
%changelog
|
|
%autochangelog
|