From 3de9f2855ab87f67c5bcf188c296061bdebcd11c Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Wed, 11 Feb 2009 17:15:32 +0000 Subject: [PATCH] - aaaand change files to look in the the arch-dependent dirs --- perl-Sub-Identify.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 43ad1cf..7440c73 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Identify Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -30,6 +30,7 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -43,10 +44,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ -%{perl_vendorlib}/* -%{_mandir}/man3/* +%{perl_vendorarch}/* +%exclude %dir %{perl_vendorarch}/auto/ +%{_mandir}/man3/*.3* %changelog +* Wed Feb 11 2009 Chris Weyl 0.04-2 +- aaaand change files to look in the the arch-dependent dirs + * Wed Feb 11 2009 Chris Weyl 0.04-1 - update to 0.04 - drop buildarch noarch, as we have some XS bits now