Package zshguide: Specfile

Name: zshguide
Version: 2003.03.23
Release: alt1

Summary: A User's Guide to the Z-Shell
License: distributable
Group: Shells

URL: http://zsh.sunsite.dk/Guide/
Source: %name.tar.bz2

BuildArch: noarch

BuildRequires: yodl
%if_enabled pdf
BuildRequires: tetex-core tetex-latex urw-tex
%endif

%description
A User's Guide to the Z-Shell
by Peter Stephenson

%prep
%setup -q -n %name

%build
%make_build %name.html
%if_enabled pdf
%make_build %name.pdf
%endif

%install
%__mkdir_p %buildroot%_docdir/%name
%__install -p -m644 *.html %buildroot%_docdir/%name
%if_enabled pdf
%__install -p -m644 *.pdf %buildroot%_docdir/%name
%endif

%files
%_docdir/%name

%changelog
* Sun Oct 17 2004 Alexey Tourbin <at@altlinux.ru> 2003.03.23-alt1
- split this package from zsh
- updated to 2003.03.23 yodl snapshot (was: 2001.11.15 html snapshot
  apparently made by Chmouel Boudjnah <chmouel@mandrakesoft.com>)
- only html version is built by default; use `--enable pdf' to get pdf