/[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.51 - (hide annotations) (download)
Mon Aug 18 17:59:04 2008 UTC (15 years, 9 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-28_el4_sme
Changes since 1.50: +7 -2 lines
* Mon Aug 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-28
- Apply 18 Aug 2008 locale patch

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

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