Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
0606353be2 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:17:45 +00:00
Benjamin A. Beasley
c380ada49d Update license analysis and add a SourceLicense field 2026-05-25 07:28:47 +01:00
Benjamin A. Beasley
c44e5e03a0 Depend on gpgverify rather than gnupg2 for source file verification 2026-01-29 07:33:02 +00:00
Fedora Release Engineering
e9c24dfd8f Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:44:55 +00:00
Fedora Release Engineering
04aca18b71 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:55:17 +00:00
Benjamin A. Beasley
0cec2cbf25 Update .rpmlintrc file for current rpmlint 2025-05-11 08:49:41 -04:00
2 changed files with 38 additions and 8 deletions

2
xmessage.rpmlintrc Normal file
View file

@ -0,0 +1,2 @@
# Intentional, with a justifying spec-file comment
addFilter(r" no-%check-section")

View file

@ -5,14 +5,39 @@ Summary: Display a message in a window
# The entire source is X11, except the following files that are not installed
# or belong to the build system and therefore do not contribute to the license
# of the binary RPMs:
# - FSFAP: INSTALL
# - HPND-sell-variant: Makfile.am, Makefile.in, configure.ac
# - FSFULLR: aclocal.m4
# - GPL-2.0-or-later: compile, depcomp, missing
# - GPL-3.0-or-later: config.guess, config,sub
# - FSFUL, or perhaps (FSFUL AND X11 AND HPND-sell-variant): configure
# of the binary RPMs…
License: X11
# FSFAP-no-warranty-disclaimer
# - INSTALL
# FSFUL AND HPND-sell-variant:
# (HPND-sell-variant is because it is derived from configure.ac)
# - configure
# FSFULLR AND FSFULLRWD AND GPL-2.0-or-later WITH Autoconf-exception-generic
# AND GPL-3.0-or-later WITH Autoconf-exception-generic AND MIT AND X11:
# - aclocal.m4
# FSFULLR AND HPND-sell-variant:
# - Makefile.in
# GPL-2.0-or-later WITH Autoconf-exception-generic:
# - compile
# - depcomp
# - missing
# GPL-3.0-or-later WITH Autoconf-exception-generic:
# - config.guess
# - config.sub
# HPND-sell-variant:
# - Makefile.am
# - configure.ac
SourceLicense: %{shrink:
%{license} AND
FSFAP-no-warranty-disclaimer AND
FSFUL AND
FSFULLR AND
FSFULLRWD AND
GPL-2.0-or-later WITH Autoconf-exception-generic AND
GPL-3.0-or-later WITH Autoconf-exception-generic AND
HPND-sell-variant AND
MIT
}
URL: https://www.x.org
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz
Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
@ -31,7 +56,7 @@ Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
# was obtained on 2021-02-23.
Source2: %{name}.gpg
BuildRequires: gnupg2
BuildRequires: gpgverify
BuildRequires: autoconf
BuildRequires: automake
@ -68,6 +93,9 @@ autoreconf --force --install --verbose
%make_install
# Upstream does not provide any tests.
%files
%license COPYING