perl-ExtUtils-CChecker/perl-ExtUtils-CChecker.spec

112 lines
3.6 KiB
RPMSpec
Raw Normal View History

2013-12-14 04:26:10 +00:00
%global pkgname ExtUtils-CChecker
2010-05-07 21:01:56 +00:00
Name: perl-ExtUtils-CChecker
2015-08-31 09:05:07 +00:00
Version: 0.10
Release: 1%{?dist}
2010-05-07 21:01:56 +00:00
Summary: Configure-time utilities for using C headers, libraries, or OS features
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/ExtUtils-CChecker/
2013-12-14 04:26:10 +00:00
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{pkgname}-%{version}.tar.gz
2010-05-07 21:01:56 +00:00
BuildArch: noarch
2013-06-05 12:26:01 +00:00
BuildRequires: perl
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:
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::CBuilder)
# Tests:
2012-09-20 11:27:01 +00:00
BuildRequires: perl(Test::Fatal)
2010-05-07 21:01:56 +00:00
BuildRequires: perl(Test::More)
2015-08-31 09:05:07 +00:00
# Optional tests:
2010-05-07 21:01:56 +00:00
BuildRequires: perl(Test::Pod) >= 1.00
2013-06-05 12:26:01 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
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
2013-12-14 04:26:10 +00:00
%setup -qn %{pkgname}-%{version}
2010-05-07 21:01:56 +00:00
%build
2013-06-05 12:26:01 +00:00
perl Build.PL installdirs=vendor
2010-05-07 21:01:56 +00:00
./Build
%install
2013-06-05 12:26:01 +00:00
./Build install destdir=%{buildroot} create_packlist=0
%{_fixperms} %{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
2010-05-07 21:01:56 +00:00
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
2015-08-31 09:05:07 +00:00
* Mon Aug 31 2015 Petr Pisar <ppisar@redhat.com> - 0.10-1
- 0.10 bump
* 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
* 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
* 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
* 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
* 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
* 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
* 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
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.