1 |
Summary: Subversion for SME Server |
Summary: Subversion for SME Server |
2 |
%define name smeserver-subversion |
%define name smeserver-subversion |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.3 |
%define version 1.4 |
5 |
%define release 6 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Patch0: %{name}-%{version}-SVNAutoVersioning.patch |
Patch0: %{name}-%{version}-RemoveLeftoverReferencesToModAuthz.patch |
10 |
Patch1: %{name}-%{version}-FixTranslations.patch |
Patch1: %{name}-%{version}-RemoveLeftoverReferencesToModAuthzRemovedTooMuch.patch |
11 |
Patch2: %{name}-%{version}-FixTranslations-en-us.patch |
Patch2: %{name}-%{version}-ImplementReadWriteAccess.patch |
12 |
Patch3: %{name}-%{version}-FixTranslations-sv.patch |
Patch3: %{name}-%{version}-ImplementReadWriteAccess2.patch |
13 |
Patch4: %{name}-%{version}-AddLocale-de.patch |
Patch4: %{name}-%{version}-ImplementReadWriteAccess3.patch |
14 |
Patch5: %{name}-%{version}-AddLocale-it.patch |
Patch5: %{name}-%{version}-ImplementReadWriteAccess4.patch |
15 |
Patch6: %{name}-%{version}-FixTranslations-fr.patch |
Patch6: %{name}-%{version}-ImplementReadWriteAccessLocale-en-us.patch |
16 |
|
Patch7: %{name}-%{version}-ImplementReadWriteAccessLocale-de.patch |
17 |
|
Patch8: %{name}-%{version}-ImplementReadWriteAccessLocale-fr.patch |
18 |
|
Patch9: %{name}-%{version}-ImplementReadWriteAccessLocale-sv.patch |
19 |
|
Patch10: %{name}-%{version}-ImplementReadWriteAccessLocale-it.patch |
20 |
|
Patch11: %{name}-%{version}-FixFontTagInLocale.patch |
21 |
Group: Applications/Internet |
Group: Applications/Internet |
22 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
Implementation of Subversion for SME Server 7 using WebDAV. |
Implementation of Subversion for SME Server 7 using WebDAV. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
* Sun Feb 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
33 |
|
- 1.4-1 |
34 |
|
- Removed font tag in locale files [SME: 3977] |
35 |
|
|
36 |
|
* Sat Feb 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
37 |
|
- 1.4-0 |
38 |
|
- Removed skel folder should have been obsoleted since 1.2-8 [SME: 3079] |
39 |
|
- Implement read/write access for user(s) and group(s) [SME: 3964] |
40 |
|
- Allow anonymous access [SME: 3976] |
41 |
|
- Removed leftover refferences to modAuthzSVN [SME: 3971] |
42 |
|
- Fixed incorrect dates in spec files changelog |
43 |
|
|
44 |
|
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
45 |
- 1.3-6 |
- 1.3-6 |
46 |
- Fixed missing translations for french locale created by |
- Fixed missing translations for french locale created by |
47 |
features implemented by 1.3-2 [SME: 3810] |
features implemented by 1.3-2 [SME: 3810] |
161 |
- Original version |
- Original version |
162 |
|
|
163 |
%prep |
%prep |
|
rm -rf root/etc/e-smith/web/panels |
|
164 |
%setup |
%setup |
165 |
%patch0 -p1 |
%patch0 -p1 |
166 |
%patch1 -p1 |
%patch1 -p1 |
169 |
%patch4 -p1 |
%patch4 -p1 |
170 |
%patch5 -p1 |
%patch5 -p1 |
171 |
%patch6 -p1 |
%patch6 -p1 |
172 |
|
%patch7 -p1 |
173 |
|
%patch8 -p1 |
174 |
|
%patch9 -p1 |
175 |
|
%patch10 -p1 |
176 |
|
%patch11 -p1 |
177 |
|
rm -f root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28SubversionContent.orig |
178 |
|
|
179 |
%build |
%build |
180 |
perl createlinks |
perl createlinks |