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
|
# xmessage
|
||||||
|
|
||||||
The xmessage program displays a window containing a message from the command line, a file, or standard input.
|
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
|
Name: xmessage
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: xmessage - display a message or query in a window (X-based /bin/echo)
|
Summary: xmessage - display a message or query in a window (X-based /bin/echo)
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -15,17 +15,11 @@ BuildRequires: libX11-devel
|
|||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xmessage program displays a window containing a message from the command line, a file, or standard input.
|
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.
|
%debug_package
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -46,9 +40,12 @@ If the message is too big for the window, xmessage will display scroll bars.
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/X11/app-defaults/Xmessage*
|
%{_datadir}/X11/app-defaults/Xmessage*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%doc COPYING ChangeLog README
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 10 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user