9b5d154
Name:           perl-B-Compiling
9b5d154
Version:        0.02
a2f1f04
Release:        4%{?dist}
9b5d154
Summary:        Expose PL_compiling to perl
9b5d154
License:        GPL+ or Artistic
9b5d154
Group:          Development/Libraries
9b5d154
URL:            http://search.cpan.org/dist/B-Compiling/
9b5d154
Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
9b5d154
BuildRequires:  perl(ExtUtils::MakeMaker)
9b5d154
BuildRequires:  perl(Sub::Exporter)
9b5d154
BuildRequires:  perl(Test::More)
9b5d154
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
9b5d154
9b5d154
%{?perl_default_filter}
9b5d154
9b5d154
%description
9b5d154
This module exposes the perl interpreter's PL_compiling variable to perl.
9b5d154
9b5d154
%prep
9b5d154
%setup -q -n B-Compiling-%{version}
9b5d154
9b5d154
%build
9b5d154
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
9b5d154
make %{?_smp_mflags}
9b5d154
9b5d154
%install
9b5d154
make pure_install DESTDIR=$RPM_BUILD_ROOT
9b5d154
9b5d154
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
9b5d154
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
9b5d154
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
9b5d154
9b5d154
%{_fixperms} $RPM_BUILD_ROOT/*
9b5d154
9b5d154
%check
9b5d154
make test
9b5d154
9b5d154
%files
9b5d154
%defattr(-,root,root,-)
9b5d154
%doc Changes README
9b5d154
%{perl_vendorarch}/auto/*
9b5d154
%{perl_vendorarch}/B*
9b5d154
%{_mandir}/man3/*
9b5d154
9b5d154
%changelog
a2f1f04
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-4
a2f1f04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a2f1f04
681c856
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.02-3
681c856
- 661697 rebuild for fixing problems with vendorach/lib
681c856
e011321
* Sat Jul 17 2010 Iain Arnell <iarnell@gmail.com> 0.02-2
e011321
- cleanup spec for modern rpmbuild
e011321
9b5d154
* Sat Jul 03 2010 Iain Arnell <iarnell@gmail.com> 0.02-1
9b5d154
- Specfile autogenerated by cpanspec 1.78.