From 35d5cc4566f4f61f68ba95170f6aef40c3cb781d Mon Sep 17 00:00:00 2001 From: Shakthi Kannan Date: Wed, 5 Oct 2011 14:24:49 +0530 Subject: [PATCH] Use perl_vendorarch/auto in .spec file --- perl-Sys-CPU.spec | 8 ++++++-- 1 file 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 - 0.51-7 +- Used perl_vendorarch/auto, perl_vendorarch/Sys in files section. + * Fri Jun 17 2011 Marcela Mašláňová - 0.51-6 - Perl mass rebuild