]> git.pld-linux.org Git - packages/xorg-app-xwud.git/blob - xorg-app-xwud.spec
e779672f8c383e2bc3950b9631c5a29042b659b5
[packages/xorg-app-xwud.git] / xorg-app-xwud.spec
1 Summary:        xwud application - dump image displayer for X
2 Summary(pl.UTF-8):      Aplikacja xwud do wyświetlania obrazów zrzutów pod X
3 Name:           xorg-app-xwud
4 Version:        1.0.4
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xwud-%{version}.tar.bz2
9 # Source0-md5:  3025b152b4f13fdffd0c46d0be587be6
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xwud application allows X users to display in a window an image saved
21 in a specially formatted dump file, such as produced by xwd.
22
23 %description -l pl.UTF-8
24 Aplikacja xwud pozwala użytkownikom X wyświetlać w okienku obraz
25 zapisany w specjalnie sformatowanym pliku zrzutu, takim jak tworzony
26 przez xwd.
27
28 %prep
29 %setup -q -n xwud-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog README
52 %attr(755,root,root) %{_bindir}/xwud
53 %{_mandir}/man1/xwud.1*
This page took 0.032802 seconds and 2 git commands to generate.