Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
4 changed files with 14 additions and 47 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,5 +2,3 @@
|
|||
/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
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (xmessage-1.0.7.tar.xz) = 0c44f7973f7ed8d7993aaeb457a8921301cb0de905e45d92bd99d49463223b54c704a28bef376fe6038b4aec7156be873a34294741c8537bb7a5a57e1f152cce
|
||||
SHA512 (xmessage-1.0.7.tar.xz.sig) = 5ed154517802c8812c3f95c7da20422decd80108c9986834bd8b2b164aaa2c4939fd39bb125b52c801ecfa427f8b3e3c252b7abd29f218ad3980299fe5ad1190
|
||||
SHA512 (xmessage-1.0.6.tar.xz) = 89deb7a81bd047027f99cb92cd16a47f94479c61a6f9fbac4638e6d642037b3e9bbac2313db59ac8c5544175947c693f6a210537c6df2b88dc3de1c67498cba8
|
||||
SHA512 (xmessage-1.0.6.tar.xz.sig) = cd2dd9381d234c2581dd799a3f10fc3b00974acd3a653b16a54abea73961553e68bfdb41e69ba506964635f0a76a4a6ed205404676297cce584d1a1a801e1b39
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Intentional, with a justifying spec-file comment
|
||||
addFilter(r" no-%check-section")
|
||||
|
|
@ -1,43 +1,18 @@
|
|||
Name: xmessage
|
||||
Version: 1.0.7
|
||||
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…
|
||||
# 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
|
||||
# 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
|
||||
|
|
@ -56,7 +31,7 @@ Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
|
|||
# was obtained on 2021-02-23.
|
||||
Source2: %{name}.gpg
|
||||
|
||||
BuildRequires: gpgverify
|
||||
BuildRequires: gnupg2
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
|
@ -69,6 +44,8 @@ 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
|
||||
|
|
@ -80,12 +57,9 @@ question. xmessage can also exit after a specified time.
|
|||
%autosetup
|
||||
|
||||
|
||||
%conf
|
||||
%build
|
||||
autoreconf --force --install --verbose
|
||||
%configure
|
||||
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
|
||||
|
|
@ -93,9 +67,6 @@ autoreconf --force --install --verbose
|
|||
%make_install
|
||||
|
||||
|
||||
# Upstream does not provide any tests.
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue