2 |
%define name e-smith-backup |
%define name e-smith-backup |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.15.0 |
%define version 1.15.0 |
5 |
%define release 03 |
%define release 05 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: Artistic |
License: Artistic |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-backup-1.15.0-DarWorkstation.patch |
Patch0: e-smith-backup-1.15.0-DarWorkstation.patch |
12 |
Patch1: e-smith-backup-1.15.0-reformat.patch |
Patch1: e-smith-backup-1.15.0-reformat.patch |
13 |
|
Patch2: e-smith-backup-1.15.0-no_desktop_verify_restore.patch |
14 |
|
Patch3: e-smith-backup-1.15.0-DarWorkstation.patch2 |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
17 |
BuildRequires: gettext |
BuildRequires: gettext |
29 |
Requires: dar |
Requires: dar |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Oct 26 2007 Gavin Weight <gweight@gmail.com> 1.15.0-05 |
33 |
|
- Fix up DAR code to enable backup to complete. [SME: 3373] |
34 |
|
|
35 |
|
* Tue Sep 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-04 |
36 |
|
- Remove desktop verify and desktop restore features. Note that |
37 |
|
lexicon entries have not been removed. [SME: 3372] |
38 |
|
|
39 |
* Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03 |
* Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03 |
40 |
- Reformat new DAR code to match existing coding style. |
- Reformat new DAR code to match existing coding style. |
41 |
|
|
983 |
%setup |
%setup |
984 |
%patch0 -p1 |
%patch0 -p1 |
985 |
%patch1 -p1 |
%patch1 -p1 |
986 |
|
%patch2 -p1 |
987 |
|
%patch3 -p1 |
988 |
|
|
989 |
%build |
%build |
990 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |