From df83ecf79e6ef75c0c60023c923bce915e25e971 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Mon, 27 May 2013 15:23:11 +0200 Subject: Include Indication manager in spec file Signed-off-by: Roman Rakus --- openlmi-providers.spec | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/openlmi-providers.spec b/openlmi-providers.spec index f07c041..5df1cb9 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -1,6 +1,6 @@ Name: openlmi-providers -Version: 0.0.22 -Release: 2%{?dist} +Version: 0.0.24 +Release: 1%{?dist} Summary: Set of basic CIM providers License: LGPLv2+ @@ -157,6 +157,20 @@ The openlmi-realmd package contains CMPI providers for Realmd, which is an on demand system DBus service, which allows callers to configure network authentication and domain membership in a standard way. +%package -n openlmi-indicationmanager +Summary: Indication manager +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description -n openlmi-indicationmanager +%{summary}. + +%package -n openlmi-indicationmanager-devel +Summary: Development files for openlmi-indicationmanager +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description -n openlmi-indicationmanager-devel +%{summary}. + %prep %setup -q @@ -277,6 +291,15 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/ %{_datadir}/%{name}/60_LMI_Realmd.mof %{_datadir}/%{name}/60_LMI_Realmd.reg +%files -n openlmi-indicationmanager +%doc COPYING src/indmanager/README +%{_libdir}/libopenlmiindmanager.so.* + +%files -n openlmi-indicationmanager-devel +%{_libdir}/libopenlmiindmanager.so +%{_libdir}/pkgconfig/openlmiindmanager.pc +%{_includedir}/openlmi/ind_manager.h + %pre # If upgrading, deregister old version if [ "$1" -gt 1 ]; then @@ -505,6 +528,9 @@ if [ "$1" -gt 1 ]; then fi %changelog +* Mon May 27 2013 Roman Rakus - 0.0.24-1 +- Added Indication manager + * Wed May 22 2013 Jan Safranek 0.0.22-2 - Removed openlmi-cimmof tool, added dependency on pywbem instead. -- cgit