rpms/perl-Sub-Identify/devel perl-Sub-Identify.spec,1.7,1.8

Chris Weyl cweyl at fedoraproject.org
Wed Feb 11 17:16:02 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Sub-Identify/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3312

Modified Files:
	perl-Sub-Identify.spec 
Log Message:
* Wed Feb 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
- aaaand change files to look in the the arch-dependent dirs



Index: perl-Sub-Identify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Identify/devel/perl-Sub-Identify.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Sub-Identify.spec	11 Feb 2009 16:36:10 -0000	1.7
+++ perl-Sub-Identify.spec	11 Feb 2009 17:15:32 -0000	1.8
@@ -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 @@
 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 @@
 %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 at alumni.drew.edu> 0.04-2
+- aaaand change files to look in the the arch-dependent dirs
+
 * Wed Feb 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
 - update to 0.04
 - drop buildarch noarch, as we have some XS bits now




More information about the Fedora-perl-devel-list mailing list