parent
5383317792
commit
8406acd3ad
@ -0,0 +1 @@
|
||||
/Exporter-Declare-0.106.tar.gz
|
@ -0,0 +1,63 @@
|
||||
Name: perl-Exporter-Declare
|
||||
Version: 0.106
|
||||
Release: 1%{?dist}
|
||||
Summary: Exporting done right
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Exporter-Declare/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Exporter-Declare-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(aliased)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Devel::Declare::Interface)
|
||||
BuildRequires: perl(Devel::Declare::Parser)
|
||||
BuildRequires: perl(Devel::Declare::Parser::Sublike)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Fennec::Lite) >= 0.004
|
||||
BuildRequires: perl(Meta::Builder) >= 0.003
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::Exception) >= 0.29
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Simple) >= 0.88
|
||||
Requires: perl(Meta::Builder) >= 0.003
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
# Remove underspecified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Meta::Builder\\)\s*$
|
||||
|
||||
|
||||
%description
|
||||
Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries
|
||||
to adopt all the good features of other exporting tools, while throwing
|
||||
away horrible interfaces. Exporter::Declare also provides hooks that allow
|
||||
you to add options and arguments for import. Finally, Exporter::Declare's
|
||||
meta-driven system allows for top-notch introspection.
|
||||
|
||||
%prep
|
||||
%setup -q -n Exporter-Declare-%{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
|
||||
* Wed Jan 30 2013 Jitka Plesnikova <jplesnik@redhat.com> 0.106-1
|
||||
- 0.106 bump
|
||||
|
||||
* Thu Jul 12 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.105-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue