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