perl-Proc-Simple-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: perl-Proc-Simple
  2. Version: 1.31
  3. Release: 1%{?_dist_release}
  4. Summary: Launch and control background processes
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Proc-Simple/
  8. Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(Test::More)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: shaolin
  17. %description
  18. The Proc::Simple package provides objects mimicing real-life processes from
  19. a user's point of view. Either external programs or perl subroutines can be
  20. launched and controlled as processes in the background.
  21. %prep
  22. %setup -q -n Proc-Simple-%{version}
  23. %build
  24. %{__perl} Makefile.PL INSTALLDIRS=vendor
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf %{buildroot}
  28. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  29. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  30. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  31. %{_fixperms} %{buildroot}/*
  32. %check
  33. make test
  34. %clean
  35. rm -rf %{buildroot}
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc Changes README
  39. %{perl_vendorlib}/*
  40. %{_mandir}/man3/*
  41. %changelog
  42. * Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.31-1
  43. - updated to 1.31
  44. - built with perl 5.16.3
  45. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.26-2
  46. - rebuild
  47. * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.26-1
  48. - initial build for Vine Linux
  49. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-7
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  51. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.26-6
  52. - Perl mass rebuild
  53. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-5
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  55. * Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.26-4
  56. - 661697 rebuild for fixing problems with vendorach/lib
  57. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.26-3
  58. - Mass rebuild with perl-5.12.0
  59. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.26-2
  60. - rebuild against perl 5.10.1
  61. * Wed Aug 05 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.26-1
  62. - Rebuilt for mass rebuilt breakdown.
  63. - Update to 1.26 from CPAN.
  64. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66. * Sun Jun 28 2009 Jan Klepek <jan.klepek@hp.com> - 1.25-1
  67. - upgraded version
  68. * Mon Jun 22 2009 Jan Klepek <jan.klepek@hp.com> 1.24-1
  69. - Specfile autogenerated by cpanspec 1.78.