1 |
# $Id: smeserver-BackupPC.spec,v 1.1 2020/10/26 14:35:59 brianr Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.3 2020/11/27 12:21:05 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: 6%{?dist} |
8 |
Summary: BackupPC integration into SME server |
Summary: BackupPC integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
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 |
|
|
18 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
19 |
BuildArch: noarch |
BuildArch: noarch |
55 |
|
|
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Mon Jan 11 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-6.sme |
59 |
|
- Update createlinks for systemd according to [SME: 10959][SME: 11055] |
60 |
|
|
61 |
|
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-5.sme |
62 |
|
- Add in extra Loadmodules to httpd.conf [SME: 11055] |
63 |
|
|
64 |
* 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 |
65 |
- Initial build for SME v10 [SME:11055] |
- Initial build for SME v10 [SME:11055] |
66 |
- Hard work done by Brian Read |
- Hard work done by Brian Read |
151 |
%prep |
%prep |
152 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
153 |
%patch0 -p1 |
%patch0 -p1 |
154 |
|
%patch1 -p1 |
155 |
|
%patch2 -p1 |
156 |
|
|
157 |
%build |
%build |
158 |
perl createlinks |
perl createlinks |