Use make macros
This commit is contained in:
parent
66e6504364
commit
b03d55f59d
@ -1,6 +1,6 @@
|
||||
Name: sblim-indication_helper
|
||||
Version: 0.5.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Toolkit for CMPI indication providers
|
||||
|
||||
License: EPL-1.0
|
||||
@ -32,10 +32,10 @@ This package holds the development files for sblim-indication_helper.
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -50,6 +50,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
||||
%{_libdir}/libind_helper.so
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user