1 |
%define name smeserver-mod_dav |
%define name smeserver-mod_dav |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 4 |
%define release 5 |
4 |
|
|
5 |
Summary: SME Server mod_dav implementation |
Summary: SME Server mod_dav implementation |
6 |
Name: %{name} |
Name: %{name} |
18 |
Implementation of mod_dav for SME Server 7. |
Implementation of mod_dav for SME Server 7. |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Fri Feb 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
22 |
|
- 0.1-5 |
23 |
|
- Removed initialize-default-database from %post macro |
24 |
|
- Fixed previous changelog entry to have correct version number |
25 |
|
|
26 |
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
27 |
- 0.1-3 |
- 0.1-4 |
28 |
- Fixed httpd-e-smith restart command to use sv -t |
- Fixed httpd-e-smith restart command to use sv -t |
29 |
|
|
30 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
60 |
rm -rf %buildroot |
rm -rf %buildroot |
61 |
|
|
62 |
%post |
%post |
|
/etc/e-smith/events/actions/initialize-default-databases |
|
63 |
/etc/e-smith/events/actions/navigation-conf |
/etc/e-smith/events/actions/navigation-conf |
64 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
65 |
/usr/bin/sv t httpd-e-smith |
/usr/bin/sv t httpd-e-smith |
66 |
|
|
67 |
%postun |
%postun |
68 |
/sbin/e-smith/db configuration delete modDAV |
/sbin/e-smith/db configuration delete modDAV |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
69 |
/etc/e-smith/events/actions/navigation-conf |
/etc/e-smith/events/actions/navigation-conf |
70 |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
71 |
/usr/bin/sv t httpd-e-smith |
/usr/bin/sv t httpd-e-smith |
72 |
|
|
73 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |