From ad94db73c5afa168761a0e5445464b1bfd772a49 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 12 Jul 2012 10:39:44 +0200 Subject: - --- redhat/nagios-plugin-curl.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/redhat/nagios-plugin-curl.spec b/redhat/nagios-plugin-curl.spec index 896bb17..3fe2807 100644 --- a/redhat/nagios-plugin-curl.spec +++ b/redhat/nagios-plugin-curl.spec @@ -1,13 +1,16 @@ +# Nagios Plugin Curl RPM spec file +# +# Copyright (C) 2012 + Summary: curl-based web monitoring plugin for Nagios Name: nagios-plugin-curl Version: 0.0.4 Release: 0.1 -License: GPL +License: GPLv3 Group: Applications/System -Source: %{name}_%{version}.tar +Source: %{name}_%{version}.tar.gz -#TODO: publish -#URL: +URL: https://github.com/andreasbaumann/nagios-plugin-curl BuildRoot: %{_tmppath}/%{name}-root @@ -27,9 +30,8 @@ as 'check_http', but based on the cURL web library. %prep %setup - %build -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -- cgit v1.2.3-54-g00ecf