Changes of Revision 11
[-] | Changed | perl-Monitoring-Plugin.spec |
x 1
2 %install 3 make pure_install DESTDIR=%{buildroot} 4 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' 5 +find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null 6 %{_fixperms} %{buildroot}/* 7 8 %check 9
10 %files 11 %defattr(-,root,root) 12 %doc Changes notes README 13 -%{perl_vendorlib}/* 14 -%{_mandir}/man3/* 15 +%dir %{perl_vendorlib}/Monitoring 16 +%dir %{perl_vendorlib}/Monitoring/plugin 17 +%{perl_vendorlib}/Monitoring/Plugin.pm 18 +%{perl_vendorlib}/Monitoring/Plugin/*.pm 19 +%{_mandir}/man3/Monitoring* 20 21 %changelog 22 * Thu Feb 26 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 0.38-1.1 23 |