2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.9.0 |
%define version 0.9.0 |
5 |
%define release 6 |
%define release 9 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GNU GPL (GNU General Public License) |
License: GNU GPL (GNU General Public License) |
18 |
Patch1: smeserver-affa-0.9.0-defaultRemoteHostName.patch |
Patch1: smeserver-affa-0.9.0-defaultRemoteHostName.patch |
19 |
Patch2: smeserver-affa-0.9.0-dovecotDeleteNewStyleIndexFiles.patch |
Patch2: smeserver-affa-0.9.0-dovecotDeleteNewStyleIndexFiles.patch |
20 |
Patch3: smeserver-affa-0.9.0-createBackupFileOption.patch |
Patch3: smeserver-affa-0.9.0-createBackupFileOption.patch |
21 |
|
Patch4: smeserver-affa-0.9.0-createBackupFileOption2.patch |
22 |
|
Patch5: smeserver-affa-0.9.0-trapsignals.patch |
23 |
|
|
24 |
%description |
%description |
25 |
Main purpose ist to make the SME server a dedicated rsync based backup server. |
Main purpose ist to make the SME server a dedicated rsync based backup server. |
26 |
Also providing functions to backup to USB disks or SMB shares in SOHO environments. |
Also providing functions to backup to USB disks or SMB shares in SOHO environments. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sun Mar 09 2008 Michael Weinberger 0.9.0-9 |
30 |
|
trap signals in --create-backup-file |
31 |
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-8 |
32 |
|
Permissions in /usr/lib/affa |
33 |
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-7 |
34 |
|
md5sum in --create-backup-file |
35 |
* Fri Mar 07 2008 Michael Weinberger 0.9.0-6 |
* Fri Mar 07 2008 Michael Weinberger 0.9.0-6 |
36 |
Added option --create-backup-file |
Added option --create-backup-file |
37 |
Using line number as error code in affaErrorExit() |
Using line number as error code in affaErrorExit() |
320 |
%patch1 -p1 |
%patch1 -p1 |
321 |
%patch2 -p1 |
%patch2 -p1 |
322 |
%patch3 -p1 |
%patch3 -p1 |
323 |
|
%patch4 -p1 |
324 |
|
%patch5 -p1 |
325 |
|
|
326 |
%build |
%build |
327 |
|
|
345 |
-e "s@^/sbin/e-smith/@%attr(0750,root,root) &@"\ |
-e "s@^/sbin/e-smith/@%attr(0750,root,root) &@"\ |
346 |
-e "s@^/etc/profile.d/@%attr(0755,root,root) &@"\ |
-e "s@^/etc/profile.d/@%attr(0755,root,root) &@"\ |
347 |
-e "s@^/etc/e-smith/templates/@%attr(0644,root,root) &@"\ |
-e "s@^/etc/e-smith/templates/@%attr(0644,root,root) &@"\ |
348 |
|
-e "s@^/usr/lib/affa/COPYING@%attr(0444,root,root) &@"\ |
349 |
|
-e "s@^/usr/lib/affa/@%attr(0750,root,root) &@"\ |
350 |
>> %{name}-%{version}-filelist |
>> %{name}-%{version}-filelist |
351 |
|
|
352 |
find $RPM_BUILD_ROOT -depth -type l -print |\ |
find $RPM_BUILD_ROOT -depth -type l -print |\ |