[perl-Sys-CPU] Use perl_vendorarch/auto in .spec file

Shakthi Kannan shakthimaan at fedoraproject.org
Wed Oct 5 08:59:42 UTC 2011


commit 35d5cc4566f4f61f68ba95170f6aef40c3cb781d
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Wed Oct 5 14:24:49 2011 +0530

    Use perl_vendorarch/auto in .spec file

 perl-Sys-CPU.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec
index 5689c24..798c780 100644
--- a/perl-Sys-CPU.spec
+++ b/perl-Sys-CPU.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sys-CPU
 Version:        0.51
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Getting CPU information
 
 Group:          Development/Libraries
@@ -56,11 +56,15 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorarch}/*
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Sys/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Oct 05 2011 Shakthi Kannan <shakthimaan at fedoraproject.org> - 0.51-7
+- Used perl_vendorarch/auto, perl_vendorarch/Sys in files section.
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.51-6
 - Perl mass rebuild
 


More information about the scm-commits mailing list