/[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.52 - (hide annotations) (download)
Mon Sep 8 19:40:53 2008 UTC (15 years, 9 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-29_el4_sme
Changes since 1.51: +5 -2 lines
* Mon Sep  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-29
- Bumped version number to test new plague release

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

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