1 |
# $Id: smeserver-BackupPC.spec,v 1.1 2020/10/26 14:35:59 brianr Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.2 2020/11/04 09:53:55 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: 5%{?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 |
|
|
17 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
18 |
BuildArch: noarch |
BuildArch: noarch |
54 |
|
|
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-5.sme |
58 |
|
- Add in extra Loadmodules to httpd.conf [SME: 11055] |
59 |
|
|
60 |
* 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 |
61 |
- Initial build for SME v10 [SME:11055] |
- Initial build for SME v10 [SME:11055] |
62 |
- Hard work done by Brian Read |
- Hard work done by Brian Read |
147 |
%prep |
%prep |
148 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
149 |
%patch0 -p1 |
%patch0 -p1 |
150 |
|
%patch1 -p1 |
151 |
|
|
152 |
%build |
%build |
153 |
perl createlinks |
perl createlinks |