Name: perl-Proc-ProcessTable Version: 0.51 Release: 1%{?_dist_release} 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 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %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 * Wed Dec 10 2014 Ryoichi INAGAKI 0.51-1 - updated to 0.51 - built with perl 5.16.3 * Mon Apr 25 2011 Kazutaka HARADA 0.45-2 - build with perl 5.12.3 - add Vendor and Distribution tags * Fri Oct 15 2010 Kazutaka HARADA 0.45-1 - initial build for Vine Linux * Thu May 06 2010 Marcela Maslanova - 0.44-6 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.44-5 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.44-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Mar 05 2009 Caol叩n McNamara - 0.44-3 - defuzz patches to build * Thu Feb 26 2009 Fedora Release Engineering - 0.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Aug 1 2008 Andreas Thienemnan 0.44-1 - Update to 0.44 * Sat Apr 5 2008 Tom "spot" Callaway 0.42-1 - update to 0.42 - patch to define ARG_MAX (since for some unknown reason, it isn't defined anymore) * Mon Mar 3 2008 Tom "spot" Callaway 0.41-4 - rebuild for new perl (again) * Tue Feb 19 2008 Fedora Release Engineering - 0.41-3 - Autorebuild for GCC 4.3 * Fri Feb 8 2008 Tom "spot" Callaway 0.41-2 - rebuild for new perl * Thu Mar 15 2007 Andreas Thienemann 0.41-1 - Specfile autogenerated by cpanspec 1.69.1. - Cleaned up for FE