rpms/perl-Sub-Identify/F-7 perl-Sub-Identify.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Thu May 29 03:58:12 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Sub-Identify/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22024

Modified Files:
	perl-Sub-Identify.spec sources 
Log Message:
* Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update to 0.03



Index: perl-Sub-Identify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Identify/F-7/perl-Sub-Identify.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Sub-Identify.spec	17 Oct 2007 03:21:50 -0000	1.3
+++ perl-Sub-Identify.spec	29 May 2008 03:57:22 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Sub-Identify
-Version:        0.02
-Release:        2%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Retrieve names of code references
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,8 @@
 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))
 
 %description
@@ -17,6 +19,8 @@
 %prep
 %setup -q -n Sub-Identify-%{version}
 
+perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -39,11 +43,24 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes
+%doc Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
+- update to 0.03
+
+* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-3
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-2.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Wed Sep 06 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.02-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Identify/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Sep 2006 14:45:06 -0000	1.2
+++ sources	29 May 2008 03:57:22 -0000	1.3
@@ -1 +1 @@
-5efae626e447e064f804e712e5fb03f2  Sub-Identify-0.02.tar.gz
+1489ae54818fa5bff610bb47ee77816f  Sub-Identify-0.03.tar.gz




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