automatic update by autodist [release 1.08-1mamba;Sat Aug 31 2013]
This commit is contained in:
parent
efaed4755d
commit
3aaf136b67
@ -1,2 +1,4 @@
|
|||||||
# perl-Devel-Cover
|
# perl-Devel-Cover
|
||||||
|
|
||||||
|
This module provides code coverage metrics for Perl.
|
||||||
|
|
||||||
|
108
perl-Devel-Cover.spec
Normal file
108
perl-Devel-Cover.spec
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
|
Name: perl-Devel-Cover
|
||||||
|
Version: 1.08
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Devel::Cover - Code coverage metrics for Perl
|
||||||
|
Group: System/Libraries/Perl
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
|
URL: http://www.cpan.org
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/P/PJ/PJCJ/Devel-Cover-%{version}.tar.gz
|
||||||
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: perl-Parallel-Iterator
|
||||||
|
BuildRequires: perl-Pod-Coverage
|
||||||
|
BuildRequires: perl-Template-Toolkit
|
||||||
|
BuildRequires: perl-Test-Differences
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Perl::Tidy)
|
||||||
|
BuildRequires: perl(PPI::HTML)
|
||||||
|
BuildRequires: perl(Template)
|
||||||
|
Requires: perl(Pod::Coverage)
|
||||||
|
Requires: perl(Test::Differences)
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
# private, not autodetected
|
||||||
|
Provides: perl(Devel::Cover::Dumper)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module provides code coverage metrics for Perl.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Devel-Cover-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
|
%make
|
||||||
|
%make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall_perl
|
||||||
|
|
||||||
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
|
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||||
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||||
|
chmod -R u+w %{buildroot}/*
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/cover
|
||||||
|
%{_bindir}/cpancover
|
||||||
|
%{_bindir}/gcov2perl
|
||||||
|
%{perl_vendorarch}/Devel/
|
||||||
|
%{perl_vendorarch}/auto/Devel/
|
||||||
|
%{_mandir}/man1/*.1.gz
|
||||||
|
%{_mandir}/man3/*.3pm.gz
|
||||||
|
#%doc README Changes
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Aug 31 2013 Automatic Build System <autodist@mambasoft.it> 1.08-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 1.07-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 18 2013 Automatic Build System <autodist@mambasoft.it> 1.06-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 09 2013 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun May 19 2013 Automatic Build System <autodist@mambasoft.it> 1.02-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Apr 01 2013 Automatic Build System <autodist@mambasoft.it> 1.01-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 28 2013 Automatic Build System <autodist@mambasoft.it> 1.00-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 12 2013 Automatic Build System <autodist@mambasoft.it> 0.99-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 30 2012 Automatic Build System <autodist@mambasoft.it> 0.98-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97-1mamba
|
||||||
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
* Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 0.96-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Aug 07 2012 Automatic Build System <autodist@mambasoft.it> 0.93-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 07 2011 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Feb 16 2011 gil <puntogil@libero.it> 0.66-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user