Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 0e06cb7d0879343b9ac5e54730e4d034 > files > 2

perl-B-CodeLines-1.100.0-3.mga4.src.rpm

%define upstream_name    B-CodeLines
%define upstream_version 1.1

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

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
* Fri Oct 18 2013 umeabot <umeabot> 1.100.0-3.mga4
+ Revision: 509239
- Mageia 4 Mass Rebuild

* 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


* Wed Oct 03 2012 cpan2dist 1.1-1mga
- initial mageia release, generated with cpan2dist