Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0606353be2 | ||
|
|
c380ada49d | ||
|
|
c44e5e03a0 | ||
|
|
e9c24dfd8f | ||
|
|
04aca18b71 | ||
|
|
0cec2cbf25 | ||
|
|
20af4fc2a0 | ||
|
|
4ef337caeb | ||
|
|
c7f9639bc5 | ||
|
|
f41bb3fdf6 | ||
|
|
3a43908588 | ||
|
|
a0b92629f4 | ||
|
|
9e89eed464 |
2 changed files with 42 additions and 11 deletions
2
xmessage.rpmlintrc
Normal file
2
xmessage.rpmlintrc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Intentional, with a justifying spec-file comment
|
||||
addFilter(r" no-%check-section")
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue