Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-traffic
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 15
[-]
[+]
Changed
check_tcptraffic.spec
@@ -24,16 +24,22 @@ %setup -q -n %{pname}-%{version} %build -%__perl Makefile.PL INSTALLSCRIPT=%{_prefix}/lib/nagios/plugins \ - INSTALLSITEMAN3DIR=/usr/share/man/man1 \ - INSTALLSITESCRIPT=%{_prefix}/lib/nagios/plugins - +%{__perl} Makefile.PL INSTALLDIRS=vendor \ + INSTALLSCRIPT=%{_plugindir} \ + INSTALLVENDORSCRIPT=%{_plugindir} %__make +#__perl Makefile.PL INSTALLSCRIPT=%{_prefix}/lib/nagios/plugins \ +# INSTALLSITEMAN3DIR=/usr/share/man/man1 \ +# INSTALLSITESCRIPT=%{_prefix}/lib/nagios/plugins +# +#__make chmod -x AUTHORS Changes NEWS README INSTALL TODO COPYING VERSION %install %__make DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_prefix}/lib/perl5 +rm -rf %{buildroot}%{_prefix}/%{_lib}/perl5 +rm -rf %{buildroot}%{_datadir}/perl5 %clean rm -rf $RPM_BUILD_ROOT