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

Diff of /rpms/smeserver-BackupPC/contribs10/smeserver-BackupPC.spec

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

Revision 1.2 by brianr, Wed Nov 4 09:53:55 2020 UTC Revision 1.14 by jpp, Mon Aug 1 01:43:26 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-BackupPC.spec,v 1.1 2020/10/26 14:35:59 brianr Exp $  # $Id: smeserver-BackupPC.spec,v 1.13 2022/07/30 17:31:53 brianr Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
5  Name: smeserver-BackupPC  Name: smeserver-BackupPC
6  Version: 0.2  Version: 0.2
7  Release: 4%{?dist}  Release: 13%{?dist}
8  Summary: BackupPC integration into SME server  Summary: BackupPC integration into SME server
9    
10  Group: Applications/System  Group: Applications/System
# Line 12  License: GPL Line 12  License: GPL
12  URL: http://backuppc.sourceforge.net/  URL: http://backuppc.sourceforge.net/
13  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
14  Patch0: smeserver-BackupPC-0.2.bz10266.updatetktauth.patch  Patch0: smeserver-BackupPC-0.2.bz10266.updatetktauth.patch
15    Patch1: smeserver-BackupPC-0.2-Add-extra-loadmodules-in-httpd.conf.patch
16    Patch2: smeserver-BackupPC-0.2-Update-createlinks-for-systemd-for-SME10.patch
17    Patch3: smeserver-BackupPC-0.2-Get-httpd-bkpc-task-running.patch
18    Patch4: smeserver-BackupPC-0.2-bz10884-localhostBackupWithoutSSH.patch
19    Patch5: smeserver-BackupPC-0.2-Add-sm2-panel-using-iframe.patch
20    Patch6: smeserver-BackupPC-0.2-bz12000-backup.patch
21    Patch7: smeserver-BackupPC-0.2-bz11875-DefaultType.patch
22    Patch8: smeserver-BackupPC-0.2-bz12036-24syntax.patch
23    
24  BuildRoot: %{_tmppath}/%{name}-%{version}  BuildRoot: %{_tmppath}/%{name}-%{version}
25  BuildArch: noarch  BuildArch: noarch
# Line 22  Requires: mod_auth_tkt Line 30  Requires: mod_auth_tkt
30  Requires: BackupPC >= 4.0.0  Requires: BackupPC >= 4.0.0
31  Requires: smeserver-remoteuseraccess  Requires: smeserver-remoteuseraccess
32  Requires: openssl  Requires: openssl
33  Requires: e-smith-manager >= 2.8.0  #Requires: e-smith-manager >= 2.8.0
34    Requires: e-smith-apache >= 2.6.0-19
35    AutoReqProv: no
36    
37  #Conflicts: smeserver-backuppc.fws  #Conflicts: smeserver-backuppc.fws
38  Obsoletes: smeserver-backuppc.fws  Obsoletes: smeserver-backuppc.fws
# Line 53  This package contains specific configura Line 63  This package contains specific configura
63    
64    
65  %changelog  %changelog
66    * Sun Jul 31 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-13.sme
67    - update to httpd 2.4 syntax [SME: 12036]
68      including Requires, and bkpc-conf
69    
70    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.2-12.sme
71    - Re-build and link to latest devtools [SME: 11997]
72    
73    * Mon Jul 25 2022 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.2-11.sme
74    - update to httpd 2.4 syntax [SME: 12036]
75    
76    * Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-10.sme
77    - add configuration to core backup [SME: 12000]
78    - Re-build and link to latest devtools deprecated use of DefaultType [SME: 11875]
79    
80    * Fri Oct 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme
81    - Add in code for SM2 panel using iframe - note: Authentication not sorted [SME: 11701]
82    
83    * Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-8.sme
84    - allow localhost SME backup without SSH, but sudo [SME: 10884]
85    
86    * Wed Jan 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-7.sme
87    - Get-httpd-bkpc-task-running [SME: 11055]
88    
89    * Mon Jan 11 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-6.sme
90    - Update createlinks for systemd according to [SME: 10959][SME: 11055]
91    
92    * Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-5.sme
93    - Add in extra Loadmodules to httpd.conf [SME: 11055]
94    
95  * Tue Oct 27 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-4.sme  * Tue Oct 27 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-4.sme
96  - Initial build for SME v10 [SME:11055]  - Initial build for SME v10 [SME:11055]
97  - Hard work done by Brian Read  - Hard work done by Brian Read
# Line 143  This package contains specific configura Line 182  This package contains specific configura
182  %prep  %prep
183  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
184  %patch0 -p1  %patch0 -p1
185    %patch1 -p1
186    %patch2 -p1
187    %patch3 -p1
188    %patch4 -p1
189    %patch5 -p1
190    %patch6 -p1
191    %patch7 -p1
192    %patch8 -p1
193    
194  %build  %build
195  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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