123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- Name: perl-Proc-ProcessTable
- Version: 0.45
- Release: 2%{?_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-%(%{__id_u} -n)
- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
- BuildRequires: perl(ExtUtils::MakeMaker)
- 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
- * Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-2
- - build with perl 5.12.3
- - add Vendor and Distribution tags
- * Fri Oct 15 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-1
- - initial build for Vine Linux
- * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.44-6
- - Mass rebuild with perl-5.12.0
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.44-5
- - rebuild against perl 5.10.1
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Mar 05 2009 Caol叩n McNamara <caolanm@redhat.com> - 0.44-3
- - defuzz patches to build
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Fri Aug 1 2008 Andreas Thienemnan <athienem@redhat.com> 0.44-1
- - Update to 0.44
- * Sat Apr 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 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 <tcallawa@redhat.com> 0.41-4
- - rebuild for new perl (again)
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.41-3
- - Autorebuild for GCC 4.3
- * Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.41-2
- - rebuild for new perl
- * Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 0.41-1
- - Specfile autogenerated by cpanspec 1.69.1.
- - Cleaned up for FE
|