automatic rebuild by autodist [release 1.3.1-2mamba;Tue Jul 16 2013]
This commit is contained in:
parent
270d39f2b9
commit
1a2cf3668b
@ -1,2 +1,6 @@
|
||||
# rsnapshot
|
||||
|
||||
rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.
|
||||
Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.
|
||||
Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved.
|
||||
|
||||
|
57
rsnapshot.spec
Normal file
57
rsnapshot.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: rsnapshot
|
||||
Version: 1.3.1
|
||||
Release: 2mamba
|
||||
Summary: rsnapshot is a filesystem snapshot utility for making backups of local and remote systems
|
||||
Group: Applications/Archiving
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Fabio Giani <fabio.giani@gmail.com>
|
||||
URL: http://www.rsnapshot.org/
|
||||
Source: http://www.rsnapshot.org/downloads/rsnapshot-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: openssh-clients
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: rsync
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: openssh-clients
|
||||
Requires: perl
|
||||
Requires: rsync
|
||||
|
||||
%description
|
||||
rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.
|
||||
Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.
|
||||
Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man1/rsnapshot.1.gz
|
||||
%{_mandir}/man1/rsnapshot-diff.1.gz
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%config %{_sysconfdir}/rsnapshot.conf.default
|
||||
/usr/bin/rsnapshot
|
||||
/usr/bin/rsnapshot-diff
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 1.3.1-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Tue Jun 30 2009 Fabio Giani <fabio.giani@gmail.com> 1.3.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user