Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4a84b89372cfd7f140a7ac0feb2b7006 > files > 2

perl-B-CodeLines-1.100.0-2.mga3.src.rpm

%define upstream_name    B-CodeLines
%define upstream_version 1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Lists executable lines of a Perl Program
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(version)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
       This compiler backend prints the out the line numbers of the stopping
       points of a Perl program. It might be used for example for static 
       analysis to see of all lines have been executed, or in a when debugger
       breakpoint is requested (and other ways to get stopping points fails).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog SIGNATURE META.yml CHANGES META.json examples
%perl_vendorlib/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.100.0-2.mga3
+ Revision: 363277
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Oct 03 2012 jquelin <jquelin> 1.100.0-1.mga3
+ Revision: 302388
- imported package perl-B-CodeLines