Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
munin14
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 14
[-]
[+]
Changed
munin.spec
@@ -31,7 +31,7 @@ Requires: perl(Net::SSLeay) Requires: perl(Net::Server) Requires: perl(Net::SNMP) - +Requires: perl-Munin BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -69,6 +69,7 @@ Requires: perl(Net::Server) Requires: perl(Net::SNMP) Requires: perl(Net::CIDR) +Requires: perl-Munin %description node Munin is a highly flexible and powerful solution used to create graphs of @@ -92,6 +93,20 @@ RRDtool. To see a real example of Munin in action, take a peek at <http://www.linpro.no/projects/munin/example/>. + +%package -n perl-Munin +Group: System Environment/Daemons +Summary: Network-wide graphing framework (perl modules) +BuildArch: noarch + +%description -n perl-Munin +Munin is a highly flexible and powerful solution used to create graphs of +virtually everything imaginable throughout your network, while still +maintaining a rattling ease of installation and configuration. + +This package contains munins central perl modules. + + %prep %setup -q -n %{name}-%{pversion} @@ -224,11 +239,8 @@ %{_datadir}/munin/munin-graph %{_datadir}/munin/munin-html %{_datadir}/munin/munin-update -##%{_datadir}/munin/VeraMono.ttf %{_datadir}/munin/DejaVuSans.ttf %{_datadir}/munin/DejaVuSansMono.ttf -%perl_vendorlib/Munin/Common/*.pm -%perl_vendorlib/Munin/Master/*.pm %{_datadir}/munin/munin-limits %{cgidir}/munin-cgi-graph %{cgidir}/munin-fastcgi-graph @@ -258,6 +270,11 @@ %config /etc/cron.d/munin-node %config /etc/logrotate.d/munin-node %dir %{confdir}/plugins + +%files -n perl-Munin +%defattr(-,root,root) +%{perl_vendorlib}/Munin/Common/*.pm +%{perl_vendorlib}/Munin/Master/*.pm %{perl_vendorlib}/Munin/Plugin.pm %{perl_vendorlib}/Munin/Node/*.pm %{perl_vendorlib}/Munin/Node/Configure/*.pm