/[smecontribs]/rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec
ViewVC logotype

Diff of /rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by snetram, Wed Feb 6 21:02:56 2008 UTC Revision 1.9 by snetram, Fri Aug 8 16:36:37 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-mod_dav.spec,v 1.8 2008/08/08 16:34:20 snetram Exp $
2    # Authority: snetram
3    # Name: Jonathan Martens
4    
5  %define name smeserver-mod_dav  %define name smeserver-mod_dav
6  %define version 0.1  %define version 0.1
7  %define release 3  %define release 9
8    
9  Summary: SME Server mod_dav implementation  Summary: SME Server mod_dav implementation
10  Name: %{name}  Name: %{name}
# Line 9  Release: %{release}%{?dist} Line 13  Release: %{release}%{?dist}
13  License: GPL  License: GPL
14  Group: Applications/Internet  Group: Applications/Internet
15  Source: %{name}-%{version}-2.tgz  Source: %{name}-%{version}-2.tgz
16    Patch1: smeserver-mod_dav-0.1-initdb.patch
17    Patch2: smeserver-mod_dav-0.1-ImplementDAVForIbays.patch
18    Patch3: smeserver-mod_dav-0.1-FileETagDirective.patch
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21  Requires: smeserver-release >= 7 httpd >= 2  Requires: smeserver-release >= 7 httpd >= 2
# Line 18  BuildRequires: e-smith-devtools >= 1.13. Line 25  BuildRequires: e-smith-devtools >= 1.13.
25  Implementation of mod_dav for SME Server 7.  Implementation of mod_dav for SME Server 7.
26    
27  %changelog  %changelog
28    * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1-9
29    - Add database key for implementating FileETag directive, for more information on
30      this key see http://httpd.apache.org/docs/2.0/mod/core.html#fileetag [SME: 4482]
31    
32    * Sun Mar 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
33    - 0.1-8
34    - Fixed template issue created in 0.1-7 by [SME: 3470]
35    
36    * Sun Mar 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
37    - 0.1-7
38    - Added WebDAV access to ibays [SME: 3470]
39    
40    * Mon Feb 25 2008 Shad L. Lords <slords@mail.com> 0.1-6
41    - Remove scripts and move db initialition to package
42    
43    * Fri Feb 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
44    - 0.1-5
45    - Removed initialize-default-database from %post macro
46    - Fixed previous changelog entry to have correct version number
47    
48  * Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl>  * Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
49  - 0.1-3  - 0.1-4
50  - Fixed httpd-e-smith restart command to use sv -t  - Fixed httpd-e-smith restart command to use sv -t
51    
52  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
# Line 36  Implementation of mod_dav for SME Server Line 63  Implementation of mod_dav for SME Server
63  %prep  %prep
64    
65  %setup  %setup
66    %patch1 -p1
67    %patch2 -p1
68    %patch3 -p1
69    
70  %build  %build
71    
 DEFAULTS=root/etc/e-smith/db/configuration/defaults/modDAV  
 mkdir -p $DEFAULTS  
   
 echo "service"  > $DEFAULTS/type  
 echo "enabled"  > $DEFAULTS/status  
   
72  %install  %install
73  rm -rf %buildroot  rm -rf %buildroot
74  (cd root ; find . -depth -print | cpio -dump %buildroot)  (cd root ; find . -depth -print | cpio -dump %buildroot)
# Line 54  rm -f %{name}-%{version}-filelist Line 78  rm -f %{name}-%{version}-filelist
78  %clean  %clean
79  rm -rf %buildroot  rm -rf %buildroot
80    
 %post  
 /etc/e-smith/events/actions/initialize-default-databases  
 /etc/e-smith/events/actions/navigation-conf  
 /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  
 /usr/bin/sv t httpd-e-smith  
   
 %postun  
 /sbin/e-smith/db configuration delete modDAV  
 /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  
 /etc/e-smith/events/actions/navigation-conf  
 /usr/bin/sv t httpd-e-smith  
   
81  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
82  %defattr(-,root,root)  %defattr(-,root,root)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed