]> git.pld-linux.org Git - packages/xorg-app-xwud.git/blob - xorg-app-xwud.spec
b0eff833600a5683dc63a08705690879560486e4
[packages/xorg-app-xwud.git] / xorg-app-xwud.spec
1 # $Rev: 3430 $, $Date: 2005-08-27 17:42:48 $
2 #
3 Summary:        xwud application
4 Summary(pl):    Aplikacja xwud
5 Name:           xorg-app-xwud
6 Version:        0.99.0
7 Release:        0.02
8 License:        MIT
9 Group:          X11/Applications
10 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xwud-%{version}.tar.bz2
11 # Source0-md5:  066248c34acf66251a4c75868280ef6c
12 Patch0:         xwud-man.patch
13 URL:            http://xorg.freedesktop.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-util-util-macros
18 BuildRequires:  pkgconfig >= 0.19
19 BuildRoot:      %{tmpdir}/xwud-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 xwud application.
26
27 %description -l pl
28 Aplikacja xwud.
29
30
31 %prep
32 %setup -q -n xwud-%{version}
33 %patch0 -p1
34
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,wheel) %{_bindir}/*
60 %{_mandir}/man1/*.1*
This page took 0.12418 seconds and 2 git commands to generate.