]> git.pld-linux.org Git - packages/xorg-app-xf86dga.git/blame - xorg-app-xf86dga.spec
- 0.99.1 (X11R7.0-RC1)
[packages/xorg-app-xf86dga.git] / xorg-app-xf86dga.spec
CommitLineData
6bd1d616
AM
1Summary: xf86dga application
2Summary(pl): Aplikacja xf86dga
3Name: xorg-app-xf86dga
a580cf2c
JB
4Version: 0.99.1
5Release: 0.1
6bd1d616
AM
6License: MIT
7Group: X11/Applications
a580cf2c
JB
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xf86dga-%{version}.tar.bz2
9# Source0-md5: c66dfe0e8247022d8dff634d7e96bf9b
6bd1d616 10URL: http://xorg.freedesktop.org/
a580cf2c 11BuildRequires: autoconf >= 2.57
6bd1d616 12BuildRequires: automake
563875db 13BuildRequires: pkgconfig >= 0.19
6bd1d616
AM
14BuildRequires: xorg-lib-libXaw-devel
15BuildRequires: xorg-lib-libXxf86dga-devel
a580cf2c 16BuildRequires: xorg-util-util-macros >= 0.99.1
7fcea87c 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6bd1d616
AM
18
19%description
20xf86dga application.
21
22%description -l pl
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 \
a580cf2c
JB
41 DESTDIR=$RPM_BUILD_ROOT \
42 appmandir=%{_mandir}/man1
6bd1d616 43
6bd1d616
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
6bd1d616
AM
47%files
48%defattr(644,root,root,755)
a580cf2c 49%doc ChangeLog
a74f94ce 50%attr(755,root,root) %{_bindir}/*
a580cf2c 51%{_mandir}/man1/*.1x*
This page took 0.065108 seconds and 4 git commands to generate.