/[smecontribs]/rpms/smeserver-subversion/contribs7/smeserver-subversion.spec
ViewVC logotype

Annotation of /rpms/smeserver-subversion/contribs7/smeserver-subversion.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.21 - (hide annotations) (download)
Sat Mar 1 22:05:41 2008 UTC (16 years, 3 months ago) by snetram
Branch: MAIN
Changes since 1.20: +7 -2 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

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

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