commit ac7c6ecece93a6de2eaeb1868505f2aef94dba5b Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Thu Jan 24 12:49:40 2013 +0800 Use DESTDIR instead of PERL_INSTALL_ROOT in the install section perl-Text-Affixes.spec | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) --- diff --git a/perl-Text-Affixes.spec b/perl-Text-Affixes.spec index 77b8d5f..b43901b 100644 --- a/perl-Text-Affixes.spec +++ b/perl-Text-Affixes.spec @@ -33,7 +33,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 {} \; %{_fixperms} %{buildroot}/* @@ -51,6 +51,8 @@ make test %changelog +- Use DESTDIR instead of PERL_INSTALL_ROOT in the install section. + * Tue Jan 22 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.07-2 - Add missing build requirements. - Replace usage of the %%{__perl} macro by the plain perl command. -- 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