update to 1.0.6 [release 1.0.6-1mamba;Sat Jul 16 2022]
This commit is contained in:
parent
232a0864b1
commit
d964fef26e
@ -1,11 +1,4 @@
|
||||
# xmessage
|
||||
|
||||
The xmessage program displays a window containing a message from the command line, a file, or standard input.
|
||||
Along the lower edge of the message is row of buttons; clicking the left mouse button on any of these buttons will cause xmessage to exit.
|
||||
Which button was pressed is returned in the exit status and, optionally, by writing the label of the button to standard output.
|
||||
|
||||
The program is typically used by shell scripts to display information to the user or to ask the user to make a choice.
|
||||
|
||||
Unless a size is specified, xmessage sizes itself to fit the message, up to a maximum size.
|
||||
If the message is too big for the window, xmessage will display scroll bars.
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: xmessage
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
Release: 1mamba
|
||||
Summary: xmessage - display a message or query in a window (X-based /bin/echo)
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -15,17 +15,11 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The xmessage program displays a window containing a message from the command line, a file, or standard input.
|
||||
Along the lower edge of the message is row of buttons; clicking the left mouse button on any of these buttons will cause xmessage to exit.
|
||||
Which button was pressed is returned in the exit status and, optionally, by writing the label of the button to standard output.
|
||||
|
||||
The program is typically used by shell scripts to display information to the user or to ask the user to make a choice.
|
||||
|
||||
Unless a size is specified, xmessage sizes itself to fit the message, up to a maximum size.
|
||||
If the message is too big for the window, xmessage will display scroll bars.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -46,9 +40,12 @@ If the message is too big for the window, xmessage will display scroll bars.
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/X11/app-defaults/Xmessage*
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
||||
- update to 1.0.6
|
||||
|
||||
* Tue Apr 10 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user