Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
libiscsi
libiscsi.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libiscsi.spec of Package libiscsi
# # spec file for package libiscsi # # Copyright (c) 2018 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 http://bugs.opensuse.org/ # %define sover 8 Name: libiscsi Version: 1.18.0 Release: 0 Summary: iSCSI client library and utilities License: GPL-2.0-only AND LGPL-2.1-only Group: Development/Libraries/C and C++ URL: https://github.com/sahlberg/libiscsi Source: https://github.com/sahlberg/libiscsi/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: %{name}-1.18.0-Fix-32bit-build.patch Patch1: libiscsi-rdma.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bc BuildRequires: librdmacm-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(cunit) %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 Group: System/Libraries %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} Group: Productivity/Networking/Other %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} Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} %description devel Development files for %{name} %package test Summary: Test utilities for iSCSI Group: System/Base %description test A comprehensive iSCSI transport and SCSI block device test suite based on CUnit. %prep %autosetup -p1 %build autoreconf -fiv %configure \ --enable-manpages \ --disable-werror \ --disable-static make %{?_smp_mflags} %install %make_install mv "%{buildroot}/%{_bindir}/ld_iscsi.so" "%{buildroot}/%{_libdir}/" find %{buildroot} -type f -name "*.la" -delete -print %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig %files -n %{name}%{sover} %{_libdir}/libiscsi.so.%{sover}* %files utils %license COPYING %doc LICENCE-* README %{_bindir}/iscsi-inq %{_bindir}/iscsi-ls %{_bindir}/iscsi-swp %{_bindir}/iscsi-perf %{_bindir}/iscsi-readcapacity16 # preload library that intercepts a handful of system calls and converts # iSCSI URLs to look and behave as if they are normal read-only files. %{_libdir}/ld_iscsi.so %{_mandir}/man1/iscsi-inq.1%{?ext_man} %{_mandir}/man1/iscsi-ls.1%{?ext_man} %{_mandir}/man1/iscsi-swp.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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor