]> git.pld-linux.org Git - packages/xorg-app-xf86dga.git/blame - xorg-app-xf86dga.spec
- sorted BRs
[packages/xorg-app-xf86dga.git] / xorg-app-xf86dga.spec
CommitLineData
6bd1d616
AM
1Summary: xf86dga application
2Summary(pl): Aplikacja xf86dga
3Name: xorg-app-xf86dga
4Version: 0.99.0
5Release: 0.02
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xf86dga-%{version}.tar.bz2
9# Source0-md5: df8e8e055067a3b2ced2b80b0257a43e
10Patch0: xf86dga-man.patch
11URL: http://xorg.freedesktop.org/
12BuildRequires: autoconf
13BuildRequires: automake
563875db 14BuildRequires: pkgconfig >= 0.19
6bd1d616
AM
15BuildRequires: xorg-lib-libXaw-devel
16BuildRequires: xorg-lib-libXxf86dga-devel
17BuildRequires: xorg-util-util-macros
7fcea87c 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6bd1d616
AM
19
20%description
21xf86dga application.
22
23%description -l pl
24Aplikacja xf86dga.
25
6bd1d616
AM
26%prep
27%setup -q -n xf86dga-%{version}
28%patch0 -p1
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 \
43 DESTDIR=$RPM_BUILD_ROOT
44
6bd1d616
AM
45%clean
46rm -rf $RPM_BUILD_ROOT
47
6bd1d616
AM
48%files
49%defattr(644,root,root,755)
a74f94ce 50%attr(755,root,root) %{_bindir}/*
6bd1d616 51%{_mandir}/man1/*.1*
This page took 0.06509 seconds and 4 git commands to generate.