2007-01-15 23:08:49 +00:00
|
|
|
#
|
2011-09-26 08:03:33 +00:00
|
|
|
# spec file for package dds2tar
|
2007-01-15 23:08:49 +00:00
|
|
|
#
|
2023-06-08 07:26:18 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2007-01-15 23:08:49 +00:00
|
|
|
#
|
2008-10-23 02:29:09 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2023-06-08 07:26:18 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:08:49 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: dds2tar
|
|
|
|
|
Version: 2.5.2
|
2015-04-12 10:08:01 +00:00
|
|
|
Release: 0
|
2007-01-15 23:08:49 +00:00
|
|
|
Summary: DDS2 Tape Streamer Utilities
|
2023-06-08 07:26:18 +00:00
|
|
|
License: GPL-2.0-or-later
|
2015-04-12 10:08:01 +00:00
|
|
|
Group: Productivity/Archiving/Backup
|
2023-06-08 07:26:18 +00:00
|
|
|
URL: http://www.eulesoft.de/
|
2015-04-12 10:08:01 +00:00
|
|
|
Source: http://www.eulesoft.de/dds2tar-%{version}.tar.gz
|
|
|
|
|
Patch0: dds2tar-%{version}.dif
|
2007-01-15 23:08:49 +00:00
|
|
|
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
|
2023-06-08 07:26:18 +00:00
|
|
|
%autosetup -p0
|
2007-01-15 23:08:49 +00:00
|
|
|
|
|
|
|
|
%build
|
2023-06-08 07:26:18 +00:00
|
|
|
%make_build CC="cc %{optflags} -fno-strict-aliasing"
|
2007-01-15 23:08:49 +00:00
|
|
|
|
|
|
|
|
%install
|
2017-09-04 11:49:50 +00:00
|
|
|
%make_install MANDIR=%{_mandir}
|
2007-01-15 23:08:49 +00:00
|
|
|
|
|
|
|
|
%files
|
2023-06-08 07:26:18 +00:00
|
|
|
%license COPYING
|
|
|
|
|
%doc README Changes
|
2017-09-04 11:49:50 +00:00
|
|
|
%{_bindir}/dds-dd
|
|
|
|
|
%{_bindir}/dds2index
|
|
|
|
|
%{_bindir}/dds2tar
|
|
|
|
|
%{_bindir}/ddstool
|
|
|
|
|
%{_bindir}/mt-dds
|
|
|
|
|
%{_bindir}/scsi_vendor
|
2023-06-08 07:26:18 +00:00
|
|
|
%{_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}
|
2007-01-15 23:08:49 +00:00
|
|
|
|
2008-10-23 02:29:09 +00:00
|
|
|
%changelog
|