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