File iprutils.spec of Package iprutils
#
# spec file for package iprutils
#
# Copyright (c) 2016 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/
#
Name: iprutils
# NOTE: package's changelog is hidden in % changelog section
# in file iprutils/spec/iprutils.spec
Version: 2.4.13
Release: 0
%define ibmformat %(sed 's/\\./-/g' <<< %{version})
Summary: Utilities for the IBM Power Linux RAID Adapters
License: CPL-1.0
Group: Hardware/Other
Url: https://github.com/bjking1/iprutils
Source0: %{name}-%{version}.tar.gz
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: systemd-rpm-macros
BuildRequires: zlib-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: iprutils.fix_ncurses_cflags_var.patch
ExclusiveArch: ppc ppc64 ppc64le
%systemd_requires
%description
Provides a suite of utilities to manage and configure SCSI devices
supported by the ipr SCSI storage device driver.
%prep
%setup -qn %{name}-rel-%{ibmformat}
%patch0 -p2
%build
./bootstrap.sh
export LDFLAGS="$(ncurses5-config --libs)"
%configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static
%{__make} %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
ln -s /sbin/service %{buildroot}/usr/sbin/rciprdump
ln -s /sbin/service %{buildroot}/usr/sbin/rciprinit
ln -s /sbin/service %{buildroot}/usr/sbin/rciprupdate
%pre
%service_add_pre iprdump.service
%service_add_pre iprinit.service
%service_add_pre iprupdate.service
%post
%service_add_post iprdump.service
%service_add_post iprinit.service
%service_add_post iprupdate.service
%preun
%service_del_preun iprdump.service
%service_del_preun iprinit.service
%service_del_preun iprupdate.service
%postun
%service_del_postun iprdump.service
%service_del_postun iprinit.service
%service_del_postun iprupdate.service
%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_sbindir}/iprconfig
%{_sbindir}/iprdump
%{_sbindir}/iprupdate
%{_sbindir}/iprinit
%{_sbindir}/iprdbg
%{_sbindir}/iprsos
%{_mandir}/man8/*
%{_sysconfdir}/ha.d
%{_sysconfdir}/ha.d/resource.d
%{_sysconfdir}/ha.d/resource.d/iprha
%{_sysconfdir}/bash_completion.d/*
%{_unitdir}/*
%{_sbindir}/rciprdump
%{_sbindir}/rciprinit
%{_sbindir}/rciprupdate
%changelog