Name: perl-App-perlbrew Version: 0.72 Release: 1%{?dist} Summary: Manage perl installations in your $HOME License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/App-perlbrew/ Source0: http://www.cpan.org/modules/by-module/App/App-perlbrew-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Capture::Tiny) >= 0.25 BuildRequires: perl(CPAN::Perl::Releases) >= 1.94 BuildRequires: perl(Devel::PatchPerl) >= 1.28 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::All) BuildRequires: perl(local::lib) BuildRequires: perl(Path::Class) BuildRequires: perl(Pod::Parser) BuildRequires: perl(Pod::Usage) >= 1.64 BuildRequires: perl(Test::Exception) >= 0.32 BuildRequires: perl(Test::More) >= 1.001002 BuildRequires: perl(Test::NoWarnings) >= 1.04 BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Simple) >= 1.001002 BuildRequires: perl(Test::Spec) Requires: curl Requires: env Requires: make Requires: perl(Capture::Tiny) >= 0.25 Requires: perl(CPAN::Perl::Releases) >= 1.94 Requires: perl(Devel::PatchPerl) >= 1.28 Requires: perl(local::lib) Requires: perl(Pod::Parser) >= 1.62 Requires: perl(Pod::Usage) >= 1.64 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: tar %description perlbrew is a program to automate the building and installation of perl in an easy way. It provides multiple isolated perl environments, and a mechanism for you to switch between them. %prep %setup -q -n App-perlbrew-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %package -n perlbrew Summary: Perl environment manager %description -n perlbrew perlbrew is a program to automate the building and installation of perl in an easy way. It provides multiple isolated perl environments, and a mechanism for you to switch between them. %files -n perlbrew %doc LICENSE README %{_mandir}/man1/* %{_bindir}/* %changelog * Sat Nov 29 2014 David Dick - 0.72-1 - Initial release