/[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.22 - (show annotations) (download)
Sat Mar 1 22:11:26 2008 UTC (16 years, 3 months ago) by snetram
Branch: MAIN
Changes since 1.21: +4 -0 lines
* Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
- 1.4-7
- Rewrite and split migrate scripts for user(s) and group(s), model
  it after /etc/e-smith/db/configuration/migrate/20smtpd-auth
- Clean out empty files created after patching

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

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