Name: perl-Package-Stash Version: 0.26 Release: 1%{?dist} Summary: Routines for manipulating stashes License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Package-Stash/ Source0: http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Package::DeprecationManager) BuildRequires: perl(Package::Stash::XS) >= 0.22 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) Requires: perl(Package::DeprecationManager) Requires: perl(Package::Stash::XS) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API. %prep %setup -q -n Package-Stash-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README weaver.ini %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man3/* %changelog * Sat Mar 26 2011 Dave Cross 0.26-1 - Specfile autogenerated by cpanspec 1.78.