rpms/perl-IO-Interface/EL-5 perl-IO-Interface.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Dec 11 19:20:56 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-IO-Interface/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16383

Modified Files:
	perl-IO-Interface.spec 
Log Message:

Update spec



Index: perl-IO-Interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Interface/EL-5/perl-IO-Interface.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-IO-Interface.spec	16 Oct 2007 20:17:32 -0000	1.4
+++ perl-IO-Interface.spec	11 Dec 2007 19:20:21 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-IO-Interface
-Version:        1.02
-Release:        1%{?dist}
+Version:        1.03
+Release:        1%{?dist}.2
 Summary:        Perl extension for accessing network card configuration information
 
 Group:          Development/Libraries
@@ -9,6 +9,8 @@
 Source0:        http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -32,7 +34,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -53,6 +55,16 @@
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.03-1.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.03-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Wed Jan 24 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
+- Update do 1.03.
+
 * Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
 - Update do 1.02.
 




More information about the scm-commits mailing list