[perl-Log-Dispatch] fun with macros

Tom Callaway spot at fedoraproject.org
Wed Nov 3 15:02:38 UTC 2010


commit 8848553f2d9ea73bab7d89195abf027009f8000d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Nov 3 11:02:27 2010 -0400

    fun with macros

 perl-Log-Dispatch.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index c40cf80..c9d99c3 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -60,8 +60,8 @@ make install DESTDIR=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 # Delete unnecessary files.
-rm -rf $RPM_BUILD_ROOT%{perl_vendorarch}/auto/
-rm -rf $RPM_BUILD_ROOT%{perl_vendorarch}/perllocal.pod
+rm -rf $RPM_BUILD_ROOT%{perl_archlib}/auto/
+rm -rf $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
 
 %check
 IS_MAINTAINER=1 make test



More information about the perl-devel mailing list