summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 10:39:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 10:39:44 +0200
commitad94db73c5afa168761a0e5445464b1bfd772a49 (patch)
treeecdb9fa2ff23401a7f852cac8f61752753b76dd1
parent5783ad82b2ae1b5cabadb8a4dcbdae64ce55371f (diff)
downloadnagios-plugin-curl-ad94db73c5afa168761a0e5445464b1bfd772a49.tar.gz
nagios-plugin-curl-ad94db73c5afa168761a0e5445464b1bfd772a49.tar.bz2
-
-rw-r--r--redhat/nagios-plugin-curl.spec14
1 files 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