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.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 f7ba908..26e2685 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -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