- Make building more verbose
- Small spec file cleanups OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=13
This commit is contained in:
parent
72a2e0ae9e
commit
ca89d63576
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 11:20:21 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Make building more verbose
|
||||
- Small spec file cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 08:05:23 UTC 2015 - fge@redhat.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libstoragemgmt
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -190,8 +190,7 @@ management via hpssacli.
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
@ -353,14 +352,14 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_mandir}/man1/lsmcli.1*
|
||||
%{_mandir}/man1/lsmd.1*
|
||||
%{_mandir}/man1/lsmcli.1%{ext_man}
|
||||
%{_mandir}/man1/lsmd.1%{ext_man}
|
||||
%{_mandir}/man5/lsmd.conf.5*
|
||||
%{_bindir}/lsmcli
|
||||
%{_datadir}/bash-completion/completions/lsmcli
|
||||
%{_bindir}/lsmd
|
||||
%{_bindir}/simc_lsmplugin
|
||||
%{_mandir}/man1/simc_lsmplugin.1*
|
||||
%{_mandir}/man1/simc_lsmplugin.1%{ext_man}
|
||||
%{_unitdir}/libstoragemgmt.service
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%dir %{_sysconfdir}/lsm
|
||||
@ -378,12 +377,12 @@ fi
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING.LIB
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libstoragemgmt.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libstoragemgmt.so
|
||||
%{_libdir}/pkgconfig/libstoragemgmt.pc
|
||||
|
||||
%files -n python-%{name}
|
||||
@ -399,35 +398,35 @@ fi
|
||||
%{python_sitelib}/lsm/lsmcli
|
||||
%{_bindir}/sim_lsmplugin
|
||||
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/sim.conf
|
||||
%{_mandir}/man1/sim_lsmplugin.1*
|
||||
%{_mandir}/man1/sim_lsmplugin.1%{ext_man}
|
||||
|
||||
%files smis-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{python_sitelib}/lsm/plugin/smispy
|
||||
%{python_sitelib}/lsm/plugin/smispy
|
||||
%{_bindir}/smispy_lsmplugin
|
||||
%{_mandir}/man1/smispy_lsmplugin.1*
|
||||
%{_mandir}/man1/smispy_lsmplugin.1%{ext_man}
|
||||
|
||||
%files netapp-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{python_sitelib}/lsm/plugin/ontap
|
||||
%{python_sitelib}/lsm/plugin/ontap
|
||||
%{_bindir}/ontap_lsmplugin
|
||||
%{_mandir}/man1/ontap_lsmplugin.1*
|
||||
%{_mandir}/man1/ontap_lsmplugin.1%{ext_man}
|
||||
|
||||
%files targetd-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{python_sitelib}/lsm/plugin/targetd
|
||||
%{python_sitelib}/lsm/plugin/targetd
|
||||
%{_bindir}/targetd_lsmplugin
|
||||
%{_mandir}/man1/targetd_lsmplugin.1*
|
||||
%{_mandir}/man1/targetd_lsmplugin.1%{ext_man}
|
||||
|
||||
%files nstor-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{python_sitelib}/lsm/plugin/nstor
|
||||
%{python_sitelib}/lsm/plugin/nstor
|
||||
%{_bindir}/nstor_lsmplugin
|
||||
%{_mandir}/man1/nstor_lsmplugin.1*
|
||||
%{_mandir}/man1/nstor_lsmplugin.1%{ext_man}
|
||||
|
||||
%files megaraid-plugin
|
||||
%defattr(-,root,root,-)
|
||||
@ -437,7 +436,7 @@ fi
|
||||
%{python_sitelib}/lsm/plugin/megaraid/utils.*
|
||||
%{_bindir}/megaraid_lsmplugin
|
||||
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/megaraid.conf
|
||||
%{_mandir}/man1/megaraid_lsmplugin.1*
|
||||
%{_mandir}/man1/megaraid_lsmplugin.1%{ext_man}
|
||||
|
||||
%files hpsa-plugin
|
||||
%defattr(-,root,root,-)
|
||||
@ -447,7 +446,7 @@ fi
|
||||
%{python_sitelib}/lsm/plugin/hpsa/utils.*
|
||||
%{_bindir}/hpsa_lsmplugin
|
||||
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/hpsa.conf
|
||||
%{_mandir}/man1/hpsa_lsmplugin.1*
|
||||
%{_mandir}/man1/hpsa_lsmplugin.1%{ext_man}
|
||||
|
||||
%files rest
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user