2007-01-16 00:29:21 +01:00
|
|
|
#
|
2011-08-15 15:03:00 +02:00
|
|
|
# spec file for package pcp
|
2007-01-16 00:29:21 +01:00
|
|
|
#
|
2011-08-15 15:03:00 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:29:21 +01:00
|
|
|
#
|
2008-08-29 03:00:23 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:29:21 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2011-08-15 15:03:12 +02:00
|
|
|
|
|
|
|
Name: pcp
|
|
|
|
Version: 3.5.8
|
2011-11-10 21:05:11 +01:00
|
|
|
Release: 3
|
2011-08-15 15:03:00 +02:00
|
|
|
%define pcp_release 1
|
2011-08-15 15:03:12 +02:00
|
|
|
Summary: System-level performance monitoring and performance management
|
|
|
|
License: GPLv2
|
|
|
|
Url: http://oss.sgi.com/projects/pcp
|
|
|
|
Group: System/Monitoring
|
|
|
|
Source: %{name}-%{version}-%{pcp_release}.src.tar.gz
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 = %{version}
|
2011-08-15 15:03:12 +02:00
|
|
|
Requires: bash gawk sed grep fileutils findutils
|
2011-08-15 15:03:00 +02:00
|
|
|
%if "%{_vendor}" == "suse"
|
2011-08-15 15:03:12 +02:00
|
|
|
Requires: sysconfig cpp
|
2011-08-15 15:03:00 +02:00
|
|
|
%else
|
2011-08-15 15:03:12 +02:00
|
|
|
Requires: initscripts
|
2011-08-15 15:03:00 +02:00
|
|
|
%endif
|
2011-08-15 15:03:12 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: autoconf bison flex ncurses-devel procps readline-devel
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
Patch6: pcp-xenbuild.patch
|
|
|
|
Patch9: static_lib_perms.diff
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
|
|
|
|
2007-01-16 00:29:21 +01:00
|
|
|
%description
|
2011-08-15 15:03:00 +02:00
|
|
|
Performance Co-Pilot (PCP) provides a framework and services to support
|
|
|
|
system-level performance monitoring and performance management.
|
|
|
|
|
|
|
|
The PCP open source release provides a unifying abstraction for all of
|
|
|
|
the interesting performance data in a system, and allows client
|
|
|
|
applications to easily retrieve and process any subset of that data.
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
2011-08-29 22:39:13 +02:00
|
|
|
# libpcp
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
2011-08-29 22:39:13 +02:00
|
|
|
%package -n libpcp3
|
2011-08-15 15:03:12 +02:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Performance Co-Pilot run-time libraries
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
|
|
|
Obsoletes: pcp < 3.0
|
2011-08-29 22:39:13 +02:00
|
|
|
AutoReq: no
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%description -n libpcp3
|
2011-08-15 15:03:00 +02:00
|
|
|
Performance Co-Pilot (PCP) run-time libraries
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
2011-08-29 22:39:13 +02:00
|
|
|
# libpcp-devel
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
2011-08-29 22:39:13 +02:00
|
|
|
%package -n libpcp-devel
|
2011-08-15 15:03:12 +02:00
|
|
|
License: GPLv2
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Summary: Performance Co-Pilot (PCP) development headers and documentation
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 = %{version}
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%description -n libpcp-devel
|
2011-08-15 15:03:00 +02:00
|
|
|
Performance Co-Pilot (PCP) headers, documentation and tools for development.
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
|
|
|
# perl-PCP-PMDA. This is the PCP agent perl binding.
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-PMDA
|
2011-08-15 15:03:12 +02:00
|
|
|
License: GPLv2
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings and documentation
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
|
|
|
Requires: pcp >= %{version} perl-base
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
%description -n perl-PCP-PMDA
|
|
|
|
The PCP::PMDA Perl module contains the language bindings for
|
|
|
|
building Performance Metric Domain Agents (PMDAs) using Perl.
|
|
|
|
Each PMDA exports performance data for one specific domain, for
|
|
|
|
example the operating system kernel, Cisco routers, a database,
|
|
|
|
an application, etc.
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
#
|
|
|
|
# perl-PCP-MMV
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-MMV
|
2011-08-15 15:03:12 +02:00
|
|
|
License: GPLv2
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped Values
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
|
|
|
Requires: pcp >= %{version} perl-base
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description -n perl-PCP-MMV
|
|
|
|
The PCP::MMV module contains the Perl language bindings for
|
|
|
|
building scripts instrumented with the Performance Co-Pilot
|
|
|
|
(PCP) Memory Mapped Value (MMV) mechanism.
|
|
|
|
This mechanism allows arbitrary values to be exported from an
|
|
|
|
instrumented script into the PCP infrastructure for monitoring
|
|
|
|
and analysis with pmchart, pmie, pmlogger and other PCP tools.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-LogImport
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogImport
|
2011-08-15 15:03:12 +02:00
|
|
|
License: GPLv2
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot Perl bindings for importing external data
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
|
|
|
Requires: pcp >= %{version} perl-base
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description -n perl-PCP-LogImport
|
|
|
|
The PCP::LogImport module contains the Perl language bindings for
|
|
|
|
importing data in various 3rd party formats into PCP archives so
|
|
|
|
they can be replayed with standard PCP monitoring tools.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-LogSummary
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogSummary
|
2011-08-15 15:03:12 +02:00
|
|
|
License: GPLv2
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot Perl bindings for processing pmlogsummary output
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
|
|
|
Requires: pcp >= %{version} perl-base
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
%description -n perl-PCP-LogSummary
|
|
|
|
The PCP::LogSummary module provides a Perl module for using the
|
|
|
|
statistical summary data produced by the Performance Co-Pilot
|
|
|
|
pmlogsummary utility. This utility produces various averages,
|
|
|
|
minima, maxima, and other calculations based on the performance
|
|
|
|
data stored in a PCP archive. The Perl interface is ideal for
|
|
|
|
exporting this data into third-party tools (e.g. spreadsheets).
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-sar2pcp
|
|
|
|
#
|
|
|
|
%package import-sar2pcp
|
2011-08-15 15:03:12 +02:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot tools for importing sar data into PCP archive logs
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 >= %{version} perl-PCP-LogImport >= %{version} sysstat
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description import-sar2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing sar data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-iostat2pcp
|
|
|
|
#
|
|
|
|
%package import-iostat2pcp
|
2011-08-15 15:03:12 +02:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot tools for importing iostat data into PCP archive logs
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 >= %{version} perl-PCP-LogImport >= %{version} sysstat
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description import-iostat2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing iostat data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-sheet2pcp
|
|
|
|
#
|
|
|
|
%package import-sheet2pcp
|
2011-08-15 15:03:12 +02:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot tools for importing spreadsheet data into PCP archive logs
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 >= %{version} perl-PCP-LogImport >= %{version} sysstat
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description import-sheet2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing spreadsheet data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-mrtg2pcp
|
|
|
|
#
|
|
|
|
%package import-mrtg2pcp
|
2011-08-15 15:03:12 +02:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System/Monitoring
|
|
|
|
Summary: Performance Co-Pilot tools for importing MTRG data into PCP archive logs
|
|
|
|
Url: http://oss.sgi.com/projects/pcp/
|
2011-08-29 22:39:13 +02:00
|
|
|
Requires: libpcp3 >= %{version} perl-PCP-LogImport >= %{version}
|
2011-08-15 15:03:00 +02:00
|
|
|
|
|
|
|
%description import-mrtg2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing MTRG data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
2007-01-16 00:29:21 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-11-06 18:27:12 +01:00
|
|
|
%patch6
|
2011-08-15 15:03:00 +02:00
|
|
|
%patch9
|
|
|
|
autoconf
|
|
|
|
./configure --bindir=%{_bindir} \
|
|
|
|
--libdir=%{_libdir} \
|
|
|
|
--libexecdir=%{_libexecdir} && touch config.done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ ! -z "$DIST_ROOT" ] && rm -rf $DIST_ROOT
|
|
|
|
rm -Rf $RPM_BUILD_ROOT
|
2007-01-16 00:29:21 +01:00
|
|
|
|
|
|
|
%build
|
2011-08-29 22:39:13 +02:00
|
|
|
make default_pcp
|
2007-01-16 00:29:21 +01:00
|
|
|
|
|
|
|
%install
|
2011-08-15 15:03:00 +02:00
|
|
|
BACKDIR=`pwd`;
|
2007-01-16 00:29:21 +01:00
|
|
|
DIST_ROOT=$RPM_BUILD_ROOT
|
2011-08-29 22:39:13 +02:00
|
|
|
export DIST_ROOT
|
|
|
|
make install_pcp
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
# Fix stuff we do/don't want to ship
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
# list of PMDAs in the base pkg
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} | grep -vE 'simple|sample|trivial|txmon' |\
|
|
|
|
sed -e 's#^#'%{_pmdasdir}'\/#' >base_pmdas.list
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
# bin and man1 files except those split out into sub packages
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_bindir} | grep -v '2pcp' |\
|
|
|
|
sed -e 's#^#'%{_bindir}'\/#' >base_binfiles.list
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 | grep -v '2pcp' |\
|
|
|
|
sed -e 's#^#'%{_mandir}'\/man1\/#' >base_man1files.list
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
cat base_pmdas.list base_binfiles.list base_man1files.list > base_specialfiles.list
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
# add /etc/init.d/X symlinks at /usr/sbin/rcX
|
|
|
|
%__install -d -m 0755 ${RPM_BUILD_ROOT}/%{_sbindir}
|
|
|
|
for script in pcp pmie pmproxy; do
|
|
|
|
ln -s "%{_sysconfdir}/init.d/${script}" "${RPM_BUILD_ROOT}/%{_sbindir}/rc${script}"
|
|
|
|
done
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-15 15:03:00 +02:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2007-07-13 18:56:33 +02:00
|
|
|
|
2007-01-16 00:29:21 +01:00
|
|
|
%preun
|
2011-08-15 15:03:00 +02:00
|
|
|
%{?stop_on_removal:%{stop_on_removal pcp pmproxy pmie}}
|
2007-01-16 00:29:21 +01:00
|
|
|
|
|
|
|
%postun
|
2011-08-15 15:03:00 +02:00
|
|
|
/sbin/ldconfig
|
|
|
|
%{?restart_on_update:%{restart_on_update pcp pmproxy pmie}}
|
|
|
|
%{?insserv_cleanup:%{insserv_cleanup}}
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%post -n libpcp3 -p /sbin/ldconfig
|
2011-08-15 15:03:12 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%postun -n libpcp3 -p /sbin/ldconfig
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files -f base_specialfiles.list
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%dir %{_pmdasdir}
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp/config
|
|
|
|
%doc %{_datadir}/doc/packages/pcp-%{version}
|
|
|
|
%{_libexecdir}/pcp
|
|
|
|
%{_datadir}/pcp/lib
|
|
|
|
%{_localstatedir}/log/pcp
|
|
|
|
%{_localstatedir}/lib/pcp/pmns
|
|
|
|
%{_initrddir}/pcp
|
|
|
|
%{_initrddir}/pmie
|
|
|
|
%{_initrddir}/pmproxy
|
|
|
|
%{_mandir}/man4/*
|
|
|
|
%config %{_sysconfdir}/bash_completion.d/pcp
|
|
|
|
%config %{_sysconfdir}/pcp.env
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/pmcd.conf
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/pmcd.options
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/rc.local
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/config.default
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/control
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/crontab
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/config.default
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/control
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/crontab
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmproxy/pmproxy.options
|
|
|
|
%{_localstatedir}/lib/pcp/config/*
|
|
|
|
/usr/sbin/rcpcp
|
|
|
|
/usr/sbin/rcpmie
|
|
|
|
/usr/sbin/rcpmproxy
|
|
|
|
|
|
|
|
%files -n libpcp3
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%dir %{_includedir}/pcp
|
|
|
|
%{_includedir}/pcp/builddefs
|
|
|
|
%{_includedir}/pcp/buildrules
|
|
|
|
%config %{_sysconfdir}/pcp.conf
|
|
|
|
%{_libdir}/libpcp.so.3
|
|
|
|
%{_libdir}/libpcp_gui.so.2
|
|
|
|
%{_libdir}/libpcp_mmv.so.1
|
|
|
|
%{_libdir}/libpcp_pmda.so.3
|
|
|
|
%{_libdir}/libpcp_trace.so.2
|
|
|
|
%{_libdir}/libpcp_import.so.1
|
|
|
|
|
|
|
|
%files -n libpcp-devel
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%{_libdir}/libpcp.so
|
|
|
|
%{_libdir}/libpcp.so.2
|
|
|
|
%{_libdir}/libpcp_gui.so
|
|
|
|
%{_libdir}/libpcp_gui.so.1
|
|
|
|
%{_libdir}/libpcp_mmv.so
|
|
|
|
%{_libdir}/libpcp_pmda.so
|
|
|
|
%{_libdir}/libpcp_pmda.so.2
|
|
|
|
%{_libdir}/libpcp_trace.so
|
|
|
|
%{_libdir}/libpcp_import.so
|
|
|
|
%{_includedir}/pcp/*.h
|
|
|
|
%{_mandir}/man3/*.3.gz
|
|
|
|
%{_datadir}/pcp/demos
|
|
|
|
%{_datadir}/pcp/examples
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/simple
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/sample
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/trivial
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/txmon
|
|
|
|
|
|
|
|
%files import-sar2pcp
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%{_bindir}/sar2pcp
|
|
|
|
%{_mandir}/man1/sar2pcp.1.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files import-iostat2pcp
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%{_bindir}/iostat2pcp
|
|
|
|
%{_mandir}/man1/iostat2pcp.1.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files import-sheet2pcp
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%{_bindir}/sheet2pcp
|
|
|
|
%{_mandir}/man1/sheet2pcp.1.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files import-mrtg2pcp
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-08-29 22:39:13 +02:00
|
|
|
%{_bindir}/mrtg2pcp
|
|
|
|
%{_mandir}/man1/mrtg2pcp.1.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files -n perl-PCP-PMDA
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-11-10 21:05:11 +01:00
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/PMDA
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP/PMDA.pm
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/PMDA/PMDA.so
|
2011-08-29 22:39:13 +02:00
|
|
|
/usr/share/man/man3/PCP::PMDA.3pm.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files -n perl-PCP-MMV
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-11-10 21:05:11 +01:00
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/MMV
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP/MMV.pm
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP/server.pl
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/MMV/MMV.so
|
2011-08-29 22:39:13 +02:00
|
|
|
/usr/share/man/man3/PCP::MMV.3pm.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files -n perl-PCP-LogImport
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
2011-11-10 21:05:11 +01:00
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/LogImport
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/PCP/LogImport.pm
|
|
|
|
/usr/lib/perl5/vendor_perl/*/*-linux-thread-multi*/auto/PCP/LogImport/LogImport.so
|
2011-08-29 22:39:13 +02:00
|
|
|
/usr/share/man/man3/PCP::LogImport.3pm.gz
|
2011-08-15 15:03:00 +02:00
|
|
|
|
2011-08-29 22:39:13 +02:00
|
|
|
%files -n perl-PCP-LogSummary
|
2011-08-15 15:03:00 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir /usr/lib/perl5/vendor_perl/*/PCP
|
2011-08-29 22:39:13 +02:00
|
|
|
/usr/lib/perl5/vendor_perl/*/PCP/LogSummary.pm
|
|
|
|
/usr/lib/perl5/vendor_perl/*/PCP/exceldemo.pl
|
|
|
|
/usr/lib/perl5/vendor_perl/*/PCP/extract.pl
|
|
|
|
/usr/share/man/man3/PCP::LogSummary.3pm.gz
|
2007-01-16 00:29:21 +01:00
|
|
|
|
2007-03-30 02:09:35 +02:00
|
|
|
%changelog
|