Author: iarnell

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

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 <[email protected]> 0.01-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: 
/cvs/pkgs/rpms/perl-MooseX-Meta-TypeConstraint-ForceCoercion/F-13/.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:34 -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-13/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

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to