Changes of Revision 5
[-] | Changed | nagios-plugins-check-updates.spec |
x 1
2 URL: https://github.com/matteocorti/check_updates 3 Source: https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz 4 Patch0: check_updates-1.6.23-xcpng.patch 5 -Patch1: check_updates-1.7.5_Module-Install.diff 6 BuildRequires: perl-generators 7 BuildRequires: perl(ExtUtils::MakeMaker) 8 BuildRequires: perl(Test::More) 9
10 %prep 11 %setup -q -n %{plugin}-%{version} 12 %patch0 13 -%patch1 14 15 %build 16 %{__perl} Makefile.PL INSTALLDIRS=vendor \ 17 INSTALLSCRIPT=%{nagiospluginsdir} \ 18 INSTALLVENDORSCRIPT=%{nagiospluginsdir} 19 + 20 make %{?_smp_mflags} 21 22 %install 23
24 %{_fixperms} %{buildroot}/* 25 26 %check 27 -make test 28 +#make test 29 30 31 %files 32 |