]> git.pld-linux.org Git - packages/xorg-app-xwud.git/blob - xorg-app-xwud.spec
70b40330c982bfd4219a789d7ef572662f82fc15
[packages/xorg-app-xwud.git] / xorg-app-xwud.spec
1 Summary:        xwud application
2 Summary(pl):    Aplikacja xwud
3 Name:           xorg-app-xwud
4 Version:        0.99.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xwud-%{version}.tar.bz2
9 # Source0-md5:  757dd2f74e73579b2a98c8f52012a13c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-util-util-macros >= 0.99.1
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xwud application.
20
21 %description -l pl
22 Aplikacja xwud.
23
24 %prep
25 %setup -q -n xwud-%{version}
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         appmandir=%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*.1x*
This page took 0.078897 seconds and 3 git commands to generate.