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