/[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.24 - (hide annotations) (download)
Sat Mar 1 22:47:27 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-8_el4_sme
Changes since 1.23: +2 -2 lines
fix spec

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

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