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