Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
check_ssl_cert
> check_ssl_cert.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File check_ssl_cert.spec of Package check_ssl_cert (Revision 28)
Currently displaying revision
28
,
show latest
%define version 1.14.5 %define release 1 %define name check_ssl_cert %define _nagdir %{_prefix}/lib/nagios %define _plugindir %{_nagdir}/plugins Summary: A Nagios plugin to check X.509 certificates Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-root Source: http://www.id.ethz.ch/people/allid_list/corti/%{name}-%{version}.tar.bz2 BuildArch: noarch Requires: perl openssl %description Checks an X.509 certificate: - checks if the server is running and delivers a valid certificate - checks if the CA matches a given pattern - checks the validity %prep %setup -q %build %install %__make DESTDIR=$RPM_BUILD_ROOT%{_plugindir} MANDIR=$RPM_BUILD_ROOT%{_mandir} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README INSTALL TODO COPYING VERSION %dir %{_nagdir} %dir %{_plugindir} %attr(0755, root, root) %{_plugindir}/check_ssl_cert %{_mandir}/man1/check_ssl_cert.1* %changelog