]> git.pld-linux.org Git - packages/xorg-app-xconsole.git/blame - xorg-app-xconsole.spec
- new
[packages/xorg-app-xconsole.git] / xorg-app-xconsole.spec
CommitLineData
ebfb8c86
JB
1Summary: xconsole application to monitor system console messages with X
2Summary(pl.UTF-8): Aplikacja xconsole do monitorowania komunikatów konsoli systemowej pod X
cfe923d4 3Name: xorg-app-xconsole
cc04b9f8 4Version: 1.0.3
222058ba 5Release: 2
cfe923d4
AM
6License: MIT
7Group: X11/Applications
defeefe6 8Source0: http://xorg.freedesktop.org/releases/individual/app/xconsole-%{version}.tar.bz2
cc04b9f8 9# Source0-md5: 0e1a3110bebabecc2897d67a973526b0
b10b426c
JB
10Source1: xconsole.desktop
11Source2: xconsole.png
662a698e 12Source3: xconsole.1x.it
cfe923d4 13URL: http://xorg.freedesktop.org/
21300acc 14BuildRequires: autoconf >= 2.57
cfe923d4 15BuildRequires: automake
992283b2 16BuildRequires: pkgconfig >= 1:0.19
cfe923d4 17BuildRequires: xorg-lib-libXaw-devel
946a0f06 18BuildRequires: xorg-lib-libXt-devel >= 1.0.0
cdfb4130 19BuildRequires: xorg-util-util-macros >= 0.99.2
538d7a8f 20Requires: xorg-lib-libXt >= 1.0.0
207d19d4 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cfe923d4
AM
22
23%description
ebfb8c86
JB
24The xconsole program displays messages which are usually sent to
25/dev/console.
cfe923d4 26
b04600c0 27%description -l pl.UTF-8
ebfb8c86
JB
28Program xconsole wyświetla komunikaty, które zwykle są wysyłane na
29/dev/console.
cfe923d4 30
cfe923d4
AM
31%prep
32%setup -q -n xconsole-%{version}
cfe923d4 33
cfe923d4
AM
34%build
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
42
cfe923d4
AM
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
cdfb4130 47 DESTDIR=$RPM_BUILD_ROOT
cfe923d4 48
b10b426c
JB
49install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/xconsole.desktop
50install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/xconsole.png
662a698e 51install -D %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/it/man1/xconsole.1x
b10b426c 52
cfe923d4
AM
53%clean
54rm -rf $RPM_BUILD_ROOT
55
cfe923d4
AM
56%files
57%defattr(644,root,root,755)
946a0f06 58%doc COPYING ChangeLog
662a698e
JB
59%attr(755,root,root) %{_bindir}/xconsole
60%{_datadir}/X11/app-defaults/XConsole
b10b426c
JB
61%{_desktopdir}/xconsole.desktop
62%{_pixmapsdir}/xconsole.png
662a698e
JB
63%{_mandir}/man1/xconsole.1x*
64%lang(it) %{_mandir}/it/man1/xconsole.1x*
This page took 0.108729 seconds and 4 git commands to generate.