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