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

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

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


Revision 1.50 - (hide annotations) (download)
Sun Aug 10 16:23:02 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-27_el4_sme
Changes since 1.49: +5 -2 lines
* Sun Aug 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-27
- Redo maxLength fix properly [SME: 4495]

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

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