2008-05-01 04:53:49 +02:00
|
|
|
#
|
2012-01-18 23:40:48 +01:00
|
|
|
# spec file for package sg3_utils
|
2008-05-01 04:53:49 +02:00
|
|
|
#
|
2015-01-06 10:53:20 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-05-01 04:53:49 +02:00
|
|
|
#
|
2008-08-14 02:37:47 +02: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.
|
|
|
|
|
2008-05-01 04:53:49 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: sg3_utils
|
2013-06-13 16:33:49 +02:00
|
|
|
%define lname libsgutils2-2
|
2014-06-20 14:36:29 +02:00
|
|
|
Version: 1.39
|
2012-04-20 09:23:07 +02:00
|
|
|
Release: 0
|
2008-05-01 04:53:49 +02:00
|
|
|
Summary: A collection of tools that send SCSI commands to devices
|
2012-07-04 11:33:12 +02:00
|
|
|
License: GPL-2.0+ and BSD-3-Clause
|
2012-04-20 09:23:07 +02:00
|
|
|
Group: Hardware/Other
|
2013-06-13 16:33:49 +02:00
|
|
|
Url: http://sg.danny.cz/sg/sg3_utils.html
|
|
|
|
|
2014-06-20 14:36:29 +02:00
|
|
|
Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz
|
2014-06-25 09:57:15 +02:00
|
|
|
Patch0: sg3_utils-fix-missing-rule-for-scsi_serial-partitions.patch
|
2014-09-04 10:38:09 +02:00
|
|
|
Patch1: sg3_utils-Fixup-formatting-of-invalid-VPD-page-0x83.patch
|
|
|
|
Patch2: sg3_utils-Do-not-export-long-identifiers.patch
|
2015-01-06 10:53:20 +01:00
|
|
|
Patch3: sg3_utils-sg_inq-blacklist.diff
|
2013-06-13 16:33:49 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-04-12 23:29:53 +02:00
|
|
|
BuildRequires: udev
|
2013-06-11 14:48:06 +02:00
|
|
|
BuildRequires: xz
|
2012-04-22 13:59:00 +02:00
|
|
|
Requires(pre): %insserv_prereq
|
|
|
|
Provides: scsi
|
|
|
|
Provides: sg_utils
|
|
|
|
Obsoletes: scsi <= 1.7_2.38_1.25_0.19_1.02_0.93
|
2008-05-01 04:53:49 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
The sg3_utils package contains utilities that send SCSI commands to
|
|
|
|
devices. As well as devices on transports traditionally associated with
|
|
|
|
SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI
|
|
|
|
Parallel Interface(SPI)) many other devices use SCSI command sets.
|
|
|
|
ATAPI cd/dvd drives and SATA disks that connect via a translation layer
|
|
|
|
or a bridge device are examples of devices that use SCSI command sets.
|
|
|
|
|
2013-06-13 16:33:49 +02:00
|
|
|
%package -n %lname
|
|
|
|
Summary: Library to hold functions common to the SCSI utilities
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %lname
|
|
|
|
The sg3_utils package contains utilities that send SCSI commands to
|
|
|
|
devices. As well as devices on transports traditionally associated with
|
|
|
|
SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI
|
|
|
|
Parallel Interface(SPI)) many other devices use SCSI command sets.
|
|
|
|
ATAPI cd/dvd drives and SATA disks that connect via a translation layer
|
|
|
|
or a bridge device are examples of devices that use SCSI command sets.
|
|
|
|
|
|
|
|
This subpackage contains the library of common sg_utils code, such as
|
|
|
|
SCSI error processing.
|
|
|
|
|
|
|
|
%package -n libsgutils-devel
|
2008-05-01 04:53:49 +02:00
|
|
|
Summary: A collection of tools that send SCSI commands to devices
|
2013-06-13 16:33:49 +02:00
|
|
|
License: BSD-3-Clause
|
2008-09-13 12:13:23 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2013-06-13 16:33:49 +02:00
|
|
|
Requires: %lname = %version
|
|
|
|
# Added for 13.1
|
|
|
|
Obsoletes: %name-devel < %version-%release
|
|
|
|
Provides: %name-devel = %version-%release
|
2008-05-01 04:53:49 +02:00
|
|
|
|
2013-06-13 16:33:49 +02:00
|
|
|
%description -n libsgutils-devel
|
2008-05-01 04:53:49 +02:00
|
|
|
The sg3_utils package contains utilities that send SCSI commands to
|
|
|
|
devices. As well as devices on transports traditionally associated with
|
|
|
|
SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI
|
|
|
|
Parallel Interface(SPI)) many other devices use SCSI command sets.
|
|
|
|
ATAPI cd/dvd drives and SATA disks that connect via a translation layer
|
|
|
|
or a bridge device are examples of devices that use SCSI command sets.
|
|
|
|
|
2013-06-13 16:33:49 +02:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libsgutils.
|
|
|
|
|
2008-05-01 04:53:49 +02:00
|
|
|
%prep
|
2014-06-20 14:36:29 +02:00
|
|
|
%setup -q
|
2014-06-25 09:57:15 +02:00
|
|
|
%patch0 -p1
|
2014-09-04 10:38:09 +02:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2015-01-06 10:53:20 +01:00
|
|
|
%patch3 -p1
|
2008-05-01 04:53:49 +02:00
|
|
|
|
|
|
|
%build
|
2009-04-18 14:04:26 +02:00
|
|
|
%configure --disable-static --with-pic
|
2014-06-25 09:42:44 +02:00
|
|
|
# sg3_utils has added functions between (for example) 1.36 and 1.39
|
|
|
|
# without tracking them. Add symvers so RPM updates work in all cases.
|
|
|
|
echo 'V_%version { global: *; };' >symvers
|
|
|
|
make %{?_smp_mflags} -C lib LDFLAGS="-Wl,--version-script=$PWD/symvers"
|
2013-11-04 11:21:17 +01:00
|
|
|
make %{?_smp_mflags}
|
2008-05-01 04:53:49 +02:00
|
|
|
|
|
|
|
%install
|
2013-06-13 16:33:49 +02:00
|
|
|
make install DESTDIR="%buildroot"
|
2008-05-01 04:53:49 +02:00
|
|
|
install -m 755 scripts/scsi_logging_level $RPM_BUILD_ROOT%{_bindir}
|
2013-03-12 09:48:51 +01:00
|
|
|
install -m 755 scripts/rescan-scsi-bus.sh $RPM_BUILD_ROOT%{_bindir}
|
2014-04-12 23:29:53 +02:00
|
|
|
install -m 644 doc/rescan-scsi-bus.sh.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir}
|
|
|
|
install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}
|
|
|
|
install -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir}
|
2014-06-20 14:36:29 +02:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2008-05-01 04:53:49 +02:00
|
|
|
|
2013-06-13 16:33:49 +02:00
|
|
|
%post -p /sbin/ldconfig -n %lname
|
2008-05-01 04:53:49 +02:00
|
|
|
|
2013-06-13 16:33:49 +02:00
|
|
|
%postun -p /sbin/ldconfig -n %lname
|
2008-05-01 04:53:49 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2014-04-12 23:29:53 +02:00
|
|
|
%doc README README.sg_start
|
2008-11-03 14:22:33 +01:00
|
|
|
%doc ChangeLog CREDITS NEWS
|
2013-06-13 16:33:49 +02:00
|
|
|
%_bindir/sg_*
|
|
|
|
%_bindir/scsi_*
|
|
|
|
%_bindir/sginfo
|
|
|
|
%_bindir/sgp_dd
|
|
|
|
%_bindir/sgm_dd
|
|
|
|
%_bindir/scsi_logging_level
|
|
|
|
%_bindir/rescan-scsi-bus.sh
|
|
|
|
%_mandir/man8/*.8*
|
2014-04-12 23:29:53 +02:00
|
|
|
%{_udevrulesdir}/55-scsi-sg3_id.rules
|
|
|
|
%{_udevrulesdir}/58-scsi-sg3_symlink.rules
|
2013-06-13 16:33:49 +02:00
|
|
|
|
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libsgutils2.so.2*
|
|
|
|
|
|
|
|
%files -n libsgutils-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libsgutils2.so
|
|
|
|
%_includedir/scsi/
|
2008-05-01 04:53:49 +02:00
|
|
|
|
|
|
|
%changelog
|