diff --git a/README.md b/README.md index 5224d33..8201460 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/xmessage.spec b/xmessage.spec index ff60ded..5ede120 100644 --- a/xmessage.spec +++ b/xmessage.spec @@ -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 -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Packager: Silvan Calarco +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 1.0.6-1mamba +- update to 1.0.6 + * Tue Apr 10 2018 Automatic Build System 1.0.5-1mamba - automatic update by autodist