From 9e89eed4640e697d5e921047456ea88bfa250782 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:00:14 +0000 Subject: [PATCH 01/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From a0b92629f42ddaee298f5b1c79c245413926c2e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:51:17 +0000 Subject: [PATCH 02/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 3a43908588398a7eee2b2790bb9e04c894053b38 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 5 Apr 2024 12:17:16 -0400 Subject: [PATCH 03/13] Stop Obsoleting xorg-x11-apps, which was gone by Fedora 35 --- xmessage.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/xmessage.spec b/xmessage.spec index f7ba908..bd8b27b 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -44,8 +44,6 @@ BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xt) -Obsoletes: xorg-x11-apps < 7.7-31 - %description xmessage displays a message or query in a window. The user can click on an “okay” button to dismiss it or can select one of several buttons to answer a From f41bb3fdf6bfc9934a550119306a96fc0db6ebea Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 30 Jun 2024 09:41:30 -0400 Subject: [PATCH 04/13] Update to 1.0.7 (close RHBZ#22944800) --- .gitignore | 2 ++ sources | 4 ++-- xmessage.spec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3194eef..a96e3d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /xmessage-1.0.5.tar.bz2.sig /xmessage-1.0.6.tar.xz /xmessage-1.0.6.tar.xz.sig +/xmessage-1.0.7.tar.xz +/xmessage-1.0.7.tar.xz.sig diff --git a/sources b/sources index 84897d1..0f3f1e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (xmessage-1.0.6.tar.xz) = 89deb7a81bd047027f99cb92cd16a47f94479c61a6f9fbac4638e6d642037b3e9bbac2313db59ac8c5544175947c693f6a210537c6df2b88dc3de1c67498cba8 -SHA512 (xmessage-1.0.6.tar.xz.sig) = cd2dd9381d234c2581dd799a3f10fc3b00974acd3a653b16a54abea73961553e68bfdb41e69ba506964635f0a76a4a6ed205404676297cce584d1a1a801e1b39 +SHA512 (xmessage-1.0.7.tar.xz) = 0c44f7973f7ed8d7993aaeb457a8921301cb0de905e45d92bd99d49463223b54c704a28bef376fe6038b4aec7156be873a34294741c8537bb7a5a57e1f152cce +SHA512 (xmessage-1.0.7.tar.xz.sig) = 5ed154517802c8812c3f95c7da20422decd80108c9986834bd8b2b164aaa2c4939fd39bb125b52c801ecfa427f8b3e3c252b7abd29f218ad3980299fe5ad1190 diff --git a/xmessage.spec b/xmessage.spec index bd8b27b..c64c446 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -1,5 +1,5 @@ Name: xmessage -Version: 1.0.6 +Version: 1.0.7 Release: %autorelease Summary: Display a message in a window From c7f9639bc5a0b167698859902e49f8217a433c10 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:12:13 +0000 Subject: [PATCH 05/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4ef337caeb1bac09d5cd127e63a053fb25bbb1f6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Nov 2024 07:44:53 -0500 Subject: [PATCH 06/13] Invoke %cmake in %conf rather than in %build --- xmessage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmessage.spec b/xmessage.spec index c64c446..d34fb1d 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -55,9 +55,12 @@ question. xmessage can also exit after a specified time. %autosetup -%build +%conf autoreconf --force --install --verbose %configure + + +%build %make_build From 20af4fc2a0abac1f1e9c4d2ae5689d721280027f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:59:41 +0000 Subject: [PATCH 07/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 0cec2cbf25b8f47181bb4d827c9bfcc1f9bf6715 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 11 May 2025 08:49:41 -0400 Subject: [PATCH 08/13] Update .rpmlintrc file for current rpmlint --- xmessage.rpmlintrc | 2 ++ xmessage.spec | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 xmessage.rpmlintrc diff --git a/xmessage.rpmlintrc b/xmessage.rpmlintrc new file mode 100644 index 0000000..cdaa52f --- /dev/null +++ b/xmessage.rpmlintrc @@ -0,0 +1,2 @@ +# Intentional, with a justifying spec-file comment +addFilter(r" no-%check-section") diff --git a/xmessage.spec b/xmessage.spec index d34fb1d..7257ec4 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -68,6 +68,9 @@ autoreconf --force --install --verbose %make_install +# Upstream does not provide any tests. + + %files %license COPYING From 04aca18b719e96d99b32bdf1902dfebc5cab576a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:55:17 +0000 Subject: [PATCH 09/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From e9c24dfd8f46874add1f7e3c81997d52411a7045 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:44:55 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From c44e5e03a0a9b19f5c8d53bdf2562e0a273d0e16 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 29 Jan 2026 07:33:02 +0000 Subject: [PATCH 11/13] Depend on gpgverify rather than gnupg2 for source file verification --- xmessage.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmessage.spec b/xmessage.spec index 7257ec4..63476af 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -31,7 +31,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 From c380ada49d3bf71a5884b7f35255abfc0cbdd54d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 May 2026 07:28:47 +0100 Subject: [PATCH 12/13] Update license analysis and add a SourceLicense field --- xmessage.spec | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/xmessage.spec b/xmessage.spec index 63476af..26e2685 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -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 From 0606353be21ac3baa461102219bde6fe00e39d49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:17:45 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild