1 |
# $Id: e-smith-backup.spec,v 1.12 2013/07/14 22:50:03 wellsi Exp $ |
# $Id: e-smith-backup.spec,v 1.13 2013/07/14 22:52:23 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith module to provide the backup panel |
Summary: e-smith module to provide the backup panel |
4 |
%define name e-smith-backup |
%define name e-smith-backup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 12 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
21 |
Patch9: e-smith-backup-2.4.0-workstation-CreateCatalog.patch |
Patch9: e-smith-backup-2.4.0-workstation-CreateCatalog.patch |
22 |
Patch10: e-smith-backup-2.4.0-workstation-smbhost.patch |
Patch10: e-smith-backup-2.4.0-workstation-smbhost.patch |
23 |
Patch11: e-smith-backup-2.4.0-workstation-removeTemp.patch |
Patch11: e-smith-backup-2.4.0-workstation-removeTemp.patch |
24 |
|
Patch12: e-smith-backup-2.4.0-workstation-DeleteEarly.patch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
27 |
BuildRequires: gettext |
BuildRequires: gettext |
41 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-13.sme |
45 |
|
- Workstation Backup, add a choice to delete old backup before or after backup [SME: 7766] |
46 |
|
|
47 |
* Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme |
* Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme |
48 |
- Workstation Backup, remove temporary directory on success [SME: 7765] |
- Workstation Backup, remove temporary directory on success [SME: 7765] |
49 |
- Refactor directory tree creation and removal. |
- Refactor directory tree creation and removal. |
1287 |
%patch9 -p1 |
%patch9 -p1 |
1288 |
%patch10 -p1 |
%patch10 -p1 |
1289 |
%patch11 -p1 |
%patch11 -p1 |
1290 |
|
%patch12 -p1 |
1291 |
|
|
1292 |
%build |
%build |
1293 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |