SHA256
1
0
forked from pool/fsarchiver
fsarchiver/fsarchiver.spec
Martin Pluskal e8f08e3cf5 Accepting request 623099 from home:jubalh:branches:Archiving:Backup
- Update to 0.8.5:
  * Improved support for extfs filesystems (Contribution from Marcos Mello)
  * Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello)
  * Fixed build issue related to xattr.h (Contribution from Lars Wendler)
- Remove fsarchiver-attr.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/623099
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=42
2018-07-16 10:46:36 +00:00

74 lines
2.3 KiB
RPMSpec

#
# spec file for package fsarchiver
#
# Copyright (c) 2018 SUSE LINUX 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.8.5
Release: 0
Summary: Filesystem Archiver
License: GPL-2.0-only
Group: Productivity/Archiving/Backup
Url: http://www.fsarchiver.org
Source0: https://github.com/fdupoux/fsarchiver/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: HOWTO
# PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
Patch0: fsarchiver-types.patch
BuildRequires: e2fsprogs-devel
BuildRequires: libgcrypt-devel
BuildRequires: liblzma5
BuildRequires: liblzma5
BuildRequires: libtool
BuildRequires: libzstd-devel
BuildRequires: lzo-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblz4)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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.
%prep
%setup -q
%patch0 -p1
cp -p %{SOURCE1} .
%build
autoreconf -fiv
%configure
make %{?_smp_mflags} V=1
%install
%make_install
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING HOWTO NEWS README THANKS internals/
%{_sbindir}/%{name}
%{_mandir}/man?/*
%changelog