Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-diskio
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
check_diskio.spec
@@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{pkgname}-%{version}-root Source: http://www.id.ethz.ch/people/allid_list/corti/%{pkgname}-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl-Nagios-Plugin %description Nagios plugin to monitor the amount of disk I/O @@ -22,11 +23,13 @@ %setup -q -n %{pkgname}-%{version} %build -%__perl Makefile.PL INSTALLSCRIPT=%{buildroot}%{_prefix} INSTALLSITEMAN3DIR=%{buildroot}/usr/share/man/man3 INSTALLSITESCRIPT=%{buildroot}%{_prefix} -make +%__perl Makefile.PL INSTALLSCRIPT=%{buildroot}%{_prefix} \ + INSTALLSITEMAN3DIR=%{buildroot}/usr/share/man/man3 \ + INSTALLSITESCRIPT=%{buildroot}%{_prefix} +%__make %install -make install +%__make DESTDIR=%{buildroot} install %clean rm -rf $RPM_BUILD_ROOT