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 5 |
%define release 2 |
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}-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 |
|
Patch12: smeserver-subversion-1.4-initdb.patch |
22 |
Group: Applications/Internet |
Group: Applications/Internet |
23 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
Implementation of Subversion for SME Server 7 using WebDAV. |
Implementation of Subversion for SME Server 7 using WebDAV. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon Feb 25 2008 Shad L. Lords <slords@mail.com> 1.4-2 |
34 |
|
- Remove scripts and move db initialition to package |
35 |
|
|
36 |
|
* Sun Feb 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
37 |
|
- 1.4-1 |
38 |
|
- Removed font tag in locale files [SME: 3977] |
39 |
|
|
40 |
|
* Sat Feb 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
41 |
|
- 1.4-0 |
42 |
|
- Removed skel folder should have been obsoleted since 1.2-8 [SME: 3079] |
43 |
|
- Implement read/write access for user(s) and group(s) [SME: 3964] |
44 |
|
- Allow anonymous access [SME: 3976] |
45 |
|
- Removed leftover refferences to modAuthzSVN [SME: 3971] |
46 |
|
- Fixed incorrect dates in spec files changelog |
47 |
|
|
48 |
|
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
49 |
|
- 1.3-6 |
50 |
|
- Fixed missing translations for french locale created by |
51 |
|
features implemented by 1.3-2 [SME: 3810] |
52 |
|
|
53 |
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
54 |
- 1.3-5 |
- 1.3-5 |
55 |
- Added italian (it) locale [SME: 3812] |
- Added italian (it) locale [SME: 3812] |
165 |
- Original version |
- Original version |
166 |
|
|
167 |
%prep |
%prep |
|
rm -rf root/etc/e-smith/web/panels |
|
168 |
%setup |
%setup |
169 |
%patch0 -p1 |
%patch0 -p1 |
170 |
%patch1 -p1 |
%patch1 -p1 |
172 |
%patch3 -p1 |
%patch3 -p1 |
173 |
%patch4 -p1 |
%patch4 -p1 |
174 |
%patch5 -p1 |
%patch5 -p1 |
175 |
|
%patch6 -p1 |
176 |
|
%patch7 -p1 |
177 |
|
%patch8 -p1 |
178 |
|
%patch9 -p1 |
179 |
|
%patch10 -p1 |
180 |
|
%patch11 -p1 |
181 |
|
%patch12 -p1 |
182 |
|
|
183 |
%build |
%build |
184 |
perl createlinks |
perl createlinks |
185 |
|
|
|
DEFAULTS=root/etc/e-smith/db/configuration/defaults/modDAVSVN |
|
|
mkdir -p $DEFAULTS |
|
|
|
|
|
echo "service" > $DEFAULTS/type |
|
|
echo "enabled" > $DEFAULTS/status |
|
|
|
|
|
DEFAULTS=root/etc/e-smith/db/configuration/defaults/maxRepositoryNameLength |
|
|
mkdir -p $DEFAULTS |
|
|
|
|
|
echo "31" > $DEFAULTS/type |
|
|
|
|
186 |
%install |
%install |
187 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
188 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
192 |
%clean |
%clean |
193 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
194 |
|
|
|
%pre |
|
|
true |
|
|
|
|
|
%post |
|
|
if [ "$1" = "1" ] ; then # first install |
|
|
# Expand the server-manager templates to add |
|
|
# references to the smeserver-subversion panel |
|
|
/sbin/e-smith/db configuration set modDAVSVN service status enabled |
|
|
/sbin/e-smith/db configuration set maxRepositoryNameLength 31 |
|
|
/sbin/e-smith/signal-event subversion-modify |
|
|
echo "Rebuilding server-manager (this can take a while) ..." |
|
|
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
|
|
fi |
|
|
true |
|
|
|
|
|
%preun |
|
|
if [ "$1" = "0" ] ; then # last uninstall |
|
|
/sbin/e-smith/db configuration setprop modDAVSVN status disabled |
|
|
/sbin/e-smith/signal-event subversion-delete |
|
|
/sbin/e-smith/signal-event subversion-modify |
|
|
fi |
|
|
true |
|
|
|
|
|
%postun |
|
|
# Expand the server-manager templates to update/remove |
|
|
# references to the smeserver-subversion panel |
|
|
echo "Rebuilding server-manager (this can take a while) ..." |
|
|
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
|
|
true |
|
|
|
|
195 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
196 |
%defattr(-,root,root) |
%defattr(-,root,root) |