1 |
brianr |
1.1 |
# $Id: smeserver-subversion.spec,v 1.5 2018/12/14 11:58:34 jcrisp Exp $ |
2 |
|
|
# Authority: snetram |
3 |
|
|
# Name: Jonathan Martens |
4 |
|
|
|
5 |
|
|
Summary: Subversion for SME Server |
6 |
|
|
%define name smeserver-subversion |
7 |
|
|
Name: %{name} |
8 |
|
|
%define version 1.7 |
9 |
|
|
%define release 9 |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Applications/Internet |
14 |
|
|
Source: %{name}-%{version}.tar.gz |
15 |
|
|
BuildArchitectures: noarch |
16 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
|
|
Requires: smeserver-mod_dav subversion >= 1.2 |
18 |
|
|
Requires: smeserver-release >= 9 |
19 |
|
|
Requires: mod_dav_svn httpd >= 2 |
20 |
|
|
Requires: e-smith-formmagick >= 1.4.0-12 |
21 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
22 |
|
|
Patch0: smeserver-subversion-1.7-locale-2015-09-12.patch |
23 |
|
|
Patch1: smeserver-subversion-1.7-locale-2016-03-09.patch |
24 |
|
|
Patch2: smeserver-subversion-1.7-locale-2017-02-02.patch |
25 |
|
|
Patch3: smeserver-subversion-1.7-locale-2018-12-14.patch |
26 |
|
|
|
27 |
|
|
%description |
28 |
|
|
Implementation of Subversion for SME Server 9 using WebDAV. |
29 |
|
|
|
30 |
|
|
%changelog |
31 |
|
|
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.7-9.sme |
32 |
|
|
- apply locale 2018-12-14 patch |
33 |
|
|
|
34 |
|
|
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.7-8.sme |
35 |
|
|
- apply locale 2017-02-02.patch |
36 |
|
|
|
37 |
|
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.7-7.sme |
38 |
|
|
- apply locale 2016-03-09 patch |
39 |
|
|
|
40 |
|
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-6.sme |
41 |
|
|
- Added smeserver-subversion-1.7-locale-2015-09-12.patch |
42 |
|
|
|
43 |
|
|
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-5.sme |
44 |
|
|
- Initial release to contribs9 |
45 |
|
|
|
46 |
|
|
* Tue Aug 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-4 |
47 |
|
|
- change the subversion url to subversion.apache.org |
48 |
|
|
|
49 |
|
|
* Mon Jul 27 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-3 |
50 |
|
|
- added AuthBasicProvider external to the http authentication |
51 |
|
|
- correct path to pwauth |
52 |
|
|
|
53 |
|
|
* Fri Jul 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-1 |
54 |
|
|
- first release to sme9 |
55 |
|
|
|
56 |
|
|
* Fri Sep 7 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-3.sme |
57 |
|
|
- Fix location of pwauth on 64 bit systems [SME: 7093] |
58 |
|
|
|
59 |
|
|
* Wed Jun 13 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-2.sme |
60 |
|
|
- Prevent empty description [SME: 6988] |
61 |
|
|
- Apply latest locale patch |
62 |
|
|
|
63 |
|
|
* Sat May 26 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-1.sme |
64 |
|
|
- Initial version |
65 |
|
|
|
66 |
|
|
%prep |
67 |
|
|
%setup |
68 |
|
|
%patch0 -p1 |
69 |
|
|
%patch1 -p1 |
70 |
|
|
%patch2 -p1 |
71 |
|
|
%patch3 -p1 |
72 |
|
|
|
73 |
|
|
%build |
74 |
|
|
perl createlinks |
75 |
|
|
|
76 |
|
|
%install |
77 |
|
|
rm -rf $RPM_BUILD_ROOT |
78 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
79 |
|
|
rm -f %{name}-%{version}-filelist |
80 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
81 |
|
|
|
82 |
|
|
%clean |
83 |
|
|
rm -rf $RPM_BUILD_ROOT |
84 |
|
|
|
85 |
|
|
%files -f %{name}-%{version}-filelist |
86 |
|
|
%defattr(-,root,root) |