|
|
|
@ -39,11 +39,11 @@ programs using the pkcs11-helper library.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --enable-doc
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
# Use %%doc to install documentation in a standard location
|
|
|
|
|
mkdir apidocdir
|
|
|
|
@ -74,6 +74,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 20 2020 Kalev Lember <klember@redhat.com> - 1.27.0-1
|
|
|
|
|
- Update to 1.27.0
|
|
|
|
|
- Use make_build and make_install macros
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|