1 |
slords |
1.1 |
Summary: Subversion for SME Server |
2 |
|
|
%define name smeserver-subversion |
3 |
|
|
Name: %{name} |
4 |
slords |
1.12 |
%define version 1.4 |
5 |
snetram |
1.19 |
%define release 5 |
6 |
slords |
1.1 |
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: GPL |
9 |
snetram |
1.17 |
Patch0: smeserver-subversion-1.4-RemoveLeftoverReferencesToModAuthz.patch |
10 |
|
|
Patch1: smeserver-subversion-1.4-RemoveLeftoverReferencesToModAuthzRemovedTooMuch.patch |
11 |
|
|
Patch2: smeserver-subversion-1.4-ImplementReadWriteAccess.patch |
12 |
|
|
Patch3: smeserver-subversion-1.4-ImplementReadWriteAccess2.patch |
13 |
|
|
Patch4: smeserver-subversion-1.4-ImplementReadWriteAccess3.patch |
14 |
|
|
Patch5: smeserver-subversion-1.4-ImplementReadWriteAccess4.patch |
15 |
|
|
Patch6: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-en-us.patch |
16 |
|
|
Patch7: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-de.patch |
17 |
|
|
Patch8: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-fr.patch |
18 |
|
|
Patch9: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-sv.patch |
19 |
|
|
Patch10: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-it.patch |
20 |
|
|
Patch11: smeserver-subversion-1.4-FixFontTagInLocale.patch |
21 |
slords |
1.15 |
Patch12: smeserver-subversion-1.4-initdb.patch |
22 |
snetram |
1.17 |
Patch13: smeserver-subversion-1.4-ImproveRepositoryDeleteSanityCheck.patch |
23 |
|
|
Patch14: smeserver-subversion-1.4-ImproveRepositoryDeleteSanityCheck2.patch |
24 |
|
|
Patch15: smeserver-subversion-1.4-RemoveEvent-subversion-delete.patch |
25 |
|
|
Patch16: smeserver-subversion-1.4-AddHooksToUSerAndGroupDeleteEvents.patch |
26 |
|
|
Patch17: smeserver-subversion-1.4-UpdateCreateLinksScript.patch |
27 |
|
|
Patch18: smeserver-subversion-1.4-SanitizeGroupMemberExpansion.patch |
28 |
|
|
Patch19: smeserver-subversion-1.4-ReorganizeLocale.patch |
29 |
|
|
Patch20: smeserver-subversion-1.4-AddLocale-es.patch |
30 |
snetram |
1.19 |
Patch21: smeserver-subversion-1.4-ModifyRepositoryFixes.patch |
31 |
|
|
Patch22: smeserver-subversion-1.4-RepositoryMIMETypeFix.patch |
32 |
slords |
1.1 |
Group: Applications/Internet |
33 |
|
|
Source: %{name}-%{version}.tgz |
34 |
|
|
BuildArchitectures: noarch |
35 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
slords |
1.3 |
Requires: smeserver-mod_dav subversion >= 1.2 smeserver-release >= 7 mod_dav_svn httpd >= 2 |
37 |
slords |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
38 |
|
|
|
39 |
|
|
%description |
40 |
|
|
Implementation of Subversion for SME Server 7 using WebDAV. |
41 |
|
|
|
42 |
|
|
%changelog |
43 |
snetram |
1.19 |
* Thu Feb 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
44 |
|
|
- 1.4-5 |
45 |
|
|
- Modifying repository does not change MIME type setting |
46 |
|
|
from off to on [SME: 3995] |
47 |
|
|
- Modifying repository drops access privileges [SME: 3996] |
48 |
|
|
- Modifying repository sets GroupsRead value for |
49 |
|
|
GroupsRead as well as GroupsWrite property [SME: 3997] |
50 |
|
|
|
51 |
snetram |
1.18 |
* Wed Feb 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
52 |
|
|
- 1.4-4 |
53 |
|
|
- Fixed invalid perl location in patch |
54 |
|
|
|
55 |
snetram |
1.16 |
* Mon Feb 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
56 |
|
|
- 1.4-3 |
57 |
snetram |
1.17 |
- Added and reorganized locales for all base languages [SME: 3811] |
58 |
|
|
- Added spanish (es) locale [SME: 3814] |
59 |
snetram |
1.16 |
- Add hooks to user-delete and group-delete event [SME: 3981] |
60 |
|
|
- Remove subversion-delete event since it is and should not be used [SME: 3982] |
61 |
|
|
- Improve sanity check on repository-delete event [SME: 3983] |
62 |
|
|
|
63 |
|
|
* Mon Feb 25 2008 Shad L. Lords <slords@mail.com> |
64 |
|
|
- 1.4-2 |
65 |
slords |
1.15 |
- Remove scripts and move db initialition to package |
66 |
|
|
|
67 |
snetram |
1.14 |
* Sun Feb 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
68 |
|
|
- 1.4-1 |
69 |
|
|
- Removed font tag in locale files [SME: 3977] |
70 |
|
|
|
71 |
slords |
1.12 |
* Sat Feb 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
72 |
|
|
- 1.4-0 |
73 |
snetram |
1.9 |
- Removed skel folder should have been obsoleted since 1.2-8 [SME: 3079] |
74 |
slords |
1.12 |
- Implement read/write access for user(s) and group(s) [SME: 3964] |
75 |
snetram |
1.13 |
- Allow anonymous access [SME: 3976] |
76 |
slords |
1.12 |
- Removed leftover refferences to modAuthzSVN [SME: 3971] |
77 |
snetram |
1.11 |
- Fixed incorrect dates in spec files changelog |
78 |
snetram |
1.9 |
|
79 |
snetram |
1.11 |
* Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
80 |
snetram |
1.8 |
- 1.3-6 |
81 |
|
|
- Fixed missing translations for french locale created by |
82 |
|
|
features implemented by 1.3-2 [SME: 3810] |
83 |
|
|
|
84 |
|
|
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
85 |
snetram |
1.7 |
- 1.3-5 |
86 |
|
|
- Added italian (it) locale [SME: 3812] |
87 |
|
|
|
88 |
|
|
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
89 |
snetram |
1.6 |
- 1.3-4 |
90 |
|
|
- Added german (de) locale [SME: 3813] |
91 |
|
|
|
92 |
|
|
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
93 |
snetram |
1.4 |
- 1.3-3 |
94 |
|
|
- DESCRIPTION_HAS_INVALID_CHARS is not translated in en-us locale [SME: 3694] |
95 |
|
|
- Fixed missing translations for available locale created by |
96 |
|
|
features implemented by 1.3-2 [SME: 3811] |
97 |
|
|
|
98 |
slords |
1.3 |
* Fri Jan 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
99 |
|
|
- 1.3-2 |
100 |
snetram |
1.4 |
- Allow auto-versioning by DAV clients (requires subversion >= 1.2) [SME: 3806] |
101 |
slords |
1.3 |
|
102 |
snetram |
1.2 |
* Tue Dec 25 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
103 |
|
|
- 1.2-9 |
104 |
|
|
fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3008 |
105 |
|
|
Description doesn't allow characters with accents [SME: 3008] |
106 |
|
|
|
107 |
slords |
1.1 |
* Mon Aug 6 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
108 |
|
|
- 1.2-8 |
109 |
|
|
fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3079 |
110 |
|
|
UUID equal in all repositories [SME: 3079] |
111 |
|
|
|
112 |
|
|
* Mon Aug 6 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
113 |
|
|
- 1.2-7 |
114 |
|
|
fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3034 |
115 |
|
|
Added new French translation due to incorrect encoding [SME: 3034] |
116 |
|
|
|
117 |
|
|
* Tue Jun 12 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
118 |
|
|
- 1.2-6 |
119 |
|
|
fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3034 |
120 |
|
|
Added French translation of server-manager panel [SME: 3034] |
121 |
|
|
|
122 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
123 |
|
|
- Clean up spec so package can be built by koji/plague |
124 |
|
|
|
125 |
|
|
* Sun Feb 18 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
126 |
|
|
- 1.2-4 |
127 |
|
|
fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2435 |
128 |
|
|
Added Swedish translation of server-manager panel [SME: 2435] |
129 |
|
|
|
130 |
|
|
* Tue Feb 13 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
131 |
|
|
- 1.2-3 |
132 |
|
|
- changed wrongly modified symlink created in 1.2-2 |
133 |
|
|
|
134 |
|
|
* Mon Feb 12 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
135 |
|
|
- 1.2-2 |
136 |
|
|
- removed symlink from archive and moved it to createlinks script |
137 |
|
|
- fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=2435 |
138 |
|
|
implemented the ability to localise the link in the navigation |
139 |
|
|
panel of the server-manager [SME: 2435] |
140 |
|
|
|
141 |
|
|
* Tue Feb 06 2007 Jonathan Martens <smeserver-contribs@snetram.nl> |
142 |
|
|
- 1.2-1 |
143 |
|
|
- imported changelog from previous revisions and ordered them by date |
144 |
|
|
- made packager generic for possible inclusion in SME Server Extras |
145 |
|
|
- renamed spec file to enable automatic build to |
146 |
|
|
smeserver-subversion.spec, removed older spec files with |
147 |
|
|
version number in their name |
148 |
|
|
- modified mailaddress to be smeserver-contribs@snetram.nl |
149 |
|
|
- fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2169 |
150 |
|
|
Added httpd.conf to templates2expand and services2adjust for |
151 |
|
|
the user-create, user-modify and group-modify event |
152 |
|
|
- fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=2205 |
153 |
|
|
Removed NEXT button from first server-manager panel |
154 |
|
|
|
155 |
|
|
* Sat Dec 09 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
156 |
|
|
- 1.1-3 |
157 |
|
|
- fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2073 |
158 |
|
|
wrong split of database entries for groups and users when |
159 |
|
|
multiple users or groups where specified in 28SubversionContent |
160 |
|
|
httpd.conf template file |
161 |
|
|
- fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=1953 |
162 |
|
|
Authentication doesn't appear to work for groups, implemented |
163 |
|
|
workaround to expand all users in groups and adding them to |
164 |
|
|
the require user line |
165 |
|
|
- fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2138 |
166 |
|
|
Remove unnecesarry double quotes around user and groups in |
167 |
|
|
httpd.conf template 28SubversionContent. |
168 |
|
|
|
169 |
|
|
* Sun Sep 18 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
170 |
|
|
- 1.0-5 |
171 |
|
|
- fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=1915 |
172 |
|
|
missing entry for maxRepositoryNameLength in database |
173 |
|
|
- fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=1916 |
174 |
|
|
corrected typo in createlinks script for httpd-e-smith |
175 |
|
|
|
176 |
|
|
* Sun Sep 10 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
177 |
|
|
- 1.0-4 |
178 |
|
|
- fixed configuration database entry for modDAVSVN |
179 |
|
|
|
180 |
|
|
* Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
181 |
|
|
- 1.0-3 |
182 |
|
|
- fixed typo |
183 |
|
|
|
184 |
|
|
* Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
185 |
|
|
- 1.0-2 |
186 |
|
|
- fixed: enable subversion by default after install |
187 |
|
|
|
188 |
|
|
* Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
189 |
|
|
- 1.0-1 |
190 |
|
|
- complete rebuild of the package |
191 |
|
|
- fixed: /home/e-smith/files/repository is now created |
192 |
|
|
- fixed: typo in english template files |
193 |
|
|
|
194 |
|
|
* Mon May 29 2006 Jonathan Martens <smeserver-contribs@snetram.nl> |
195 |
|
|
- 0.1-01 |
196 |
|
|
- Original version |
197 |
|
|
|
198 |
|
|
%prep |
199 |
|
|
%setup |
200 |
|
|
%patch0 -p1 |
201 |
snetram |
1.4 |
%patch1 -p1 |
202 |
|
|
%patch2 -p1 |
203 |
|
|
%patch3 -p1 |
204 |
snetram |
1.6 |
%patch4 -p1 |
205 |
snetram |
1.7 |
%patch5 -p1 |
206 |
snetram |
1.8 |
%patch6 -p1 |
207 |
snetram |
1.9 |
%patch7 -p1 |
208 |
snetram |
1.10 |
%patch8 -p1 |
209 |
snetram |
1.13 |
%patch9 -p1 |
210 |
|
|
%patch10 -p1 |
211 |
snetram |
1.14 |
%patch11 -p1 |
212 |
slords |
1.15 |
%patch12 -p1 |
213 |
snetram |
1.16 |
%patch13 -p1 |
214 |
|
|
%patch14 -p1 |
215 |
|
|
%patch15 -p1 |
216 |
|
|
%patch16 -p1 |
217 |
|
|
%patch17 -p1 |
218 |
snetram |
1.17 |
%patch18 -p1 |
219 |
|
|
%patch19 -p1 |
220 |
|
|
%patch20 -p1 |
221 |
snetram |
1.19 |
%patch21 -p1 |
222 |
|
|
%patch22 -p1 |
223 |
slords |
1.1 |
|
224 |
|
|
%build |
225 |
|
|
perl createlinks |
226 |
|
|
|
227 |
|
|
%install |
228 |
|
|
rm -rf $RPM_BUILD_ROOT |
229 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
230 |
|
|
rm -f %{name}-%{version}-filelist |
231 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
232 |
|
|
|
233 |
|
|
%clean |
234 |
|
|
rm -rf $RPM_BUILD_ROOT |
235 |
|
|
|
236 |
|
|
%files -f %{name}-%{version}-filelist |
237 |
|
|
%defattr(-,root,root) |