rpms/perl-MooseX-Params-Validate/devel .cvsignore, 1.5, 1.6 perl-MooseX-Params-Validate.spec, 1.6, 1.7 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Tue Dec 30 16:13:39 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6153

Modified Files:
	.cvsignore perl-MooseX-Params-Validate.spec sources 
Log Message:
* Sat Nov 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
- update to 0.07
- change from Build.PL to Makefile.PL incantation (now using Module::Install)
- update br's



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Jul 2008 05:20:04 -0000	1.5
+++ .cvsignore	30 Dec 2008 16:13:08 -0000	1.6
@@ -1 +1 @@
-MooseX-Params-Validate-0.05.tar.gz
+MooseX-Params-Validate-0.07.tar.gz


Index: perl-MooseX-Params-Validate.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/perl-MooseX-Params-Validate.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-MooseX-Params-Validate.spec	9 Jul 2008 05:20:04 -0000	1.6
+++ perl-MooseX-Params-Validate.spec	30 Dec 2008 16:13:08 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           perl-MooseX-Params-Validate
-Version:        0.05
+Version:        0.07
 Release:        1%{?dist}
 Summary:        Extension of Params::Validate using Moose's types
 License:        GPL+ or Artistic
@@ -10,13 +10,14 @@
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moose)            >= 0.33
-BuildRequires:  perl(Params::Validate) >= 0.88
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Moose)                 >= 0.58
+BuildRequires:  perl(Params::Validate)      >= 0.88
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Sub::Name)
-BuildRequires:  perl(Test::Exception)  >= 0.21
-BuildRequires:  perl(Test::More)       >= 0.62
+BuildRequires:  perl(Test::Exception)       >= 0.21
+BuildRequires:  perl(Test::More)            >= 0.62
 
 %description
 This module fills a gap in Moose by adding method parameter validation to
@@ -27,19 +28,20 @@
 %setup -q -n MooseX-Params-Validate-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \; 
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -51,6 +53,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- update to 0.07
+- change from Build.PL to Makefile.PL incantation (now using Module::Install)
+- update br's
+
 * Tue Jul 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
 - update to 0.05
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Jul 2008 05:20:04 -0000	1.5
+++ sources	30 Dec 2008 16:13:08 -0000	1.6
@@ -1 +1 @@
-b885c631fef6c0402c65ed335a5b304a  MooseX-Params-Validate-0.05.tar.gz
+d4ee0b346bcafd84a5bf994e2fcee713  MooseX-Params-Validate-0.07.tar.gz




More information about the fedora-extras-commits mailing list