1 |
%define name smeserver-mod_dav |
2 |
%define version 0.1 |
3 |
%define release 8 |
4 |
|
5 |
Summary: SME Server mod_dav implementation |
6 |
Name: %{name} |
7 |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
9 |
License: GPL |
10 |
Group: Applications/Internet |
11 |
Source: %{name}-%{version}-2.tgz |
12 |
Patch1: smeserver-mod_dav-0.1-initdb.patch |
13 |
Patch2: smeserver-mod_dav-0.1-ImplementDAVForIbays.patch |
14 |
BuildArchitectures: noarch |
15 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
16 |
Requires: smeserver-release >= 7 httpd >= 2 |
17 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
18 |
|
19 |
%description |
20 |
Implementation of mod_dav for SME Server 7. |
21 |
|
22 |
%changelog |
23 |
* Sun Mar 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
24 |
- 0.1-8 |
25 |
- Fixed template issue created in 0.1-7 by [SME: 3470] |
26 |
|
27 |
* Sun Mar 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
28 |
- 0.1-7 |
29 |
- Added WebDAV access to ibays [SME: 3470] |
30 |
|
31 |
* Mon Feb 25 2008 Shad L. Lords <slords@mail.com> 0.1-6 |
32 |
- Remove scripts and move db initialition to package |
33 |
|
34 |
* Fri Feb 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
35 |
- 0.1-5 |
36 |
- Removed initialize-default-database from %post macro |
37 |
- Fixed previous changelog entry to have correct version number |
38 |
|
39 |
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
40 |
- 0.1-4 |
41 |
- Fixed httpd-e-smith restart command to use sv -t |
42 |
|
43 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
44 |
- Clean up spec so package can be built by koji/plague |
45 |
|
46 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
47 |
- Update to new release naming. No functional changes. |
48 |
- Make Packager generic |
49 |
|
50 |
* Mon May 29 2006 Jonathan Martens <jonathan-contribs@snetram.nl> |
51 |
- 0.1-01 |
52 |
- Original version |
53 |
|
54 |
%prep |
55 |
|
56 |
%setup |
57 |
%patch1 -p1 |
58 |
%patch2 -p1 |
59 |
|
60 |
%build |
61 |
|
62 |
%install |
63 |
rm -rf %buildroot |
64 |
(cd root ; find . -depth -print | cpio -dump %buildroot) |
65 |
rm -f %{name}-%{version}-filelist |
66 |
/sbin/e-smith/genfilelist %buildroot > %{name}-%{version}-filelist |
67 |
|
68 |
%clean |
69 |
rm -rf %buildroot |
70 |
|
71 |
%files -f %{name}-%{version}-filelist |
72 |
%defattr(-,root,root) |