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 |
|
Patch13: %{name}-%{version}-ImproveRepositoryDeleteSanityCheck.patch |
23 |
|
Patch14: %{name}-%{version}-RemoveEvent-subversion-delete.patch |
24 |
|
Patch15: %{name}-%{version}-AddHooksToUSerAndGroupDeleteEvents.patch |
25 |
|
Patch16: %{name}-%{version}-UpdateCreateLinksScript.patch |
26 |
|
Patch17: %{name}-%{version}-SanitizeGroupMemberExpansion.patch |
27 |
Group: Applications/Internet |
Group: Applications/Internet |
28 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
Implementation of Subversion for SME Server 7 using WebDAV. |
Implementation of Subversion for SME Server 7 using WebDAV. |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Mon Feb 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
39 |
|
- 1.4-3 |
40 |
|
- Add hooks to user-delete and group-delete event [SME: 3981] |
41 |
|
- Remove subversion-delete event since it is and should not be used [SME: 3982] |
42 |
|
- Improve sanity check on repository-delete event [SME: 3983] |
43 |
|
|
44 |
|
* Mon Feb 25 2008 Shad L. Lords <slords@mail.com> |
45 |
|
- 1.4-2 |
46 |
|
- Remove scripts and move db initialition to package |
47 |
|
|
48 |
|
* Sun Feb 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
49 |
|
- 1.4-1 |
50 |
|
- Removed font tag in locale files [SME: 3977] |
51 |
|
|
52 |
|
* Sat Feb 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
53 |
|
- 1.4-0 |
54 |
|
- Removed skel folder should have been obsoleted since 1.2-8 [SME: 3079] |
55 |
|
- Implement read/write access for user(s) and group(s) [SME: 3964] |
56 |
|
- Allow anonymous access [SME: 3976] |
57 |
|
- Removed leftover refferences to modAuthzSVN [SME: 3971] |
58 |
|
- Fixed incorrect dates in spec files changelog |
59 |
|
|
60 |
|
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
61 |
|
- 1.3-6 |
62 |
|
- Fixed missing translations for french locale created by |
63 |
|
features implemented by 1.3-2 [SME: 3810] |
64 |
|
|
65 |
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
66 |
- 1.3-5 |
- 1.3-5 |
67 |
- Added italian (it) locale [SME: 3812] |
- Added italian (it) locale [SME: 3812] |
177 |
- Original version |
- Original version |
178 |
|
|
179 |
%prep |
%prep |
|
rm -rf root/etc/e-smith/web/panels |
|
180 |
%setup |
%setup |
181 |
%patch0 -p1 |
%patch0 -p1 |
182 |
%patch1 -p1 |
%patch1 -p1 |
184 |
%patch3 -p1 |
%patch3 -p1 |
185 |
%patch4 -p1 |
%patch4 -p1 |
186 |
%patch5 -p1 |
%patch5 -p1 |
187 |
|
%patch6 -p1 |
188 |
|
%patch7 -p1 |
189 |
|
%patch8 -p1 |
190 |
|
%patch9 -p1 |
191 |
|
%patch10 -p1 |
192 |
|
%patch11 -p1 |
193 |
|
%patch12 -p1 |
194 |
|
%patch13 -p1 |
195 |
|
%patch14 -p1 |
196 |
|
%patch15 -p1 |
197 |
|
%patch16 -p1 |
198 |
|
%patch17 -p1 |
199 |
|
|
200 |
%build |
%build |
201 |
perl createlinks |
perl createlinks |
202 |
|
|
|
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 |
|
|
|
|
203 |
%install |
%install |
204 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
205 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
209 |
%clean |
%clean |
210 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
211 |
|
|
|
%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 |
|
|
|
|
212 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
213 |
%defattr(-,root,root) |
%defattr(-,root,root) |