1 |
|
# $Id$ |
2 |
|
# Authority: snetram |
3 |
|
# Name: Jonathan Martens |
4 |
|
|
5 |
Summary: Subversion for SME Server |
Summary: Subversion for SME Server |
6 |
%define name smeserver-subversion |
%define name smeserver-subversion |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.4 |
%define version 1.4 |
9 |
%define release 6 |
%define release 12 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
33 |
Patch20: smeserver-subversion-1.4-AddLocale-es.patch |
Patch20: smeserver-subversion-1.4-AddLocale-es.patch |
34 |
Patch21: smeserver-subversion-1.4-ModifyRepositoryFixes.patch |
Patch21: smeserver-subversion-1.4-ModifyRepositoryFixes.patch |
35 |
Patch22: smeserver-subversion-1.4-RepositoryMIMETypeFix.patch |
Patch22: smeserver-subversion-1.4-RepositoryMIMETypeFix.patch |
36 |
Patch23: smeserver-subversion-1.4-MigrateClearingAccessLists.patch |
Patch23: smeserver-subversion-1.4-RewriteMigrateScript.patch |
37 |
Patch24: smeserver-subversion-1.4-FixGroupsFullAccess.patch |
Patch24: smeserver-subversion-1.4-FixGroupsFullAccess.patch |
38 |
|
Patch25: smeserver-subversion-1.4-migratefix.patch |
39 |
|
Patch26: smeserver-subversion-1.4-locale-2008-03-10.patch |
40 |
|
Patch27: smeserver-subversion-1.4-locale-2008-03-29.patch |
41 |
Group: Applications/Internet |
Group: Applications/Internet |
42 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
43 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
45 |
Requires: smeserver-mod_dav subversion >= 1.2 smeserver-release >= 7 mod_dav_svn httpd >= 2 |
Requires: smeserver-mod_dav subversion >= 1.2 |
46 |
|
Requires: smeserver-release >= 7 |
47 |
|
Requires: mod_dav_svn httpd >= 2 |
48 |
|
Requires: e-smith-formmagick >= 1.4.0-10 |
49 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
50 |
|
|
51 |
%description |
%description |
52 |
Implementation of Subversion for SME Server 7 using WebDAV. |
Implementation of Subversion for SME Server 7 using WebDAV. |
53 |
|
|
54 |
%changelog |
%changelog |
55 |
|
* Wed Mar 29 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
56 |
|
- 1.4-12 |
57 |
|
- Bumped version number to force build |
58 |
|
|
59 |
|
* Wed Mar 29 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
60 |
|
- 1.4-11 |
61 |
|
- Update locale by importing patch generated using the new tranlsation website |
62 |
|
- Split requires line to read one line per package |
63 |
|
|
64 |
|
* Wed Mar 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
65 |
|
- 1.4-10 |
66 |
|
- Included e-smith-formagick requirement according to Gavin's comment (11) in [SME: 3858] |
67 |
|
|
68 |
|
* Mon Mar 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
69 |
|
- 1.4-9 |
70 |
|
- Update locale by importing patch generated using the new tranlsation website |
71 |
|
- Removed untranslated locales from patch |
72 |
|
|
73 |
|
* Sat Mar 01 2008 Shad L. Lords <slords@mail.com> 1.4-8 |
74 |
|
- Simplify migrate fragment and ensure we don't overwrite props [SME: 4003] |
75 |
|
|
76 |
|
* Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
77 |
|
- 1.4-7 |
78 |
|
- Rewrite and split migrate scripts for user(s) and group(s), model |
79 |
|
it after /etc/e-smith/db/configuration/migrate/20smtpd-auth |
80 |
|
- Clean out empty files created after patching |
81 |
|
|
82 |
* Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
* Sat Mar 01 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
83 |
- 1.4-6 |
- 1.4-6 |
84 |
- Full access for groups does not work [SME: 3998] |
- Full access for groups does not work [SME: 3998] |
268 |
%patch22 -p1 |
%patch22 -p1 |
269 |
%patch23 -p1 |
%patch23 -p1 |
270 |
%patch24 -p1 |
%patch24 -p1 |
271 |
|
%patch25 -p1 |
272 |
|
%patch26 -p1 |
273 |
|
%patch27 -p1 |
274 |
|
|
275 |
%build |
%build |
276 |
perl createlinks |
perl createlinks |