commit 37eddc143d39b1022d9292c4c70d4187bd373861 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Tue Feb 5 11:37:34 2013 +0800 Use DESTDIR instead of PERL_INSTALL_ROOT perl-Text-ExtractWords.spec | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/perl-Text-ExtractWords.spec b/perl-Text-ExtractWords.spec index 57364bf..3a0eb0f 100644 --- a/perl-Text-ExtractWords.spec +++ b/perl-Text-ExtractWords.spec @@ -34,7 +34,7 @@ make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; @@ -55,6 +55,7 @@ make test %changelog - Replace usage of the %%{_perl} macro by the plain perl command. +- Use DESTDIR instead of PERL_INSTALL_ROOT. * Mon Feb 04 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.08-1 - Initial package for Fedora, with help from cpanspec. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel