rpms/perl-MooseX-MultiInitArg/devel import.log, NONE, 1.1 perl-MooseX-MultiInitArg.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon Jan 19 01:22:38 UTC 2009


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-MooseX-MultiInitArg.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-MultiInitArg-0_01-2_fc10:HEAD:perl-MooseX-MultiInitArg-0.01-2.fc10.src.rpm:1232328119


--- NEW FILE perl-MooseX-MultiInitArg.spec ---
Name:       perl-MooseX-MultiInitArg 
Version:    0.01 
Release:    2%{?dist}
# lib/MooseX/MultiInitArg.pm -> GPL+ or Artistic
# lib/MooseX/MultiInitArg/Attribute.pm -> GPL+ or Artistic
# lib/MooseX/MultiInitArg/Trait.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Attributes with aliases for constructor arguments 
Source:     http://search.cpan.org/CPAN/authors/id/F/FR/FRODWITH/MooseX-MultiInitArg-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/MooseX-MultiInitArg
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)


%description
If you've ever wanted to be able to call an attribute any number of
things while you're passing arguments to your object constructor, Now
You Can. This is an attribute metaclass / trait to allow easy new()-time
attribute aliasing.

%prep
%setup -q -n MooseX-MultiInitArg-%{version}

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

%install
rm -rf %{buildroot}

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
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Sun Jan 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-2
- update description

* Sat Jan 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- update for submission

* Mon Jan 05 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.7)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MultiInitArg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2009 22:34:57 -0000	1.1
+++ .cvsignore	19 Jan 2009 01:22:08 -0000	1.2
@@ -0,0 +1 @@
+MooseX-MultiInitArg-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-MultiInitArg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2009 22:34:57 -0000	1.1
+++ sources	19 Jan 2009 01:22:08 -0000	1.2
@@ -0,0 +1 @@
+064975c86717373bc9d512f18349b1bc  MooseX-MultiInitArg-0.01.tar.gz




More information about the Fedora-perl-devel-list mailing list