# $Id: smeserver-mod_dav.spec,v 1.8 2008/08/08 16:34:20 snetram Exp $ # Authority: snetram # Name: Jonathan Martens %define name smeserver-mod_dav %define version 0.1 %define release 9 Summary: SME Server mod_dav implementation Name: %{name} Version: %{version} Release: %{release}%{?dist} License: GPL Group: Applications/Internet Source: %{name}-%{version}-2.tgz Patch1: smeserver-mod_dav-0.1-initdb.patch Patch2: smeserver-mod_dav-0.1-ImplementDAVForIbays.patch Patch3: smeserver-mod_dav-0.1-FileETagDirective.patch BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 7 httpd >= 2 BuildRequires: e-smith-devtools >= 1.13.1-03 %description Implementation of mod_dav for SME Server 7. %changelog * Thu Aug 7 2008 Jonathan Martens 0.1-9 - Add database key for implementating FileETag directive, for more information on this key see http://httpd.apache.org/docs/2.0/mod/core.html#fileetag [SME: 4482] * Sun Mar 23 2008 Jonathan Martens - 0.1-8 - Fixed template issue created in 0.1-7 by [SME: 3470] * Sun Mar 23 2008 Jonathan Martens - 0.1-7 - Added WebDAV access to ibays [SME: 3470] * Mon Feb 25 2008 Shad L. Lords 0.1-6 - Remove scripts and move db initialition to package * Fri Feb 22 2008 Jonathan Martens - 0.1-5 - Removed initialize-default-database from %post macro - Fixed previous changelog entry to have correct version number * Wed Feb 06 2008 Jonathan Martens - 0.1-4 - Fixed httpd-e-smith restart command to use sv -t * Sun Apr 29 2007 Shad L. Lords - Clean up spec so package can be built by koji/plague * Thu Dec 07 2006 Shad L. Lords - Update to new release naming. No functional changes. - Make Packager generic * Mon May 29 2006 Jonathan Martens - 0.1-01 - Original version %prep %setup %patch1 -p1 %patch2 -p1 %patch3 -p1 %build %install rm -rf %buildroot (cd root ; find . -depth -print | cpio -dump %buildroot) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist %buildroot > %{name}-%{version}-filelist %clean rm -rf %buildroot %files -f %{name}-%{version}-filelist %defattr(-,root,root)