1 |
%define name automysqlbackup |
%define name automysqlbackup |
2 |
%define version 3.0.RC6 |
%define version 3.0.RC6 |
3 |
%define release 7 |
%define release 8 |
4 |
%define rpmver 3.0.RC6 |
%define rpmver 3.0.RC6 |
5 |
|
|
6 |
Summary: automysqlbackup is a script to backup your msql database on sme8 |
Summary: automysqlbackup is a script to backup your msql database on sme8 |
13 |
URL: http://sourceforge.net/projects/automysqlbackup/ |
URL: http://sourceforge.net/projects/automysqlbackup/ |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base, e-smith-release >= 9 |
Requires: e-smith-base, e-smith-release >= 10 |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
|
|
19 |
# This patch is in CVS but was actually added to the script |
# This patch is in CVS but was actually added to the script |
21 |
# automysqlbackup-3.0.RC6.specify-event-options.patch |
# automysqlbackup-3.0.RC6.specify-event-options.patch |
22 |
|
|
23 |
Patch1: automysqlbackup-3.0.RC6.set-backup-dir.patch |
Patch1: automysqlbackup-3.0.RC6.set-backup-dir.patch |
24 |
|
Patch2: automysqlbackup-3.0.RC6-bz11970-skip-lock-tables.patch |
25 |
|
|
26 |
%description |
%description |
27 |
This RPM is an unofficial addon for the SME Server 9.x. |
This RPM is an unofficial addon for the SME Server 9.x. |
30 |
This script is based on automysqlbackup V3.0 |
This script is based on automysqlbackup V3.0 |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon Aug 15 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0-RC6-8 |
34 |
|
- Add skip-lock-tables to opts [SME: 11970] |
35 |
|
- Bump esmith-release requires to 10 |
36 |
|
|
37 |
* Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 3.0-RC6-7 |
* Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 3.0-RC6-7 |
38 |
- Initial import to SME10 tree [SME: 11042] |
- Initial import to SME10 tree [SME: 11042] |
39 |
|
|
65 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
66 |
|
|
67 |
%patch1 -p1 |
%patch1 -p1 |
68 |
|
%patch2 -p1 |
69 |
|
|
70 |
|
|
71 |
%build |
%build |
72 |
# add createlinks if required |
# add createlinks if required |