## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: xmessage Version: 1.0.6 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 License: X11 URL: https://www.x.org Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig # Keyring created on 2023-02-10 with: # workdir="$(mktemp --directory)" # gpg2 --with-fingerprint xmessage-1.0.5.tar.bz2.sig 2>&1 | # awk '$2 == "using" { print "0x" $NF }' | # xargs gpg2 --homedir="${workdir}" \ # --keyserver=hkps://keys.openpgp.org --recv-keys # gpg2 --homedir="${workdir}" --export --export-options export-minimal \ # > xmessage.gpg # rm -rf "${workdir}" # Inspect keys using: # gpg2 --list-keys --no-default-keyring --keyring ./xmessage.gpg # The fingerprint matches the key in the keyring in the xfontsel package, which # was obtained on 2021-02-23. Source2: %{name}.gpg BuildRequires: gnupg2 BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig(x11) 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 question. xmessage can also exit after a specified time. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build autoreconf --force --install --verbose %configure %make_build %install %make_install %files %license COPYING %doc ChangeLog %doc README %{_bindir}/xmessage %{_mandir}/man1/xmessage.1* %{_datadir}/X11/app-defaults/Xmessage %{_datadir}/X11/app-defaults/Xmessage-color %changelog * Fri Feb 10 2023 Benjamin A. Beasley 1.0.6-2 - Improved License breakdown * Fri Feb 10 2023 Benjamin A. Beasley 1.0.6-1 - Update to 1.0.6 (close RHBZ#2106499) * Fri Feb 10 2023 Benjamin A. Beasley 1.0.5-14 - Update License to SPDX * Fri Feb 10 2023 Benjamin A. Beasley - 1.0.5-7 - Add missing autoconf BR and drop bogus libtool BR - Add --force to autoreconf - Drop --disable-silent-rules configure argument, redundant with V=1 in make_build macro - Install ChangeLog and README - Add cryptographic source archive verification * Sat Jan 21 2023 Fedora Release Engineering - 1.0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 1.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 1.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Apr 08 2021 Peter Hutterer - 1.0.5-2 - Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245) * Tue Mar 02 2021 Peter Hutterer 1.0.5-1 - Split xmessage out from xorg-x11-apps into a separate package (#1933951)