|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
Name: sblim-indication_helper
|
|
|
|
|
Version: 0.5.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Toolkit for CMPI indication providers
|
|
|
|
|
|
|
|
|
|
License: EPL-1.0
|
|
|
|
|
URL: https://sourceforge.net/projects/sblim/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: sblim-cmpi-devel
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
|
|
|
|
|
@ -33,10 +32,10 @@ This package holds the development files for sblim-indication_helper.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --with-pic
|
|
|
|
|
%make_build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
@ -51,27 +50,11 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
|
|
|
|
%{_libdir}/libind_helper.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.5.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 26 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.5.0-5
|
|
|
|
|
- Use make macros, patch by Tom Stellard <tstellar@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Tue May 14 2019 Václav Doležal <vdolezal@redhat.com> - 0.5.0-2
|
|
|
|
|
- Rebuild to enable and pass CI gating
|
|
|
|
|
|
|
|
|
|
* Tue May 14 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.5.0-1
|
|
|
|
|
- Update to latest upstream version
|
|
|
|
|