OBS-URL: https://build.opensuse.org/package/show/Archiving/dds2tar?expand=0&rev=10
58 lines
1.6 KiB
RPMSpec
58 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package dds2tar
|
|
#
|
|
# Copyright (c) 2023 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: dds2tar
|
|
Version: 2.5.2
|
|
Release: 0
|
|
Summary: DDS2 Tape Streamer Utilities
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Archiving/Backup
|
|
URL: http://www.eulesoft.de/
|
|
Source: http://www.eulesoft.de/dds2tar-%{version}.tar.gz
|
|
Patch0: dds2tar-%{version}.dif
|
|
Patch1: %{name}-%{version}-without-kernel-header.diff
|
|
|
|
%description
|
|
A tool for quick extraction of individual files from a DDS2 streamer.
|
|
dds2tar can control data compression for HP DAT streamers.
|
|
|
|
%prep
|
|
%autosetup -p0
|
|
|
|
%build
|
|
%make_build CC="cc %{optflags} -fno-strict-aliasing"
|
|
|
|
%install
|
|
%make_install MANDIR=%{_mandir}
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc README Changes
|
|
%{_bindir}/dds-dd
|
|
%{_bindir}/dds2index
|
|
%{_bindir}/dds2tar
|
|
%{_bindir}/ddstool
|
|
%{_bindir}/mt-dds
|
|
%{_bindir}/scsi_vendor
|
|
%{_mandir}/man1/dds-dd.1%{?ext_man}
|
|
%{_mandir}/man1/dds2index.1%{?ext_man}
|
|
%{_mandir}/man1/dds2tar.1%{?ext_man}
|
|
%{_mandir}/man1/mt-dds.1%{?ext_man}
|
|
|
|
%changelog
|