parent
b10aa226fc
commit
0ce6d04ff9
@ -0,0 +1 @@
|
||||
/Meta-Builder-0.003.tar.gz
|
@ -0,0 +1,44 @@
|
||||
Name: perl-Meta-Builder
|
||||
Version: 0.003
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for creating Meta objects to track custom metrics
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Meta-Builder/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Meta-Builder-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Fennec::Lite)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Meta programming is becoming more and more popular. The popularity of Meta
|
||||
programming comes from the fact that many problems are made significantly
|
||||
easier. There are a few specialized Meta tools out there, for instance
|
||||
Class:MOP which is used by Moose to track class metadata.
|
||||
|
||||
%prep
|
||||
%setup -q -n Meta-Builder-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
|
||||
%install
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 18 2013 Jitka Plesnikova <jplesnik@redhat.com> 0.003-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue