[perl-Package-Stash/el6/master] - Incorporate package review suggestions (#602597) - Use %{?perl_default_filter} - Use DESTDIR inste

Paul Howarth pghmcfc at fedoraproject.org
Fri Jul 30 11:32:14 UTC 2010


commit f855055122f5ad48769c33f70b87127b52f3f563
Author: Paul Howarth <pghmcfc at fedoraproject.org>
Date:   Mon Jun 14 08:10:38 2010 +0000

    - Incorporate package review suggestions (#602597)
    - Use %{?perl_default_filter}
    - Use DESTDIR instead of PERL_INSTALL_ROOT

 perl-Package-Stash.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec
index b5064b1..97c2256 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
@@ -16,6 +16,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
@@ -30,7 +32,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}
@@ -48,5 +50,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::Stash.3pm*
 
 %changelog
+* Mon Jun 14 2010 Paul Howarth <paul at city-fan.org> - 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 <paul at city-fan.org> - 0.03-1
 - Initial RPM version



More information about the perl-devel mailing list