- aaaand change files to look in the the arch-dependent dirs

This commit is contained in:
Chris Weyl 2009-02-11 17:15:32 +00:00
parent 57a978a8eb
commit 3de9f2855a

View File

@ -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 <cweyl@alumni.drew.edu> 0.04-2
- aaaand change files to look in the the arch-dependent dirs
* Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.04-1
- update to 0.04
- drop buildarch noarch, as we have some XS bits now