]> git.pld-linux.org Git - packages/xorg-app-xmessage.git/blame - xorg-app-xmessage.spec
- dropped pre-cvs changelog
[packages/xorg-app-xmessage.git] / xorg-app-xmessage.spec
CommitLineData
72151eea
JB
1Summary: xmessage application - display a message or query in a window
2Summary(pl.UTF-8): Aplikacja xmessage - wyświetlanie komunikatu lub zapytania w oknie
193c1f1d 3Name: xorg-app-xmessage
026938ef
JB
4Version: 1.0.3
5Release: 1
193c1f1d
AM
6License: MIT
7Group: X11/Applications
4c6607fd 8Source0: http://xorg.freedesktop.org/releases/individual/app/xmessage-%{version}.tar.bz2
026938ef 9# Source0-md5: 76ac52710234ebb9d0e2762bb5d11ea1
193c1f1d 10URL: http://xorg.freedesktop.org/
6a57e8ef 11BuildRequires: autoconf >= 2.57
193c1f1d 12BuildRequires: automake
0357549e 13BuildRequires: pkgconfig >= 1:0.19
193c1f1d 14BuildRequires: xorg-lib-libXaw-devel
1636d836 15BuildRequires: xorg-lib-libXt-devel >= 1.0.0
026938ef 16BuildRequires: xorg-util-util-macros >= 1.4
1a302a2b 17Requires: xorg-lib-libXt >= 1.0.0
19de5cd1 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
193c1f1d
AM
19
20%description
72151eea
JB
21The xmessage program displays a window containing a message from the
22command line, a file, or standard input. Along the lower edge of the
23message is row of buttons; clicking the left mouse button on any of
24these buttons will cause xmessage to exit. Which button was pressed is
25returned in the exit status and, optionally, by writing the label of
26the button to standard output.
193c1f1d 27
23533bdf 28%description -l pl.UTF-8
72151eea
JB
29Program xmessage wyświetla okienko zawierające komunikat z linii
30poleceń, pliku lub standardowego wejścia. Wzdłuż dolnej krawędzi
31komunikatu znajduje się wiersz przycisków; kliknięcie lewym klawiszem
32myszy na dowolnym z przycisków powoduje zakończenie xmessage, To,
33który przycisk został wciśnięty, jest zwracane w kodzie wyjścia oraz,
34opcjonalnie, poprzez wypisanie etykiety przycisku na standardowym
35wyjściu.
193c1f1d 36
193c1f1d
AM
37%prep
38%setup -q -n xmessage-%{version}
193c1f1d 39
193c1f1d
AM
40%build
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure
46
47%{__make}
48
193c1f1d
AM
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
3ee908b2 53 DESTDIR=$RPM_BUILD_ROOT
193c1f1d 54
193c1f1d
AM
55%clean
56rm -rf $RPM_BUILD_ROOT
57
193c1f1d
AM
58%files
59%defattr(644,root,root,755)
1636d836 60%doc COPYING ChangeLog README
4c6607fd
JB
61%attr(755,root,root) %{_bindir}/xmessage
62%{_datadir}/X11/app-defaults/Xmessage*
63%{_mandir}/man1/xmessage.1x*
This page took 0.109001 seconds and 4 git commands to generate.