From 87e5a2bc84c1ca07b48edb718a975241da21d420 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jun 14 2010 08:10:38 +0000 Subject: - Incorporate package review suggestions (#602597) - Use %{?perl_default_filter} - Use DESTDIR instead of PERL_INSTALL_ROOT --- diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 5a0d74c..c46d06a 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -1,6 +1,6 @@ Name: perl-Package-Stash Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Routines for manipulating stashes Group: Development/Libraries License: GPL+ or Artistic @@ -17,6 +17,8 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %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 @@ -31,7 +33,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null %{_fixperms} %{buildroot} @@ -49,5 +51,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Package::Stash.3pm* %changelog +* Mon Jun 14 2010 Paul Howarth - 0.03-2 +- Incorporate package review suggestions (#602597) + - Use %%{?perl_default_filter} + - Use DESTDIR instead of PERL_INSTALL_ROOT + * Mon Jun 7 2010 Paul Howarth - 0.03-1 - Initial RPM version