/[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.30 - (show annotations) (download)
Sat Mar 29 22:52:30 2008 UTC (16 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-11_el4_sme
Changes since 1.29: +1 -1 lines
* Wed Mar 29 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
- 1.4-11
- Update locale by importing patch generated using the new tranlsation website

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

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