/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup.spec
ViewVC logotype

Diff of /rpms/e-smith-backup/sme8/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.26 by slords, Tue Oct 7 19:27:49 2008 UTC Revision 1.42 by slords, Tue Oct 28 23:03:58 2008 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: e-smith-backup.spec,v 1.41 2008/10/27 14:24:23 slords 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 1  %define release 16
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13    Patch1: e-smith-backup-2.2.0-localise_fix.patch
14    Patch2: e-smith-backup-2.2.0-fixPleaseConfigure.patch
15    Patch3: e-smith-backup-2.2.0-restore_list.patch
16    Patch4: e-smith-backup-2.2.0-timeout.patch
17    Patch5: e-smith-backup-2.2.0-smbfs.patch
18    Patch6: e-smith-backup-2.2.0-mount_verify.patch
19    Patch7: e-smith-backup-2.2.0-nocompressogg.patch
20    Patch8: e-smith-backup-2.2.0-verbose.patch
21    Patch9: e-smith-backup-2.2.0-email.patch
22    Patch10: e-smith-backup-2.2.0-mount_usb.patch
23    Patch11: e-smith-backup-2.2.0-verbose_panel.patch
24    Patch12: e-smith-backup-2.2.0-gzip.patch
25    Patch13: e-smith-backup-2.2.0-empty.patch
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
28  BuildRequires: gettext  BuildRequires: gettext
# Line 28  Requires: dar Line 41  Requires: dar
41  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
42    
43  %changelog  %changelog
44    * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-16.sme
45    - Migrate smbfs to cifs to complete removal [SME: 4678]
46    
47    * Mon Oct 27 2008 Shad L. Lords <slords@mail.com> 2.2.0-15.sme
48    - Fix compression to default to gzip [SME: 4630]
49    - Fix uninitialized values in backup [SME: 4720]
50    
51    * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-14.sme
52    - dar backup to be less verbose in panel [SME: 4719]
53    
54    * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-13.sme
55    - correct mounting for usb disks [SME: 4695]
56    
57    * Wed Oct 22 2008 Shad L. Lords <slords@mail.com> 2.2.0-12.sme
58    - Fix from address on email [SME: 4702]
59    
60    * Tue Oct 21 2008 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
61    - Fix patch to remove orig file [SME: 4700]
62    - Patch dar backup to be less verbose [SME: 4699]
63    
64    * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.0.0-10.sme
65    - no compression for ogg media files [SME: 4677]
66    
67    * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
68    - replace defined list of directories to backup [SME: 4676]
69    
70    * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
71    - Fix already mounted check [SME: 4688]
72    
73    * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
74    - Remove obsolete smbfs backup method [SME: 4678]
75    
76    * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
77    - Use perl routines for timeout checking [SME: 4660]
78    
79    * Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
80    - Make dar use defined list of directories to backup [SME: 4676]
81    
82    * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
83    - Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
84    
85    * Thu Oct 9 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
86    - Fix localization strings in backup panel [SME: 4650]
87    
88  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
89  - Roll new stream to separate sme7/sme8 trees [SME: 4633]  - Roll new stream to separate sme7/sme8 trees [SME: 4633]
90    
# Line 1034  e-smith server central backup administra Line 1091  e-smith server central backup administra
1091    
1092  %prep  %prep
1093  %setup  %setup
1094    %patch1 -p1
1095    %patch2 -p1
1096    %patch3 -p1
1097    %patch4 -p1
1098    %patch5 -p1
1099    %patch6 -p1
1100    %patch7 -p1
1101    %patch8 -p1
1102    %patch9 -p1
1103    %patch10 -p1
1104    %patch11 -p1
1105    %patch12 -p1
1106    %patch13 -p1
1107    
1108  %build  %build
1109  /sbin/e-smith/buildtests 10e-smith-backup  /sbin/e-smith/buildtests 10e-smith-backup


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed