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