diff --git a/perlbrew.spec b/perlbrew.spec index 9bac5fe..c7fc16a 100644 --- a/perlbrew.spec +++ b/perlbrew.spec @@ -1,6 +1,6 @@ Name: perlbrew Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage perl installations in your $HOME License: MIT Group: Development/Libraries @@ -31,6 +31,7 @@ almost like an isolated perl environments. %prep %setup -q -n App-perlbrew-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Dec 09 2010 Iain Arnell 0.15-2 +- actually apply the older-Test-More patch + * Thu Dec 09 2010 Iain Arnell 0.15-1 - update to latest upstream version - no longer requires perl(File::Path::Tiny)