/[smecontribs]/rpms/smeserver-subversion/contribs7/smeserver-subversion.spec
ViewVC logotype

Contents of /rpms/smeserver-subversion/contribs7/smeserver-subversion.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.63 - (show annotations) (download)
Sun Mar 1 19:28:47 2009 UTC (15 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-38_el4_sme
Changes since 1.62: +7 -2 lines
* Sun Mar  1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-38
- Apply  1 Mar 2009 locale patch [SME: 5018]

1 # $Id: smeserver-subversion.spec,v 1.62 2009/01/01 11:41:55 snetram Exp $
2 # Authority: snetram
3 # Name: Jonathan Martens
4
5 Summary: Subversion for SME Server
6 %define name smeserver-subversion
7 Name: %{name}
8 %define version 1.4
9 %define release 38
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Patch0: smeserver-subversion-1.4-RemoveLeftoverReferencesToModAuthz.patch
14 Patch1: smeserver-subversion-1.4-RemoveLeftoverReferencesToModAuthzRemovedTooMuch.patch
15 Patch2: smeserver-subversion-1.4-ImplementReadWriteAccess.patch
16 Patch3: smeserver-subversion-1.4-ImplementReadWriteAccess2.patch
17 Patch4: smeserver-subversion-1.4-ImplementReadWriteAccess3.patch
18 Patch5: smeserver-subversion-1.4-ImplementReadWriteAccess4.patch
19 Patch6: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-en-us.patch
20 Patch7: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-de.patch
21 Patch8: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-fr.patch
22 Patch9: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-sv.patch
23 Patch10: smeserver-subversion-1.4-ImplementReadWriteAccessLocale-it.patch
24 Patch11: smeserver-subversion-1.4-FixFontTagInLocale.patch
25 Patch12: smeserver-subversion-1.4-initdb.patch
26 Patch13: smeserver-subversion-1.4-ImproveRepositoryDeleteSanityCheck.patch
27 Patch14: smeserver-subversion-1.4-ImproveRepositoryDeleteSanityCheck2.patch
28 Patch15: smeserver-subversion-1.4-RemoveEvent-subversion-delete.patch
29 Patch16: smeserver-subversion-1.4-AddHooksToUSerAndGroupDeleteEvents.patch
30 Patch17: smeserver-subversion-1.4-UpdateCreateLinksScript.patch
31 Patch18: smeserver-subversion-1.4-SanitizeGroupMemberExpansion.patch
32 Patch19: smeserver-subversion-1.4-ReorganizeLocale.patch
33 Patch20: smeserver-subversion-1.4-AddLocale-es.patch
34 Patch21: smeserver-subversion-1.4-ModifyRepositoryFixes.patch
35 Patch22: smeserver-subversion-1.4-RepositoryMIMETypeFix.patch
36 Patch23: smeserver-subversion-1.4-RewriteMigrateScript.patch
37 Patch24: smeserver-subversion-1.4-FixGroupsFullAccess.patch
38 Patch25: smeserver-subversion-1.4-migratefix.patch
39 Patch26: smeserver-subversion-1.4-locale-2008-03-10.patch
40 Patch27: smeserver-subversion-1.4-locale-2008-03-29.patch
41 Patch28: smeserver-subversion-1.4-locale-2008-04-10.patch
42 Patch29: smeserver-subversion-1.4-badpt.patch
43 Patch30: smeserver-subversion-1.4-locale-2008-04-21.patch
44 Patch31: smeserver-subversion-1.4-add2general.patch
45 Patch32: smeserver-subversion-1.4-locale-2008-04-26.patch
46 Patch33: smeserver-subversion-1.4-locale-2008-05-21.patch
47 Patch34: smeserver-subversion-1.4-locale-2008-06-24.patch
48 Patch35: smeserver-subversion-1.4-locale-2008-06-27.patch
49 Patch36: smeserver-subversion-1.4-locale-2008-07-01.patch
50 Patch37: smeserver-subversion-1.4-locale-2008-08-09.patch
51 Patch38: smeserver-subversion-1.4-ClarifyPanel.patch
52 Patch39: smeserver-subversion-1.4-FixAccountRemoval.patch
53 Patch40: smeserver-subversion-1.4-ValidateDescription.patch
54 Patch41: smeserver-subversion-1.4-MaxLength.patch
55 Patch42: smeserver-subversion-1.4-locale-2008-08-18.patch
56 Patch43: smeserver-subversion-1.4-locale-2008-09-30.patch
57 Patch44: smeserver-subversion-1.4-locale-2008-10-13.patch
58 Patch45: smeserver-subversion-1.4-locale-2008-10-14.patch
59 Patch46: smeserver-subversion-1.4-locale-2008-10-16.patch
60 Patch47: smeserver-subversion-1.4-locale-2008-11-05.patch
61 Patch48: smeserver-subversion-1.4-locale-2008-11-19.patch
62 Patch49: smeserver-subversion-1.4-locale-2008-11-30.patch
63 Patch50: smeserver-subversion-1.4-locale-2009-01-01.patch
64 Patch51: smeserver-subversion-1.4-locale-2009-03-01.patch
65 Group: Applications/Internet
66 Source: %{name}-%{version}.tgz
67 BuildArchitectures: noarch
68 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
69 Requires: smeserver-mod_dav subversion >= 1.2
70 Requires: smeserver-release >= 7
71 Requires: mod_dav_svn httpd >= 2
72 Requires: e-smith-formmagick >= 1.4.0-12
73 BuildRequires: e-smith-devtools >= 1.13.1-03
74
75 %description
76 Implementation of Subversion for SME Server 7 using WebDAV.
77
78 %changelog
79 * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-38
80 - Apply 1 Mar 2009 locale patch [SME: 5018]
81
82 * Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-37
83 - Apply 1 Jan 2009 locale patch [SME: 4900]
84
85 * Sun Nov 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-36
86 - Apply 30 Nov 2008 locale patch
87
88 * Wed Nov 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-35
89 - Apply 19 Nov 2008 locale patch
90
91 * Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-34
92 - Apply 5 Nov 2008 locale patch
93
94 * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-33
95 - Apply 16 Oct 2008 locale patch
96
97 * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-32
98 - Apply 14 Oct 2008 locale patch
99
100 * Mon Oct 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-31
101 - Apply 13 Oct 2008 locale patch
102
103 * Mon Sep 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-30
104 - Apply 30 Sep 2008 locale patch
105
106 * Mon Sep 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-29
107 - Bumped version number to test new plague release
108
109 * Mon Aug 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-28
110 - Apply 18 Aug 2008 locale patch
111
112 * Sun Aug 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-27
113 - Redo maxLength fix properly [SME: 4495]
114
115 * Sun Aug 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-26
116 - Reinstate description validation routine [SME: 3698]
117 - Remove user/group from repository privileges list(s) when user/group is
118 removed from the system [SME: 4013]
119 - Clarify panel fields for user(s)/group(s) read/write access with regards
120 to anonymous access on empty lists [SME: 4327]
121 - Fix maxLength not appearing in the create/modify page of the panel [SME: 4495]
122 - Fixed bug reference in previous changelog entry
123
124 * Sat Aug 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-25
125 - Apply 9 August 2008 locale patch
126
127 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-24
128 - Apply 1 July 2008 locale patch
129
130 * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-23
131 - Apply 27 Jun 2008 locale patch
132
133 * Wed Jun 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-22
134 - Apply 24 Jun 2008 locale patch
135
136 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-21
137 - Removed development patches
138
139 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-20
140 - Apply 21 May 2008 locale patch
141
142 * Fri May 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-19
143 - Try to clarify panel read/write properties (a bit more) [SME: 4327]
144
145 * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.4-18
146 - Bump release to rebuild
147
148 * Thu Apr 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-17
149 - Updated common <base> entries for other locales
150
151 * Thu Apr 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-16
152 - Take common <base> entries from e-smith-formmagick's general
153
154 * Mon Apr 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-15
155 - Updated pt_BR locale
156
157 * Sun Apr 20 2008 Shad L. Lords <slords@mail.com> 1.4-14
158 - Remove outdated pt translation [SME: 4234]
159
160 * Thu Apr 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
161 - 1.4-13
162 - Update UTF-8 translations to reflect latest changes
163
164 * Wed Mar 29 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
165 - 1.4-12
166 - Bumped version number to force build
167
168 * Wed Mar 29 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
169 - 1.4-11
170 - Update locale by importing patch generated using the new tranlsation website
171 - Split requires line to read one line per package
172
173 * Wed Mar 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
174 - 1.4-10
175 - Included e-smith-formagick requirement according to Gavin's comment (11) in [SME: 3858]
176
177 * Mon Mar 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
178 - 1.4-9
179 - Update locale by importing patch generated using the new tranlsation website
180 - Removed untranslated locales from patch
181
182 * Sat Mar 01 2008 Shad L. Lords <slords@mail.com> 1.4-8
183 - Simplify migrate fragment and ensure we don't overwrite props [SME: 4003]
184
185 * Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
186 - 1.4-7
187 - Rewrite and split migrate scripts for user(s) and group(s), model
188 it after /etc/e-smith/db/configuration/migrate/20smtpd-auth
189 - Clean out empty files created after patching
190
191 * Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
192 - 1.4-6
193 - Full access for groups does not work [SME: 3998]
194 - group-delete hook is preventing groups from being deleted [SME: 3999]
195 - Fix migrate script to not overwrite users/groups access privileges
196 on updates [SME: 4003]
197
198 * Thu Feb 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
199 - 1.4-5
200 - Modifying repository does not change MIME type setting
201 from off to on [SME: 3995]
202 - Modifying repository drops access privileges [SME: 3996]
203 - Modifying repository sets GroupsRead value for
204 GroupsRead as well as GroupsWrite property [SME: 3997]
205
206 * Wed Feb 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
207 - 1.4-4
208 - Fixed invalid perl location in patch
209
210 * Mon Feb 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
211 - 1.4-3
212 - Added and reorganized locales for all base languages [SME: 3811]
213 - Added spanish (es) locale [SME: 3814]
214 - Add hooks to user-delete and group-delete event [SME: 3981]
215 - Remove subversion-delete event since it is and should not be used [SME: 3982]
216 - Improve sanity check on repository-delete event [SME: 3983]
217
218 * Mon Feb 25 2008 Shad L. Lords <slords@mail.com>
219 - 1.4-2
220 - Remove scripts and move db initialition to package
221
222 * Sun Feb 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
223 - 1.4-1
224 - Removed font tag in locale files [SME: 3977]
225
226 * Sat Feb 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
227 - 1.4-0
228 - Removed skel folder should have been obsoleted since 1.2-8 [SME: 3079]
229 - Implement read/write access for user(s) and group(s) [SME: 3964]
230 - Allow anonymous access [SME: 3976]
231 - Removed leftover refferences to modAuthzSVN [SME: 3971]
232 - Fixed incorrect dates in spec files changelog
233
234 * Wed Feb 06 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
235 - 1.3-6
236 - Fixed missing translations for french locale created by
237 features implemented by 1.3-2 [SME: 3810]
238
239 * Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
240 - 1.3-5
241 - Added italian (it) locale [SME: 3812]
242
243 * Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
244 - 1.3-4
245 - Added german (de) locale [SME: 3813]
246
247 * Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
248 - 1.3-3
249 - DESCRIPTION_HAS_INVALID_CHARS is not translated in en-us locale [SME: 3694]
250 - Fixed missing translations for available locale created by
251 features implemented by 1.3-2 [SME: 3811]
252
253 * Fri Jan 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
254 - 1.3-2
255 - Allow auto-versioning by DAV clients (requires subversion >= 1.2) [SME: 3806]
256
257 * Tue Dec 25 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
258 - 1.2-9
259 fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3008
260 Description doesn't allow characters with accents [SME: 3008]
261
262 * Mon Aug 6 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
263 - 1.2-8
264 fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3079
265 UUID equal in all repositories [SME: 3079]
266
267 * Mon Aug 6 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
268 - 1.2-7
269 fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3034
270 Added new French translation due to incorrect encoding [SME: 3034]
271
272 * Tue Jun 12 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
273 - 1.2-6
274 fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=3034
275 Added French translation of server-manager panel [SME: 3034]
276
277 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
278 - Clean up spec so package can be built by koji/plague
279
280 * Sun Feb 18 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
281 - 1.2-4
282 fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2435
283 Added Swedish translation of server-manager panel [SME: 2435]
284
285 * Tue Feb 13 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
286 - 1.2-3
287 - changed wrongly modified symlink created in 1.2-2
288
289 * Mon Feb 12 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
290 - 1.2-2
291 - removed symlink from archive and moved it to createlinks script
292 - fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=2435
293 implemented the ability to localise the link in the navigation
294 panel of the server-manager [SME: 2435]
295
296 * Tue Feb 06 2007 Jonathan Martens <smeserver-contribs@snetram.nl>
297 - 1.2-1
298 - imported changelog from previous revisions and ordered them by date
299 - made packager generic for possible inclusion in SME Server Extras
300 - renamed spec file to enable automatic build to
301 smeserver-subversion.spec, removed older spec files with
302 version number in their name
303 - modified mailaddress to be smeserver-contribs@snetram.nl
304 - fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2169
305 Added httpd.conf to templates2expand and services2adjust for
306 the user-create, user-modify and group-modify event
307 - fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=2205
308 Removed NEXT button from first server-manager panel
309
310 * Sat Dec 09 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
311 - 1.1-3
312 - fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2073
313 wrong split of database entries for groups and users when
314 multiple users or groups where specified in 28SubversionContent
315 httpd.conf template file
316 - fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=1953
317 Authentication doesn't appear to work for groups, implemented
318 workaround to expand all users in groups and adding them to
319 the require user line
320 - fixed bug: http://contribs.org/bugzilla/show_bug.cgi?id=2138
321 Remove unnecesarry double quotes around user and groups in
322 httpd.conf template 28SubversionContent.
323
324 * Sun Sep 18 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
325 - 1.0-5
326 - fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=1915
327 missing entry for maxRepositoryNameLength in database
328 - fixed bug: http://www.contribs.org/bugzilla/show_bug.cgi?id=1916
329 corrected typo in createlinks script for httpd-e-smith
330
331 * Sun Sep 10 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
332 - 1.0-4
333 - fixed configuration database entry for modDAVSVN
334
335 * Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
336 - 1.0-3
337 - fixed typo
338
339 * Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
340 - 1.0-2
341 - fixed: enable subversion by default after install
342
343 * Sun Aug 27 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
344 - 1.0-1
345 - complete rebuild of the package
346 - fixed: /home/e-smith/files/repository is now created
347 - fixed: typo in english template files
348
349 * Mon May 29 2006 Jonathan Martens <smeserver-contribs@snetram.nl>
350 - 0.1-01
351 - Original version
352
353 %prep
354 %setup
355 %patch0 -p1
356 %patch1 -p1
357 %patch2 -p1
358 %patch3 -p1
359 %patch4 -p1
360 %patch5 -p1
361 %patch6 -p1
362 %patch7 -p1
363 %patch8 -p1
364 %patch9 -p1
365 %patch10 -p1
366 %patch11 -p1
367 %patch12 -p1
368 %patch13 -p1
369 %patch14 -p1
370 %patch15 -p1
371 %patch16 -p1
372 %patch17 -p1
373 %patch18 -p1
374 %patch19 -p1
375 %patch20 -p1
376 %patch21 -p1
377 %patch22 -p1
378 %patch23 -p1
379 %patch24 -p1
380 %patch25 -p1
381 %patch26 -p1
382 %patch27 -p1
383 %patch28 -p1
384 %patch29 -p1
385 %patch30 -p1
386 %patch31 -p1
387 %patch32 -p1
388 %patch33 -p1
389 %patch34 -p1
390 %patch35 -p1
391 %patch36 -p1
392 %patch37 -p1
393 %patch38 -p1
394 %patch39 -p1
395 %patch40 -p1
396 %patch41 -p1
397 %patch42 -p1
398 %patch43 -p1
399 %patch44 -p1
400 %patch45 -p1
401 %patch46 -p1
402 %patch47 -p1
403 %patch48 -p1
404 %patch49 -p1
405 %patch50 -p1
406 %patch51 -p1
407
408 %build
409 perl createlinks
410
411 %install
412 rm -rf $RPM_BUILD_ROOT
413 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
414 rm -f %{name}-%{version}-filelist
415 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
416
417 %clean
418 rm -rf $RPM_BUILD_ROOT
419
420 %files -f %{name}-%{version}-filelist
421 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed