1 |
# $Id: e-smith-backup.spec,v 1.54 2009/11/25 17:12:12 filippocarletti Exp $ |
# $Id: e-smith-backup.spec,v 1.59 2010/02/12 13:08:07 dungog 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.2.0 |
%define version 2.2.0 |
7 |
%define release 25 |
%define release 30 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
34 |
Patch22: e-smith-backup-2.2.0-moreexcludes.patch |
Patch22: e-smith-backup-2.2.0-moreexcludes.patch |
35 |
Patch23: e-smith-backup-2.2.0-fullSunday.patch |
Patch23: e-smith-backup-2.2.0-fullSunday.patch |
36 |
Patch24: e-smith-backup-2.2.0-once_a_day.patch |
Patch24: e-smith-backup-2.2.0-once_a_day.patch |
37 |
|
Patch25: e-smith-backup-2.2.0-perform_backup-hal.patch |
38 |
|
Patch26: e-smith-backup-2.2.0-smbpasswd_not_last.patch |
39 |
|
Patch27: e-smith-backup-2.2.0-create_mount.patch2 |
40 |
|
Patch28: e-smith-backup-2.2.0-nolowercase.patch |
41 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
42 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
43 |
BuildRequires: gettext |
BuildRequires: gettext |
56 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Mon Feb 15 2010 Stephen Noble <support@dungog.net> 2.2.0-30.sme |
60 |
|
- Improved upgrade compatibility, remove .orig [SME: 4809] |
61 |
|
|
62 |
|
* Fri Feb 12 2010 Stephen Noble <support@dungog.net> 2.2.0-29.sme |
63 |
|
- fix mount point for verify [SME: 5765] |
64 |
|
|
65 |
|
* Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme |
66 |
|
- create mount point for verify [SME: 5765] |
67 |
|
|
68 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme |
69 |
|
- remove comment re smbpasswd being last [SME: 5600] |
70 |
|
|
71 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme |
72 |
|
- Fix mounting usb disks [SME: 4809] |
73 |
|
|
74 |
* Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme |
* Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme |
75 |
- Don't backup more than once per day [SME: 5445] |
- Don't backup more than once per day [SME: 5445] |
76 |
|
|
1177 |
%patch22 -p1 |
%patch22 -p1 |
1178 |
%patch23 -p1 |
%patch23 -p1 |
1179 |
%patch24 -p1 |
%patch24 -p1 |
1180 |
|
%patch25 -p1 |
1181 |
|
%patch26 -p1 |
1182 |
|
%patch27 -p1 |
1183 |
|
%patch28 -p1 |
1184 |
|
|
1185 |
%build |
%build |
1186 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |