rpms/perl-Module-Build/FC-4 .cvsignore, 1.8, 1.9 perl-Module-Build.spec, 1.12, 1.13 sources, 1.8, 1.9

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 20 20:04:03 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Build/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3764

Modified Files:
	.cvsignore perl-Module-Build.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	10 Jan 2006 21:14:21 -0000	1.8
+++ .cvsignore	20 May 2006 20:04:03 -0000	1.9
@@ -1 +1 @@
-Module-Build-0.2611.tar.gz
+Module-Build-0.28.tar.gz


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/perl-Module-Build.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-Module-Build.spec	10 Jan 2006 21:14:21 -0000	1.12
+++ perl-Module-Build.spec	20 May 2006 20:04:03 -0000	1.13
@@ -1,23 +1,39 @@
+%define module_version 0.28
+
 Name:           perl-Module-Build
-Version:        0.2611
+Version:        0.2800
 Release:        2%{?dist}
 Summary:        Perl module for building and installing Perl modules
-Group:          Development/Libraries
 License:        GPL or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Build/
-Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
-Requires:       perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
+BuildRequires:  perl(Archive::Tar) >= 1.08
+BuildRequires:  perl(ExtUtils::CBuilder) >= 0.15
+BuildRequires:  perl(ExtUtils::ParseXS) >= 1.02
+BuildRequires:  perl(YAML)
+BuildRequires:  perl(Pod::Readme) >= 0.04
+Requires:       perl(Archive::Tar) >= 1.08
+Requires:       perl(ExtUtils::CBuilder) >= 0.15
+Requires:       perl(ExtUtils::ParseXS) >= 1.02
+Requires:       perl(Pod::Readme) >= 0.04
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-Perl module for building and installing Perl modules, a replacement to
-ExtUtils::MakeMaker.
+Module::Build is a system for building, testing, and installing Perl
+modules. It is meant to be an alternative to ExtUtils::MakeMaker.
+Developers may alter the behavior of the module through subclassing in a
+much more straightforward way than with MakeMaker. It also does not require
+a make on your system - most of the Module::Build code is pure-perl and
+written in a very cross-platform way. In fact, you don't even need a shell,
+so even platforms like MacOS (traditional) can use it fairly easily. Its
+only prerequisites are modules that are included with perl 5.6.0, and it
+works fine on perl 5.005 if you can install a few additional modules.
 
 %prep
-%setup -q -n Module-Build-%{version}
+%setup -q -n Module-Build-%{module_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -27,29 +43,41 @@
 rm -rf $RPM_BUILD_ROOT
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl > COPYING
-perldoc -t perlartistic > Artistic
-
 %check
-./Build test
+# 0.28 builds fail in the build system due
+# to no stdin in t/extend, so we cheat.
+./Build test < /dev/zero
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README COPYING Artistic
+%doc Changes README
 %{_bindir}/config_data
 %{perl_vendorlib}/Module
 %{_mandir}/man1/config_data.1*
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* Thu May 18 2006 Steven Pritchard <steve at kspei.com> 0.2800-2
+- Take input from /dev/zero during "Build test" to avoid test failure.
+
+* Wed May 17 2006 Steven Pritchard <steve at kspei.com> 0.2800-1
+- Update to 0.28, but call it 0.2800 to avoid an epoch bump.
+- Various spec cleanups to closer match cpanspec output.
+
+* Wed Mar 15 2006 Steven Pritchard <steve at kspei.com> - 0.2612-2
+- Add versioned deps for Archive::Tar, ExtUtils::CBuilder, and
+  ExtUtils::ParseXS.
+
+* Sat Mar 11 2006 Steven Pritchard <steve at kspei.com> - 0.2612-1
+- Update to 0.2612.
+
 * Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> - 0.2611-2
 - Minor spec cleanup.
 - Add COPYING and Artistic.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	10 Jan 2006 21:14:21 -0000	1.8
+++ sources	20 May 2006 20:04:03 -0000	1.9
@@ -1 +1 @@
-d0fa9a7917ed43d1c1f8b707e86b6061  Module-Build-0.2611.tar.gz
+8b3d9cf3eadebdfbe5847d80ed3a2d0b  Module-Build-0.28.tar.gz




More information about the fedora-extras-commits mailing list