Name: horde-vacation Version: 3.0.1 Release: 1%{?dist} Summary: Vacation Auto-Responding Manager Group: Applications/Internet License: BSD URL: http://www.horde.org/vacation/ Source0: http://ftp.horde.org/pub/vacation/vacation-h3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: horde %description Vacation is a Horde module for managing user e-mail "vacation notices" or "auto-responders." It works via a local vacation program which must be installed and functioning on the server. It supports vacation programs using the .forward-style forwarding mechanism supported by several popular mailers. Right now, Vacation provides fairly complete support for managing .forward style vacation notices on Sendmail or Courier mail based systems via an FTP transport. It also has some support for LDAP, Qmail, and SQL servers. %prep %setup -q -n vacation-h3-%{version} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/horde/vacation \ $RPM_BUILD_ROOT%{_sysconfdir}/horde/vacation cp -ar * $RPM_BUILD_ROOT%{_datadir}/horde/vacation for i in config LICENSE README docs scripts; do rm -rf $RPM_BUILD_ROOT%{_datadir}/horde/vacation/$i done cp -a config/* config/.htaccess $RPM_BUILD_ROOT%{_sysconfdir}/horde/vacation/ ln -s ../../../..%{_sysconfdir}/horde/vacation \ $RPM_BUILD_ROOT%{_datadir}/horde/vacation/config %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README docs/* scripts %dir %{_sysconfdir}/horde/vacation %config(noreplace) %{_sysconfdir}/horde/vacation/* %{_sysconfdir}/horde/vacation/.htaccess %{_datadir}/horde/vacation %changelog * Mon Nov 26 2007 Jan ONDREJ (SAL) - 3.0.1-1 - initial release