Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > fb34a4178099b4da85de3329163807c1 > files > 2

perl-B-Flags-0.50.0-1.mga2.src.rpm

%define upstream_name    B-Flags
%define upstream_version 0.05

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

Summary:    Friendlier flags for B
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(ExtUtils::MakeMaker)
BuildRequires: perl-devel
%description
By default, '$foo->flags' when passed an object in the 'B' class will
produce a relatively meaningless number, which one would need to grovel
through the Perl source code in order to do anything useful with. This
module adds 'flagspv' to the SV and op classes and 'privatepv' to the op
classes, which makes them easier to understand.

*Warning*: This module is not _guaranteed_ compatible with any version of
Perl below 5.7.0; however, I'd like to make it so compatible, so if it
fails to compile, mail me. There's probably an '#ifdef' I need to add
somewhere...

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

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

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Fri Dec 16 2011 kharec <kharec> 0.50.0-1.mga2
+ Revision: 182468
- update to 0.05

* Mon Nov 07 2011 kharec <kharec> 0.40.0-1.mga2
+ Revision: 165104
- imported package perl-B-Flags


* Mon Nov 07 2011 cpan2dist 0.04-1mga
- initial mageia release, generated with cpan2dist