/[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.26 - (show annotations) (download)
Mon Mar 10 19:19:32 2008 UTC (16 years, 3 months ago) by snetram
Branch: MAIN
Changes since 1.25: +1 -0 lines
* Mon Mar 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
- 1.4-9
- Update locale by importing patch generated using the new tranlsation website
- Removed untranslated locales from patch

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

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