diff --git a/opencryptoki.spec b/opencryptoki.spec index 76f72df..43d3c1a 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -1,7 +1,7 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11 Version: 3.14.0 -Release: 4%{?dist} +Release: 5%{?dist} License: CPL URL: https://github.com/opencryptoki/opencryptoki Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -202,11 +202,11 @@ configured with Enterprise PKCS#11 (EP11) firmware. --disable-icatok --disable-ccatok --disable-ep11tok --disable-pkcsep11_migrate %endif -make %{?_smp_mflags} CHGRP=/bin/true +%make_build CHGRP=/bin/true %install -make install DESTDIR=$RPM_BUILD_ROOT CHGRP=/bin/true +%make_install CHGRP=/bin/true install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/p11-kit/modules/opencryptoki.module @@ -326,6 +326,10 @@ fi %changelog +* Tue Jul 14 2020 Tom Stellard - 3.14.0-5 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Jul 08 2020 Than Ngo - 3.14.0-4 - added PIN conversion tool