Compare commits

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

12 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
Fedora Release Engineering
20af4fc2a0 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:59:41 +00:00
Benjamin A. Beasley
4ef337caeb Invoke %cmake in %conf rather than in %build 2024-11-03 07:44:53 -05:00
Fedora Release Engineering
c7f9639bc5 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:12:13 +00:00
Benjamin A. Beasley
f41bb3fdf6 Update to 1.0.7 (close RHBZ#22944800) 2024-06-30 09:41:30 -04:00
Benjamin A. Beasley
3a43908588 Stop Obsoleting xorg-x11-apps, which was gone by Fedora 35 2024-04-05 12:19:13 -04:00
Fedora Release Engineering
a0b92629f4 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:51:17 +00:00
4 changed files with 47 additions and 14 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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

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

@ -1,18 +1,43 @@
Name: xmessage
Version: 1.0.6
Version: 1.0.7
Release: %autorelease
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
@ -44,8 +69,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
@ -57,9 +80,12 @@ question. xmessage can also exit after a specified time.
%autosetup
%build
%conf
autoreconf --force --install --verbose
%configure
%build
%make_build
@ -67,6 +93,9 @@ autoreconf --force --install --verbose
%make_install
# Upstream does not provide any tests.
%files
%license COPYING