rpms/perl-MooseX-Meta-TypeConstraint-ForceCoercion/F-12 perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sat Jul 17 06:26:34 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-MooseX-Meta-TypeConstraint-ForceCoercion/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3624/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec 
Log Message:
initial import


--- NEW FILE perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec ---
Name:           perl-MooseX-Meta-TypeConstraint-ForceCoercion
Version:        0.01
Release:        1%{?dist}
Summary:        Force coercion when validating type constraints
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MooseX-Meta-TypeConstraint-ForceCoercion/
Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This class allows to wrap any Moose::Meta::TypeConstraint in a way that
will force coercion of the value when checking or validating a value
against it.

%prep
%setup -q -n MooseX-Meta-TypeConstraint-ForceCoercion-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Jul 16 2010 Iain Arnell <iarnell at gmail.com> 0.01-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-Meta-TypeConstraint-ForceCoercion/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2010 17:51:13 -0000	1.1
+++ .cvsignore	17 Jul 2010 06:26:33 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-Meta-TypeConstraint-ForceCoercion/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2010 17:51:13 -0000	1.1
+++ sources	17 Jul 2010 06:26:34 -0000	1.2
@@ -0,0 +1 @@
+6208f4c7be243d911d26e6cbfca6bc6b  MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz



More information about the scm-commits mailing list