Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153346 OBS-URL: https://build.opensuse.org/package/show/Archiving/par?expand=0&rev=18
49 lines
1.4 KiB
RPMSpec
49 lines
1.4 KiB
RPMSpec
#
|
|
# spec file for package par
|
|
#
|
|
# Copyright (c) 2019 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: par
|
|
Version: 1.1
|
|
Release: 0
|
|
Summary: Parity Archive File Generator
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Archiving/Backup
|
|
URL: http://parchive.sourceforge.net/
|
|
Source: https://sourceforge.net/projects/parchive/files/par/%{version}/par-v%{version}.tar.gz/download#/par-v%{version}.tar.gz
|
|
Patch0: %{name}.diff
|
|
|
|
%description
|
|
Parchive creates extra parity data over several volumes. These can be
|
|
used to restore the complete archive after some data loss or
|
|
corruption.
|
|
|
|
%prep
|
|
%autosetup -p0 -n %{name}-cmdline
|
|
|
|
%build
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%doc README AUTHORS NEWS
|
|
%license COPYING
|
|
%{_bindir}/par
|
|
|
|
%changelog
|