rpms/perl-Sub-Identify/F-10 perl-Sub-Identify.spec, 1.6, 1.7 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Mon Feb 16 16:58:23 UTC 2009


Author: cweyl

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

Modified Files:
	perl-Sub-Identify.spec sources 
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/F-10/perl-Sub-Identify.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Sub-Identify.spec	29 May 2008 03:51:35 -0000	1.6
+++ perl-Sub-Identify.spec	16 Feb 2009 16:57:53 -0000	1.7
@@ -1,13 +1,12 @@
 Name:           perl-Sub-Identify
-Version:        0.03
-Release:        1%{?dist}
+Version:        0.04
+Release:        2%{?dist}
 Summary:        Retrieve names of code references
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sub-Identify/
 Source0:        http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -31,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}/*
@@ -44,10 +44,18 @@
 %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
+
 * Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
 - update to 0.03
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Identify/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 May 2008 03:51:35 -0000	1.3
+++ sources	16 Feb 2009 16:57:53 -0000	1.4
@@ -1 +1 @@
-1489ae54818fa5bff610bb47ee77816f  Sub-Identify-0.03.tar.gz
+cfa7c0d73090a2b4fb75d8a581a3ca81  Sub-Identify-0.04.tar.gz




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