Summary: Documentation for the exim mail transfer agent Name: exim-doc Version: 4.60 Release: 3%{?dist} License: GPL Url: http://www.exim.org/ Group: Documentation Buildroot: %{_tmppath}/%{name}-build.root Source1: ftp://ftp.exim.org/pub/exim/exim4/FAQ-html-20050415.tar.bz2 Source2: ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.bz2 Source3: ftp://ftp.exim.org/pub/exim/exim4/exim-postscript-%{version}.tar.bz2 Source4: ftp://ftp.exim.org/pub/exim/exim4/exim-pdf-%{version}.tar.bz2 Source5: ftp://ftp.exim.org/pub/exim/exim4/exim-texinfo-%{version}.tar.bz2 Source6: http://www.exim.org/pub/exim/exim4/config.samples-20050415.tar.bz2 BuildArch: noarch %description Exim is a mail transport agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. This package contains the documentation for Exim, also available on the web at http://www.exim.org/ %prep cd $RPM_BUILD_DIR rm -rf %{name}-%{version} mkdir %{name}-%{version} %setup -q -T -D -a 1 mv FAQ-html faq %setup -q -T -D -a 2 mkdir html mv exim-html-*/doc/html html/doc %setup -q -T -D -a 3 mv exim-postscript-*/ ps %setup -q -T -D -a 4 mv exim-pdf-*/ pdf %setup -q -T -D -a 5 mv exim-texinfo-*/ texinfo %setup -q -T -D -a 6 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc faq html ps pdf texinfo config.samples %changelog * Tue Nov 29 2005 David Woodhouse 4.60-1 - Update to 4.60 * Tue Feb 22 2005 David Woodhouse 4.50-1 - Move exim-doc into a separate package