File fsarchiver.spec of Package fsarchiver

#
# spec file for package fsarchiver (Version 0.6.12)
#
# Copyright (c) 2009, 2010 Kyrill Detinov
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

Name:           fsarchiver
Version:        0.6.12
Release:        0
URL:            http://www.fsarchiver.org
License:        GPLv2
Source0:        %{name}-%{version}.tar.bz2
Source1:        HOWTO
Group:          Productivity/Archiving/Backup
Summary:        Filesystem Archiver for Linux
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  e2fsprogs
BuildRequires:  e2fsprogs-devel
BuildRequires:  libattr-devel
BuildRequires:  libbz2-devel
BuildRequires:  libgcrypt-devel
BuildRequires:  lzo-devel
BuildRequires:  pkg-config
BuildRequires:  xz-devel
BuildRequires:  zlib-devel

%description
FSArchiver is a system tool that allows you to save the contents of a
file-system to a compressed archive file. The file-system can be
restored on a partition which has a different size and it can be
restored on a different file-system. Unlike tar/dar, FSArchiver also
creates the file-system when it extracts the data to partitions.
Everything is checksummed in the archive in order to protect the data.
If the archive is corrupt, you just loose the current file, not the
whole archive.



Authors:
--------
    Francois Dupoux <fdupoux@users.sourceforge.net>

%prep
%setup -q
%{__cp} %{S:1} .

%build
%{configure}
%{__make} %{?_smp_mflags}

%install
%{makeinstall}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog NEWS README THANKS HOWTO
%{_sbindir}/%{name}
%doc %{_mandir}/man8/*

%changelog

# kate: space-indent on; indent-width 4;
openSUSE Build Service is sponsored by