Package xorg-x11-doc: Specfile

%define xf86 XFree86
%define srcname xorg-docs

Name: xorg-x11-doc
Version: 1.2
Release: alt1
Serial: 1
Summary: Documentation on various X11 programming interfaces
License: MIT/X11
Group: System/X11

Url: http://xorg.freedesktop.org
Source: %srcname-%version.tar.bz2

Packager: XOrg Maintainer Team <xorg@packages.altlinux.org>

Provides: %xf86-doc = 4.4
Obsoletes: %xf86-doc

BuildRequires: xorg-x11-util-macros

%description
xorg-x11-doc provides a great deal of extensive PostScript documentation
on the various X APIs, libraries, and other interfaces.  If you need
low level X documentation, you will find it here.  Topics include the
X protocol, the ICCCM window manager standard, ICE session management,
the font server API, etc.

%prep
%setup -q -n %srcname-%version

%build
%__subst 's,HARDCOPYDIR=\$X11DOCDIR/hardcopy,HARDCOPYDIR=$X11DOCDIR,' configure.ac
%__autoreconf
%configure \
	--with-x11docdir=%_docdir/%name-%version
%make

%install
%make DESTDIR=%buildroot install

%files
%doc %_docdir/%name-%version
%_man7dir/*

%changelog
* Tue May 23 2006 Valery Inozemtsev <shrek@altlinux.ru> 1:1.2-alt1
- Xorg-7.1

* Fri Dec 30 2005 Valery Inozemtsev <shrek@altlinux.ru> 1:1.0.1-alt1
- Xorg-7.0