]> git.pld-linux.org Git - packages/xorg-app-xwd.git/blob - xorg-app-xwd.spec
- updated to 1.0.3
[packages/xorg-app-xwd.git] / xorg-app-xwd.spec
1 Summary:        xwd application - dump an image of an X window
2 Summary(pl.UTF-8):      Aplikacja xwd - zrzut obrazu okna X
3 Name:           xorg-app-xwd
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xwd-%{version}.tar.bz2
9 # Source0-md5:  007cea1f389abde5c93162dcd5541351
10 Source1:        xwd.1x.pl
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-util-util-macros >= 1.3
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xwd application is an X Window System window dumping utility. It
21 allows X users to store window images in a specially formatted dump
22 file. This file can then be read by various other X utilities for
23 redisplay, printing, editing, formatting, archiving, image processing,
24 etc. The target window is selected by clicking the pointer in the
25 desired window.
26
27 %description -l pl.UTF-8
28 Aplikacja xwd to narzędzie do wykonywania zrzutów okien X Window
29 System. Umożliwia użytkownikom zapisywanie obrazów okien w plikach o
30 specjalnym formacie, które później mogą być czytane przez różne inne
31 narzędzia X do wyświetlania, drukowania, edycji, formatowania,
32 archiwizacji, przetwarzania itp. Wyboru okna dokonuje się klikając na
33 nim kursorem.
34
35 %prep
36 %setup -q -n xwd-%{version}
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/xwd.1x
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog README
61 %attr(755,root,root) %{_bindir}/xwd
62 %{_mandir}/man1/xwd.1x*
63 %lang(pl) %{_mandir}/pl/man1/xwd.1x*
This page took 0.059358 seconds and 3 git commands to generate.