Name: sscep Version: 0.10.0 Release: 2%{?dist} Summary: Simple SCEP client for Unix License: (BSD with attribution) and OpenSSL URL: https://github.com/certnanny/%{name} Source0: %{url}/archive/v%{version}.tar.gz Patch0: invalid_reply.patch BuildRequires: gcc automake autoconf libtool BuildRequires: openssl-devel >= 1:1.1.0 %description SSCEP is a client-only implementation of the SCEP (Cisco System's Simple Certificate Enrollment Protocol). SSCEP is designed for OpenBSD's isakmpd, but it will propably work with any Unix system with a recent compiler and OpenSSL toolkit libraries installed. %prep %autosetup -p1 ./bootstrap.sh %build CFLAGS="%{optflags} -fcommon" \ %configure %make_build %install %make_install rm -f %{buildroot}%{_docdir}/%{name}/COPYING install -D -m 0644 sscep.conf %{buildroot}%{_sysconfdir}/sscep/sscep.conf install -D -m 0755 mkrequest %{buildroot}%{_bindir}/mkrequest %files %license COPYING %doc README.md ChangeLog doc/rfc8894.txt %config(noreplace) %{_sysconfdir}/sscep/sscep.conf %{_bindir}/sscep %{_bindir}/mkrequest %changelog * Thu Sep 21 2023 Philippe Kueck - 0.10.0-2 - verify pkcs7 reply * Wed Nov 3 2021 Philippe Kueck - 0.10.0-1 - new upstream release * Fri May 7 2021 Philippe Kueck - 0.9.0-1 - new upstream release * Mon Jan 18 2021 Philippe Kueck - 0.8.0-1 - initial packaging