]> git.pld-linux.org Git - packages/xorg-app-xf86dga.git/blob - xorg-app-xf86dga.spec
- fix files
[packages/xorg-app-xf86dga.git] / xorg-app-xf86dga.spec
1 Summary:        xf86dga application - a simple test client for the XFree86-DGA extension
2 Summary(pl.UTF-8):      Aplikacja xf86dga - prosty testowy klient rozszerzenia XFree86-DGA
3 Name:           xorg-app-xf86dga
4 Version:        1.0.3
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xf86dga-%{version}.tar.bz2
9 # Source0-md5:  865a17eb6fe8892e58bb1bdb35f059df
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXaw-devel
15 BuildRequires:  xorg-lib-libXxf86dga-devel >= 1.1
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 Requires:       xorg-lib-libXxf86dga >= 1.1
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xf86dga application is a simple test client for the XFree86-DGA
22 extension.
23
24 %description -l pl.UTF-8
25 Aplikacja xf86dga to prosty testowy klient rozszerzenia XFree86-DGA.
26
27 %prep
28 %setup -q -n xf86dga-%{version}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog README
51 %attr(755,root,root) %{_bindir}/dga
52 %{_mandir}/man1/dga.1*
This page took 0.237508 seconds and 4 git commands to generate.