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