perl-ExtUtils-CChecker-vl.spec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: perl-ExtUtils-CChecker
  2. Version: 0.12
  3. Release: 1%{?_dist_release}
  4. Summary: Configure-time utilities for using C headers, libraries, or OS features
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/release/ExtUtils-CChecker
  10. Source0: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::CBuilder)
  14. BuildRequires: perl(Module::Build)
  15. BuildRequires: perl(Test::Exception)
  16. BuildRequires: perl(Test::More)
  17. BuildRequires: perl(Test::Pod) >= 1.00
  18. Requires: perl(ExtUtils::CBuilder)
  19. Requires: perl
  20. %description
  21. Often Perl modules are written to wrap functionality found in existing C
  22. headers, libraries, or to use OS-specific features. It is useful in the
  23. Build.PL or Makefile.PL file to check for the existence of these
  24. requirements before attempting to actually build the module.
  25. %prep
  26. %setup -q -n ExtUtils-CChecker-%{version}
  27. %build
  28. %{__perl} Build.PL --installdirs=vendor
  29. ./Build
  30. %install
  31. ./Build install --destdir=%{buildroot} --create_packlist=0
  32. %{_fixperms} %{buildroot}/*
  33. %check
  34. ./Build test
  35. %files
  36. %doc Changes LICENSE README
  37. %{perl_vendorlib}/ExtUtils
  38. %{_mandir}/man3/*
  39. %changelog
  40. * Mon Jun 16 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12-1
  41. - new upstream release.
  42. - built with perl-5.40.
  43. * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.04-2
  44. - build with Perl 5.16
  45. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.04-1
  46. - initial build for Vine Linux
  47. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-5
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  49. * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-4
  50. - Perl mass rebuild
  51. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  53. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-2
  54. - 661697 rebuild for fixing problems with vendorach/lib
  55. * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.04-1
  56. - Update to 0.04
  57. * Tue Jun 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.03-2
  58. - rebuilt for perl
  59. * Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.03-1
  60. - Specfile autogenerated by cpanspec 1.78.