perl-Probe-Perl-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Name: perl-Probe-Perl
  2. Version: 0.01
  3. Release: 2%{?_dist_release}
  4. Summary: Information about the currently running perl
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Probe-Perl/
  8. Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(Config)
  12. BuildRequires: perl(Module::Build)
  13. Requires: perl(Config)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: shaolin
  18. %description
  19. This module provides methods for obtaining information about the currently
  20. running perl interpreter. It originally began life as code in the
  21. Module::Build project, but has been externalized here for general use.
  22. %prep
  23. %setup -q -n Probe-Perl-%{version}
  24. %build
  25. %{__perl} Build.PL installdirs=vendor
  26. ./Build
  27. %install
  28. rm -rf ${RPM_BUILD_ROOT}
  29. ./Build install destdir=${RPM_BUILD_ROOT} create_packlist=0
  30. find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
  31. %{_fixperms} ${RPM_BUILD_ROOT}/*
  32. %check
  33. ./Build test
  34. %clean
  35. rm -rf ${RPM_BUILD_ROOT}
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc Changes README
  39. %{perl_vendorlib}/*
  40. %{_mandir}/man3/*
  41. %changelog
  42. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-2
  43. - rebuild
  44. * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-1
  45. - initial package for Vine Linux
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-10
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-9
  49. - Perl mass rebuild
  50. * Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-8
  51. - Perl 5.14 mass rebuild
  52. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-7
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  54. * Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-6
  55. - 661697 rebuild for fixing problems with vendorach/lib
  56. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-5
  57. - Mass rebuild with perl-5.12.0
  58. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.01-4
  59. - rebuild against perl 5.10.1
  60. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  62. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  64. * Wed Sep 24 2008 Marcela Mašláňová <mmaslano@redhat.com> 0.01-1
  65. - Specfile autogenerated by cpanspec 1.77.