2010-05-07 21:01:56 +00:00
|
|
|
Name: perl-ExtUtils-CChecker
|
2021-07-13 06:57:58 +00:00
|
|
|
Version: 0.11
|
2024-10-29 15:56:23 +00:00
|
|
|
Release: 11%{?dist}
|
2010-05-07 21:01:56 +00:00
|
|
|
Summary: Configure-time utilities for using C headers, libraries, or OS features
|
2023-04-08 12:46:30 +00:00
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
2018-06-04 12:29:46 +00:00
|
|
|
URL: https://metacpan.org/release/ExtUtils-CChecker
|
2019-10-04 17:46:47 +00:00
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
|
2010-05-07 21:01:56 +00:00
|
|
|
BuildArch: noarch
|
2019-10-04 17:46:47 +00:00
|
|
|
# Build:
|
|
|
|
BuildRequires: coreutils
|
2016-06-24 08:36:16 +00:00
|
|
|
BuildRequires: perl-generators
|
2019-10-04 17:46:47 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2010-05-07 21:01:56 +00:00
|
|
|
BuildRequires: perl(Module::Build)
|
2013-06-05 12:26:01 +00:00
|
|
|
BuildRequires: perl(strict)
|
2015-08-31 09:05:07 +00:00
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
2021-07-13 06:57:58 +00:00
|
|
|
BuildRequires: perl(:VERSION) >= 5
|
2015-08-31 09:05:07 +00:00
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder)
|
|
|
|
# Tests:
|
2012-09-20 11:27:01 +00:00
|
|
|
BuildRequires: perl(Test::Fatal)
|
2021-07-13 06:57:58 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2019-10-04 17:46:47 +00:00
|
|
|
# Optional Tests:
|
2010-05-07 21:01:56 +00:00
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
2019-10-04 17:46:47 +00:00
|
|
|
# Dependencies:
|
2015-08-31 09:05:07 +00:00
|
|
|
Requires: perl(Module::Build)
|
2010-05-07 21:01:56 +00:00
|
|
|
|
|
|
|
%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
|
2019-10-04 17:46:47 +00:00
|
|
|
%setup -qn ExtUtils-CChecker-%{version}
|
2010-05-07 21:01:56 +00:00
|
|
|
|
|
|
|
%build
|
2023-04-08 12:46:30 +00:00
|
|
|
perl Build.PL --installdirs=vendor
|
2010-05-07 21:01:56 +00:00
|
|
|
./Build
|
|
|
|
|
|
|
|
%install
|
2019-10-04 17:46:47 +00:00
|
|
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
|
|
|
%{_fixperms} -c %{buildroot}
|
2010-05-07 21:01:56 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%files
|
2015-08-31 09:05:07 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README
|
2019-10-04 17:46:47 +00:00
|
|
|
%{perl_vendorlib}/ExtUtils/
|
|
|
|
%{_mandir}/man3/ExtUtils::CChecker.3*
|
2010-05-07 21:01:56 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:56:23 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.11-11
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 16:09:06 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.11-10
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 16:20:46 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 14:49:42 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-20 21:36:01 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-20 02:09:14 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 06:02:18 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-05-31 06:45:07 +00:00
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.11-4
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
2022-01-21 01:31:27 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 20:11:38 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-13 06:57:58 +00:00
|
|
|
* Tue Jul 13 2021 Petr Pisar <ppisar@redhat.com> - 0.11-1
|
|
|
|
- 0.11 bump
|
|
|
|
|
2021-05-21 21:24:11 +00:00
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-18
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-01-27 01:12:49 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 15:31:07 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-23 11:06:15 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-15
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-01-30 00:03:47 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-04 17:46:47 +00:00
|
|
|
* Fri Oct 4 2019 Paul Howarth <paul@city-fan.org> - 0.10-13
|
|
|
|
- Spec tidy-up
|
|
|
|
- Use author-independent source URL
|
|
|
|
- Specify all build dependencies
|
|
|
|
- Fix permissions verbosely
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
2019-07-26 02:48:50 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-31 16:23:05 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-11
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-01 20:33:20 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 17:16:53 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 16:00:36 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-8
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-08 21:01:29 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 03:50:13 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-05 10:45:50 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-5
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 02:57:52 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-15 12:45:27 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.10-3
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 13:32:32 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-08-31 09:05:07 +00:00
|
|
|
* Mon Aug 31 2015 Petr Pisar <ppisar@redhat.com> - 0.10-1
|
|
|
|
- 0.10 bump
|
|
|
|
|
2015-06-18 02:59:40 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 08:40:31 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-4
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-08-29 00:51:20 +00:00
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 03:58:32 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-12-14 04:26:10 +00:00
|
|
|
* Sat Dec 14 2013 Christopher Meng <rpm@cicku.me> - 0.09-1
|
|
|
|
- Update to 0.09
|
|
|
|
|
2013-08-03 20:33:15 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-24 08:59:45 +00:00
|
|
|
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.08-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-06-05 12:26:01 +00:00
|
|
|
* Wed Jun 05 2013 Petr Šabata <contyk@redhat.com> - 0.08-3
|
|
|
|
- Spec cleanup and dep list fixes
|
|
|
|
|
2013-02-14 12:13:33 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-20 11:27:01 +00:00
|
|
|
* Thu Sep 20 2012 Marcela Mašláňová <mmaslano@redhat.com> 0.08-1
|
|
|
|
- update to 0.08
|
|
|
|
|
2012-07-20 15:06:37 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-13 23:58:32 +00:00
|
|
|
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.04-6
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 13:40:21 +00:00
|
|
|
* 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
|
|
|
|
|
2011-06-21 00:22:26 +00:00
|
|
|
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-4
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-08 21:56:58 +00:00
|
|
|
* 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
|
|
|
|
|
2010-12-16 14:13:49 +00:00
|
|
|
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-2
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-08-22 13:17:00 +00:00
|
|
|
* Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.04-1
|
|
|
|
- Update to 0.04
|
|
|
|
|
2010-06-22 13:43:34 +00:00
|
|
|
* Tue Jun 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.03-2
|
|
|
|
- rebuilt for perl
|
|
|
|
|
2010-05-07 21:01:56 +00:00
|
|
|
* Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.03-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|