Name: perl-Proc-ProcessTable Version: 0.41 Release: 1%{?dist} Summary: Perl extension to access the unix process table License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Proc-ProcessTable/ Source0: http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) %description Perl interface to the unix process table. %prep %setup -q -n Proc-ProcessTable-%{version} chmod 644 contrib/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes PORTING README README.linux TODO contrib/pswait %{perl_vendorarch}/auto/* %{perl_vendorarch}/Proc* %{_mandir}/man3/* %changelog * Thu Mar 15 2007 Andreas Thienemann 0.41-1 - Specfile autogenerated by cpanspec 1.69.1. - Cleaned up for FE