]> git.pld-linux.org Git - packages/xorg-app-xf86dga.git/blame_incremental - xorg-app-xf86dga.spec
- fix files
[packages/xorg-app-xf86dga.git] / xorg-app-xf86dga.spec
... / ...
CommitLineData
1Summary: xf86dga application - a simple test client for the XFree86-DGA extension
2Summary(pl.UTF-8): Aplikacja xf86dga - prosty testowy klient rozszerzenia XFree86-DGA
3Name: xorg-app-xf86dga
4Version: 1.0.3
5Release: 2
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/app/xf86dga-%{version}.tar.bz2
9# Source0-md5: 865a17eb6fe8892e58bb1bdb35f059df
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: xorg-lib-libXaw-devel
15BuildRequires: xorg-lib-libXxf86dga-devel >= 1.1
16BuildRequires: xorg-util-util-macros >= 1.8
17Requires: xorg-lib-libXxf86dga >= 1.1
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21xf86dga application is a simple test client for the XFree86-DGA
22extension.
23
24%description -l pl.UTF-8
25Aplikacja 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
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -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.081306 seconds and 4 git commands to generate.