- Use make macros (taken from PR#1 by <tstellar at redhat.com>)

- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
Dan Horák 2020-07-22 12:16:50 +02:00
parent 927304c173
commit ffa782e534
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Library for accessing ICA hardware crypto on IBM z Systems Summary: Library for accessing ICA hardware crypto on IBM z Systems
Name: libica Name: libica
Version: 3.7.0 Version: 3.7.0
Release: 2%{?dist} Release: 3%{?dist}
License: CPL License: CPL
URL: https://github.com/opencryptoki/ URL: https://github.com/opencryptoki/
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -46,11 +46,11 @@ sh ./bootstrap.sh
%build %build
%configure --disable-static --enable-fips %configure --disable-static --enable-fips
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install
rm $RPM_BUILD_ROOT%{_libdir}/libica.la rm $RPM_BUILD_ROOT%{_libdir}/libica.la
@ -82,6 +82,10 @@ fi
%changelog %changelog
* Wed Jul 22 2020 Dan Horák <dan[at]danny.cz> - 3.7.0-3
- Use make macros (taken from PR#1 by <tstellar at redhat.com>)
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Wed Jul 15 2020 Dan Horák <dan[at]danny.cz> - 3.7.0-2 * Wed Jul 15 2020 Dan Horák <dan[at]danny.cz> - 3.7.0-2
- fix FIPS integrity validation (#1857130) - fix FIPS integrity validation (#1857130)