/[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.34 - (show annotations) (download)
Thu Apr 10 19:16:39 2008 UTC (16 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-13_el4_sme
Changes since 1.33: +7 -1 lines
* Thu Apr 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
- 1.4-13
- Update UTF-8 translations to reflect latest changes

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

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