forked from pool/fsarchiver
fa6a4fdeac
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=2
75 lines
2.2 KiB
RPMSpec
75 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package fsarchiver (Version 0.6.12)
|
|
#
|
|
# Copyright (c) 2009-2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
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 -p %{S:1} .
|
|
|
|
%build
|
|
%configure
|
|
%__make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%clean
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc ChangeLog COPYING HOWTO NEWS README THANKS
|
|
%{_sbindir}/%{name}
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%changelog
|