You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
12 years ago
|
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.
|