forked from pool/zpaqfranz
- Initial package for version 58.8
OBS-URL: https://build.opensuse.org/package/show/Archiving/zpaqfranz?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
d1beca2118
commit
9d52102d34
47
zpaqfranz.spec
Normal file
47
zpaqfranz.spec
Normal file
@@ -0,0 +1,47 @@
|
||||
#
|
||||
# spec file for package zpaq
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: zpaqfranz
|
||||
Version: 58.8
|
||||
Release: 0
|
||||
Summary: A journaling, incremental, deduplicating archiver
|
||||
License: SUSE-Public-Domain AND MIT
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: https://github.com/fcorbelli/zpaqfranz
|
||||
Source0: https://github.com/fcorbelli/zpaqfranz/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
%description
|
||||
Swiss army knife for backup and disaster recovery, like 7z or RAR on steroids,with deduplicated "snapshots" (versions). Conceptually similar to Mac time machine, but much more efficiently.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
g++ %{optflags} zpaqfranz.cpp -o zpaqfranz
|
||||
|
||||
%install
|
||||
install -Dpm 0755 zpaqfranz \
|
||||
%{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE COPYING
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user