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

Contents of /rpms/smeserver-subversion/contribs10/smeserver-subversion.spec

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


Revision 1.2 - (show annotations) (download)
Thu Oct 29 12:36:15 2020 UTC (3 years, 7 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-subversion-1_7-10_el7_sme
Changes since 1.1: +5 -2 lines
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.7-10.sme
- Initial import to SME10 tree [SME: 11069]

1 # $Id: smeserver-subversion.spec,v 1.1 2020/10/29 12:14:21 brianr 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 10
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 * Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.7-10.sme
32 - Initial import to SME10 tree [SME: 11069]
33
34 * Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.7-9.sme
35 - apply locale 2018-12-14 patch
36
37 * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.7-8.sme
38 - apply locale 2017-02-02.patch
39
40 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.7-7.sme
41 - apply locale 2016-03-09 patch
42
43 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-6.sme
44 - Added smeserver-subversion-1.7-locale-2015-09-12.patch
45
46 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-5.sme
47 - Initial release to contribs9
48
49 * Tue Aug 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-4
50 - change the subversion url to subversion.apache.org
51
52 * Mon Jul 27 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-3
53 - added AuthBasicProvider external to the http authentication
54 - correct path to pwauth
55
56 * Fri Jul 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.7-1
57 - first release to sme9
58
59 * Fri Sep 7 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-3.sme
60 - Fix location of pwauth on 64 bit systems [SME: 7093]
61
62 * Wed Jun 13 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-2.sme
63 - Prevent empty description [SME: 6988]
64 - Apply latest locale patch
65
66 * Sat May 26 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.5-1.sme
67 - Initial version
68
69 %prep
70 %setup
71 %patch0 -p1
72 %patch1 -p1
73 %patch2 -p1
74 %patch3 -p1
75
76 %build
77 perl createlinks
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
82 rm -f %{name}-%{version}-filelist
83 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -f %{name}-%{version}-filelist
89 %defattr(-,root,root)

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