rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10 import.log, NONE, 1.1 perl-MooseX-Emulate-Class-Accessor-Fast.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Fri Feb 13 23:21:25 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4502/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-MooseX-Emulate-Class-Accessor-Fast.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Emulate-Class-Accessor-Fast-0_00800-1_fc10:F-10:perl-MooseX-Emulate-Class-Accessor-Fast-0.00800-1.fc10.src.rpm:1234567253


--- NEW FILE perl-MooseX-Emulate-Class-Accessor-Fast.spec ---
Name:       perl-MooseX-Emulate-Class-Accessor-Fast 
Version:    0.00800 
Release:    1%{?dist}
# lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
# lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Emulate Class::Accessor::Fast behavior using Moose attributes 
Source:     http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Moose)               >= 0.31
BuildRequires: perl(Moose::Role) 
BuildRequires: perl(namespace::clean)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Class::Accessor::Fast)


%description
This module attempts to emulate the behavior of Class::Accessor::Fast 
as accurately as possible using the Moose attribute system. The public 
API of "Class::Accessor::Fast" is wholly supported, but the private
methods are not.  If you are only using the public methods (as you 
should) migration should be a matter of switching your "use base" line
to a "with" line.


%prep
%setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{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 README Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Feb 10 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.00800-1
- update for submission

* Tue Feb 10 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.00800-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2009 07:03:12 -0000	1.1
+++ .cvsignore	13 Feb 2009 23:20:55 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2009 07:03:12 -0000	1.1
+++ sources	13 Feb 2009 23:20:55 -0000	1.2
@@ -0,0 +1 @@
+050c85f8f30584bcfafe4f96af4d9ef0  MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz




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