rpms/perl-Test-File/devel .cvsignore, 1.4, 1.5 perl-Test-File.spec, 1.10, 1.11 sources, 1.4, 1.5

Tom Callaway spot at fedoraproject.org
Tue Jun 29 18:43:00 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-Test-File/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3142

Modified Files:
	.cvsignore perl-Test-File.spec sources 
Log Message:
1.29


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-File/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 Jan 2009 03:26:50 -0000	1.4
+++ .cvsignore	29 Jun 2010 18:42:59 -0000	1.5
@@ -1 +1 @@
-Test-File-1.25.tar.gz
+Test-File-1.29.tar.gz


Index: perl-Test-File.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-File/devel/perl-Test-File.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Test-File.spec	6 May 2010 20:32:19 -0000	1.10
+++ perl-Test-File.spec	29 Jun 2010 18:42:59 -0000	1.11
@@ -1,61 +1,51 @@
-Name:           perl-Test-File
-Version:        1.25
-Release:        5%{?dist}
-Summary:        Test file attributes
-
-Group:          Development/Libraries
-License:        GPL+ or Artistic
-URL:            http://search.cpan.org/dist/Test-File/
-Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-File-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:      noarch
-BuildRequires:  perl(Test::Builder) >= 0.33
-BuildRequires:  perl(Test::Builder::Tester) >= 1.04
-BuildRequires:  perl(Test::Prereq) >= 1.0
-BuildRequires:  perl(Test::Manifest) >= 1.14
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(Test::More) >= 0.65
+Name:		perl-Test-File
+Version:	1.29
+Release:	1%{?dist}
+Summary:	Test file attributes
+Group:		Development/Libraries
+License:	GPL+ or Artistic
+URL:		http://search.cpan.org/dist/Test-File/
+Source0:	http://www.cpan.org/authors/id/B/BD/BDFOY/Test-File-%{version}.tar.gz
+BuildArch:	noarch
+BuildRequires:	perl(Test::Builder) >= 0.33
+BuildRequires:	perl(Test::Builder::Tester) >= 1.04
+BuildRequires:	perl(Test::Prereq) >= 1.0
+BuildRequires:	perl(Test::Manifest) >= 1.14
+BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(Test::More) >= 0.65
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.48
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This modules provides a collection of test utilities for file attributes.
-
+This module provides a collection of test utilities for file attributes.
 
 %prep
 %setup -q -n Test-File-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
-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 d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
 
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.29-1
+- update to 1.29
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.25-5
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-File/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 Jan 2009 03:26:50 -0000	1.4
+++ sources	29 Jun 2010 18:42:59 -0000	1.5
@@ -1 +1 @@
-eb995de00c18bccc6919bdc00847244e  Test-File-1.25.tar.gz
+395dd6996d63f9fcf633700186455f00  Test-File-1.29.tar.gz



More information about the scm-commits mailing list