1 |
# $Id: e-smith-backup.spec,v 1.28 2008/10/09 20:39:36 slords Exp $ |
# $Id: e-smith-backup.spec,v 1.29 2008/10/16 14:58:46 snetram 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.0.0 |
%define version 2.0.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-backup-2.0.0-localise_fix.patch |
Patch1: e-smith-backup-2.0.0-localise_fix.patch |
14 |
Patch2: e-smith-backup-2.0.0-fixPleaseConfigure.patch |
Patch2: e-smith-backup-2.0.0-fixPleaseConfigure.patch |
15 |
|
Patch3: e-smith-backup-2.0.0-restore_list.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
18 |
BuildRequires: gettext |
BuildRequires: gettext |
31 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.0.0-4.sme |
35 |
|
- Make dar use defined list of directories to backup [SME: 4676] |
36 |
|
|
37 |
* Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
* Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
38 |
- Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669] |
- Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669] |
39 |
|
|
1048 |
%setup |
%setup |
1049 |
%patch1 -p1 |
%patch1 -p1 |
1050 |
%patch2 -p1 |
%patch2 -p1 |
1051 |
|
%patch3 -p1 |
1052 |
|
|
1053 |
%build |
%build |
1054 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |