2010-05-07 21:01:56 +00:00
|
|
|
Name: perl-ExtUtils-CChecker
|
2012-09-20 11:27:01 +00:00
|
|
|
Version: 0.08
|
|
|
|
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
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/ExtUtils-CChecker/
|
2012-09-20 11:27:01 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.08.tar.gz
|
2010-05-07 21:01:56 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder)
|
|
|
|
BuildRequires: perl(Module::Build)
|
2012-09-20 11:27:01 +00:00
|
|
|
BuildRequires: perl(Test::Fatal)
|
2010-05-07 21:01:56 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
Requires: perl(ExtUtils::CBuilder)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%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
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
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.
|