%define plugin check_updates %define nagiospluginsdir %{_libdir}/nagios/plugins # No binaries in this package %define debug_package %{nil} Name: nagios-plugins-check-updates Version: 1.6.3 Release: 1%{?dist} Summary: A Nagios plugin to check if Red Hat or Fedora system is up-to-date Group: Applications/System License: GPLv3+ URL: https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_updates Source: https://trac.id.ethz.ch/projects/nagios_plugins/downloads/check_updates-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Nagios::Plugin) BuildRequires: perl(Readonly) BuildRequires: perl(Sort::Versions) Requires: nagios-plugins # Yum security plugin RPM: # Fedora : yum-plugin-security (also provides yum-security) # Red Hat Enterprise : yum-security Requires: yum-security Obsoletes: check_updates %description %{summary}. %prep %setup -q -n %{plugin}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ INSTALLSCRIPT=%{nagiospluginsdir} \ INSTALLVENDORSCRIPT=%{nagiospluginsdir} make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name "*.pod" -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS Changes NEWS README TODO COPYING COPYRIGHT %{nagiospluginsdir}/* %{_mandir}/man1/*.1* %changelog * Wed May 15 2013 Jose Pedro Oliveira - 1.6.3-1 - Update to 1.6.3. * Sat Mar 30 2013 Jose Pedro Oliveira - 1.6.2-1 - Update to 1.6.2. * Thu Feb 14 2013 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Dec 10 2012 Jose Pedro Oliveira - 1.6.1-1 - Update to 1.6.1. * Fri Jul 20 2012 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Apr 16 2012 Jose Pedro Oliveira - 1.6.0-1 - Update to 1.6.0. * Fri Jan 13 2012 Fedora Release Engineering - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Dec 5 2011 Jose Pedro Oliveira - 1.5.2-1 - Update to 1.5.2. * Sat Dec 3 2011 Jose Pedro Oliveira - 1.5.1-1 - Update to 1.5.1. * Tue Oct 4 2011 Jose Pedro Oliveira - 1.5.0-1 - Update to 1.5.0. * Wed May 25 2011 Jose Pedro Oliveira - 1.4.14-1 - Update to 1.4.14. * Tue May 24 2011 Jose Pedro Oliveira - 1.4.13-1 - Update to 1.4.13. - Fixes a build problem in EPEL5 (test script failure). * Tue May 24 2011 Jose Pedro Oliveira - 1.4.12-1 - Update to 1.4.12. - Upstream added a test suite. * Tue Feb 08 2011 Fedora Release Engineering - 1.4.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Nov 18 2010 Jose Pedro Oliveira - 1.4.11-1 - Update to 1.4.11. * Mon Nov 1 2010 Jose Pedro Oliveira - 1.4.9-1 - Update to 1.4.9 (solves the EPEL5 build problem). * Sun Oct 31 2010 Jose Pedro Oliveira - 1.4.8-1 - Update to 1.4.8 (license clarification). * Thu Feb 18 2010 Jose Pedro Oliveira - 1.4.7-1 - Update to 1.4.7. * Thu Dec 10 2009 Jose Pedro Oliveira - 1.4.6-1 - First build for Fedora and EPEL. # vim:set ai ts=4 sw=4 sts=4 et: