[perl-Pod-Wordlist-hanekomu] Use DESTDIR rather than PERL_INSTALL_ROOT

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 12 19:52:43 UTC 2012


commit 567042dd191067fdd3ee428f0fb8929a1e340625
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 12 19:52:31 2012 +0000

    Use DESTDIR rather than PERL_INSTALL_ROOT

 perl-Pod-Wordlist-hanekomu.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Pod-Wordlist-hanekomu.spec b/perl-Pod-Wordlist-hanekomu.spec
index d0b4931..1f9107c 100644
--- a/perl-Pod-Wordlist-hanekomu.spec
+++ b/perl-Pod-Wordlist-hanekomu.spec
@@ -11,7 +11,7 @@
 
 Name:		perl-Pod-Wordlist-hanekomu
 Version:	1.113620
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Add words for spell checking POD
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -104,7 +104,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}
@@ -122,6 +122,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Pod::Wordlist::hanekomu.3pm*
 
 %changelog
+* Thu Jan 12 2012 Paul Howarth <paul at city-fan.org> - 1.113620-2
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+
 * Wed Dec 28 2011 Paul Howarth <paul at city-fan.org> - 1.113620-1
 - Update to 1.113620
   - Added "Lapworth", "UTF", "aggregator", "aggregators", "probe's",


More information about the scm-commits mailing list