]> git.pld-linux.org Git - packages/arnie.git/blame - arnie.spec
- initial
[packages/arnie.git] / arnie.spec
CommitLineData
1e7b0b94
MWP
1
2Summary: Arnie
3Summary(pl): Arnie
4Name: arnie
5Version: 1.1
6Release: 0.1
7License: GPL
8Group: Applications
9Source0: http://furius.ca/downloads/arnie/%{name}-%{version}.tar.bz2
10# Source0-md5: ec7de82fd1ebb8bb7d3535308c2cee4b
11URL: http://furius.ca/arnie/
12#Requires: -
13#Obsoletes: -
14#Conflicts: -
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19arnie is a tremendously simple system for performing incremental
20backups to remote untrusted hosts, with support for encrypted
21files on the remote host. While our scripts are simple and recent,
22we believe they are robust and are in active use on the author's
23own servers, and we provide a comprehensive suite of tests to prove it.
24In addition, the following features are provided (see options):
25
26* Automatically compress archives in gzip or bzip2 format;
27* Automatically encrypt archives using a GnuPG key (specify the key Id
28 or name);
29* Automatically send the archive file to a remote host using scp. This
30 is just a convenience: alternatively you can capture the name of the
31 archive and send it any way you like (ftp, other...);
32* Tracks and restores permissions changes on directories and files;
33* Works with empty directories;
34* Works with symbolic links;
35* An alternate location for the history file can be specified;
36* Regexp patterns for excluding files in the backup can be provided;
37* You can restore at any of the times the backups were made (the
38 restore script has an option);
39* The archives are simply stored as GNU tar files, so you can open
40 them manually if so desired.
41
42%description -l pl
43
44%prep
45%setup -q
46
47%build
48
49%install
50rm -rf $RPM_BUILD_ROOT
51install -d $RPM_BUILD_ROOT%{_bindir}
52install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
53install bin/arnie-archive $RPM_BUILD_ROOT%{_bindir}/arnie-archive
54install bin/arnie-restore $RPM_BUILD_ROOT%{_bindir}/arnie-restore
55install doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}/
56
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%pre
62
63%post
64
65%preun
66
67%postun
68
69%files
70%defattr(644,root,root,755)
71%dir %attr(755,root,root) %{_docdir}/%{name}
72%doc %{_docdir}/%{name}/*
73%attr(755,root,root) %{_bindir}/*
This page took 0.058744 seconds and 4 git commands to generate.