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

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

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


Revision 1.3 - (hide annotations) (download)
Tue Aug 24 08:50:06 2021 UTC (2 years, 9 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-subversion-1_7-11_el7_sme
Changes since 1.2: +7 -2 lines
* Tue Aug 24 2021 Terry Fage <terry.fage@gmail.com> 1.7-11.sme
- apply locale 2021-08-24 patch

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

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