Compare commits

..

14 commits

Author SHA1 Message Date
Benjamin A. Beasley
544e856d81 Update to 1.1.2 upstream release
- Resolves: rhbz#2494057
- Update License and SourceLicense fields

Commit co-authored by Packit automation (https://packit.dev/)
2026-07-01 13:42:27 +01:00
Benjamin A. Beasley
bf47b3c909 Configure Packit
[skip changelog]
2026-07-01 13:42:26 +01:00
fa7c81019b simplify .gitignore file
[skip changelog]

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
2026-07-01 13:42:24 +01:00
Benjamin A. Beasley
fb4adbe101 Improve license analysis; correct SourceLicense field 2026-07-01 13:42:21 +01:00
Benjamin A. Beasley
d97e7bb940 Trivial whitespace adjustment
[skip changelog]
2026-07-01 13:37:48 +01:00
Benjamin A. Beasley
b1ddf07415 Depend on gpgverify rather than gnupg2 for source file verification 2026-07-01 13:37:44 +01:00
Benjamin A. Beasley
098d0139b7 Fix typo in License expression 2026-07-01 13:37:38 +01:00
Benjamin A. Beasley
0e41cd74b5 Update .rpmlintrc file for current rpmlint 2026-07-01 13:37:35 +01:00
Benjamin A. Beasley
340bb76705 Add a SourceLicense field 2024-12-16 18:15:59 -05:00
Benjamin A. Beasley
daab93921f Update to 1.1.1 (close RHBZ#2294797) 2024-07-02 08:55:17 -04:00
Benjamin A. Beasley
a0e1d526bb Reduce macro indirection in the spec file
[skip changelog]
2024-07-02 08:55:04 -04:00
Benjamin A. Beasley
ac3cc6c1cd Trivial comment fix in License breakdown 2024-07-02 08:54:57 -04:00
Benjamin A. Beasley
d6b9c6c0c3 Update License to SPDX 2024-07-02 08:54:53 -04:00
Benjamin A. Beasley
e4abdd9801 Update to 1.1.0 (close RHBZ#2105851) 2022-07-11 12:29:35 -04:00

View file

@ -74,17 +74,24 @@ Source1: %{url}/pub/individual/app/xfontsel-%{version}.tar.xz.sig
Source2: xfontsel.gpg
BuildRequires: gpgverify
BuildRequires: gcc
BuildRequires: meson
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: make
# configure.ac: PKG_CHECK_MODULES/AC_SEARCH_LIBS
BuildRequires: gettext
# meson.build: dependency(…)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.17
BuildRequires: pkgconfig(xt)
Obsoletes: xorg-x11-apps < 7.7-31
%description
The xfontsel application provides a simple way to display the X11 core protocol
fonts known to your X server, examine samples of each, and retrieve the X
@ -96,16 +103,14 @@ Logical Font Description (“XLFD”) full name for a font.
%autosetup
%conf
%meson
%build
%meson_build
autoreconf --force --install --verbose
%configure
%make_build
%install
%meson_install
%make_install
# Upstream provides no tests.