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