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