]> git.pld-linux.org Git - packages/xorg-app-xwd.git/blob - xorg-app-xwd.spec
- tabs in preamble
[packages/xorg-app-xwd.git] / xorg-app-xwd.spec
1 Summary:        xwd application
2 Summary(pl.UTF-8):      Aplikacja xwd
3 Name:           xorg-app-xwd
4 Version:        1.0.1
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:  911addfb7fa402217ddac63e5c1d97c7
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.
22
23 %description -l pl.UTF-8
24 Aplikacja xwd.
25
26 %prep
27 %setup -q -n xwd-%{version}
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/xwd.1x
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog
52 %attr(755,root,root) %{_bindir}/xwd
53 %{_mandir}/man1/xwd.1x*
54 %lang(pl) %{_mandir}/pl/man1/xwd.1x*
This page took 0.028581 seconds and 4 git commands to generate.