rpms/perl-MooseX-Params-Validate/FC-5 perl-MooseX-Params-Validate.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Apr 19 18:43:55 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12995

Modified Files:
	sources 
Added Files:
	perl-MooseX-Params-Validate.spec 
Log Message:
pseudo-branch of perl-MooseX-Params-Validate to FC-5


--- NEW FILE perl-MooseX-Params-Validate.spec ---
Name:           perl-MooseX-Params-Validate
Version:        0.01
Release:        2%{?dist}
Summary:        Extension of Params::Validate using Moose's types
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MooseX-Params-Validate/
Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Params-Validate-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Moose) >= 0.17
BuildRequires:  perl(Params::Validate) >= 0.88
BuildRequires:  perl(Test::Exception) >= 0.21
#Requires:       perl(Moose) >= 0.17
#Requires:       perl(Params::Validate) >= 0.88
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should be considered
the "official" one by any means though.

%prep
%setup -q -n MooseX-Params-Validate-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Apr 19 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-2
- bump

* Wed Apr 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 18:26:52 -0000	1.1
+++ sources	19 Apr 2007 18:43:21 -0000	1.2
@@ -0,0 +1 @@
+37152b240a3cbe0fdf48c3c9324c7678  MooseX-Params-Validate-0.01.tar.gz




More information about the scm-commits mailing list