File libiscsi.spec of Package libiscsi
#
# spec file for package libiscsi
#
# Copyright (c) 2025 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/
#
%define sover 10
Name: libiscsi
Version: 1.20.0+git.20250327
Release: 0
Summary: iSCSI client library and utilities
License: GPL-2.0-only AND LGPL-2.1-only
URL: https://github.com/sahlberg/libiscsi
Source0: %{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bc
BuildRequires: libgcrypt-devel
BuildRequires: librdmacm-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cunit)
%{?suse_build_hwcaps_libs}
%description
libiscsi is a clientside library to implement the iSCSI protocol
that can be used to access resource of an iSCSI target.
%package -n %{name}%{sover}
Summary: iSCSI client library and utilities
%description -n %{name}%{sover}
libiscsi is a clientside library to implement the iSCSI protocol
that can be used to access resource of an iSCSI target.
The library is fully asynchronous with regards to iSCSI commands and
SCSI tasks, but a synchronous layer is also provided for ease of use
for simpler applications.
%package utils
Summary: Some utilities for %{name}
%description utils
libiscsi is a clientside library to implement the iSCSI protocol that can
be used to access resource of an iSCSI target.
This package contains utilities based on %{name}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{sover} = %{version}
%description devel
Development files for %{name}
%package test
Summary: Test utilities for iSCSI
%description test
A comprehensive iSCSI transport and SCSI block device test suite based on
CUnit.
%prep
%autosetup
%build
autoreconf -fiv
%configure \
--enable-manpages \
--disable-werror \
--disable-static
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%ldconfig_scriptlets -n %{name}%{sover}
%files -n %{name}%{sover}
%{_libdir}/libiscsi.so.%{sover}*
%files utils
%license COPYING
%doc LICENCE-* README.md
%{_bindir}/iscsi-discard
%{_bindir}/iscsi-md5sum
%{_bindir}/iscsi-inq
%{_bindir}/iscsi-ls
%{_bindir}/iscsi-swp
%{_bindir}/iscsi-perf
%{_bindir}/iscsi-pr
%{_bindir}/iscsi-readcapacity16
%{_mandir}/man1/iscsi-inq.1%{?ext_man}
%{_mandir}/man1/iscsi-ls.1%{?ext_man}
%{_mandir}/man1/iscsi-swp.1%{?ext_man}
%{_mandir}/man1/iscsi-md5sum.1%{?ext_man}
%files devel
%{_libdir}/pkgconfig/libiscsi.pc
%{_includedir}/iscsi/
%{_libdir}/libiscsi.so
%files test
%{_bindir}/iscsi-test-cu
%{_mandir}/man1/iscsi-test-cu.1%{?ext_man}
%changelog