Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cf90b19d7 | ||
|
|
6f972237b9 | ||
|
|
08acefd3ba |
3 changed files with 11 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/xfontsel-*.tar.bz2
|
||||
/xfontsel-1.0.6.tar.bz2.sig
|
||||
/xfontsel-1.1.0.tar.xz
|
||||
/xfontsel-1.1.0.tar.xz.sig
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (xfontsel-1.0.6.tar.bz2) = 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
|
||||
SHA512 (xfontsel-1.0.6.tar.bz2.sig) = af7a9ea78dab6e9007dd900efab884220e75655e0eae78b9377566db3360691e14b6a435795f2bb7481652336dba2ae26258ccdac0210286d2442e227899e520
|
||||
SHA512 (xfontsel-1.1.0.tar.xz) = be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
|
||||
SHA512 (xfontsel-1.1.0.tar.xz.sig) = bb04c7bd5e8071d41a34d5b23ec5aa72726ba8e964b94f1bbf28f9d71f2ece11675d94a27a7c984502f0f7da6b1052a9b066c5ee0f61c0aec3871ecef0fd00bc
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: xfontsel
|
||||
Version: 1.0.6
|
||||
Version: 1.1.0
|
||||
Release: %autorelease
|
||||
Summary: Tool to list X11 core protocol fonts
|
||||
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
|
||||
Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2.sig
|
||||
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
|
||||
# Keyring created on 2021-02-23 with:
|
||||
# workdir="$(mktemp --directory)"
|
||||
# gpg2 --with-fingerprint xfontsel-1.0.6.tar.bz2.sig 2>&1 |
|
||||
|
|
@ -18,6 +18,9 @@ Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2.
|
|||
# rm -rf "${workdir}"
|
||||
# Inspect keys using:
|
||||
# gpg2 --list-keys --no-default-keyring --keyring ./xfontsel.gpg
|
||||
# Since the SKS Keyserver Network is no longer online, you can reproduce by
|
||||
# substituting:
|
||||
# --keyserver=hkps://keys.openpgp.org
|
||||
Source2: %{name}.gpg
|
||||
|
||||
BuildRequires: gnupg2
|
||||
|
|
@ -60,7 +63,7 @@ autoreconf --force --install --verbose
|
|||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog
|
||||
%doc README
|
||||
%doc README.md
|
||||
%{_bindir}/xfontsel
|
||||
%{_mandir}/man1/xfontsel.1*
|
||||
%{_datadir}/X11/app-defaults/XFontSel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue