/[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.49 - (show annotations) (download)
Sun Aug 10 15:59:53 2008 UTC (15 years, 9 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-26_el4_sme
Changes since 1.48: +20 -3 lines
* Sun Aug 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-26
- Reinstate description validation routine [SME: 3698]
- Remove user/group from repository privileges list(s) when user/group is
  removed from the system [SME: 4013]
- Clarify panel fields for user(s)/group(s) read/write access with regards
  to anonymous access on empty lists [SME: 4327]
- Fix maxLength not appearing in the create/modify page of the panel [SME: 4495]
- Fixed bug reference in previous changelog entry

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

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