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