perl-Proc-ProcessTable-vl.spec 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Name: perl-Proc-ProcessTable
  2. Version: 0.51
  3. Release: 1%{?_dist_release}
  4. Summary: Perl extension to access the unix process table
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Proc-ProcessTable/
  8. Source0: http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: perl(ExtUtils::MakeMaker)
  11. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. Perl interface to the unix process table.
  16. %prep
  17. %setup -q -n Proc-ProcessTable-%{version}
  18. %{__chmod} 644 contrib/*
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  21. %{__make} %{?_smp_mflags}
  22. %install
  23. %{__rm} -rf %{buildroot}
  24. %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
  25. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  26. find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
  27. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  28. %{_fixperms} %{buildroot}/*
  29. %check
  30. %{__make} test
  31. %clean
  32. %{__rm} -rf %{buildroot}
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc Changes PORTING README README.linux TODO contrib/pswait
  36. %{perl_vendorarch}/auto/*
  37. %{perl_vendorarch}/Proc*
  38. %{_mandir}/man3/*
  39. %changelog
  40. * Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.51-1
  41. - updated to 0.51
  42. - built with perl 5.16.3
  43. * Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-2
  44. - build with perl 5.12.3
  45. - add Vendor and Distribution tags
  46. * Fri Oct 15 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-1
  47. - initial build for Vine Linux
  48. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.44-6
  49. - Mass rebuild with perl-5.12.0
  50. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.44-5
  51. - rebuild against perl 5.10.1
  52. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-4
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Thu Mar 05 2009 Caol叩n McNamara <caolanm@redhat.com> - 0.44-3
  55. - defuzz patches to build
  56. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-2
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  58. * Fri Aug 1 2008 Andreas Thienemnan <athienem@redhat.com> 0.44-1
  59. - Update to 0.44
  60. * Sat Apr 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.42-1
  61. - update to 0.42
  62. - patch to define ARG_MAX (since for some unknown reason, it isn't defined anymore)
  63. * Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.41-4
  64. - rebuild for new perl (again)
  65. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.41-3
  66. - Autorebuild for GCC 4.3
  67. * Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.41-2
  68. - rebuild for new perl
  69. * Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 0.41-1
  70. - Specfile autogenerated by cpanspec 1.69.1.
  71. - Cleaned up for FE