rpms/perl-MooseX-Role-WithOverloading/F-11 import.log, NONE, 1.1 perl-MooseX-Role-WithOverloading.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sat Feb 20 23:08:14 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Role-WithOverloading/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1599/F-11

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


--- NEW FILE import.log ---
perl-MooseX-Role-WithOverloading-0_05-1_fc11:F-11:perl-MooseX-Role-WithOverloading-0.05-1.fc11.src.rpm:1266707286


--- NEW FILE perl-MooseX-Role-WithOverloading.spec ---
Name:       perl-MooseX-Role-WithOverloading 
Version:    0.05 
Release:    1%{?dist}
# lib/MooseX/Role/WithOverloading.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Roles which support overloading 
Source:     http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Role-WithOverloading-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/MooseX-Role-WithOverloading
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(aliased)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose) >= 0.90
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(namespace::autoclean) >= 0.09
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(XSLoader)

%{?perl_default_filter}

%description
MooseX::Role::WithOverloading allows you to write a Moose::Role
that defines overloaded operators and allows those operator
overloadings to be composed into the classes/roles/instances it's
compiled to, while plain roles would lose the overloading.


%prep
%setup -q -n MooseX-Role-WithOverloading-%{version}

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

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -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 LICENSE README 
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- submission

* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.05-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Role-WithOverloading/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Feb 2010 22:26:20 -0000	1.1
+++ .cvsignore	20 Feb 2010 23:08:13 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Role-WithOverloading-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Role-WithOverloading/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Feb 2010 22:26:20 -0000	1.1
+++ sources	20 Feb 2010 23:08:14 -0000	1.2
@@ -0,0 +1 @@
+a1084e98f8deaef75cdfc3fecc59a149  MooseX-Role-WithOverloading-0.05.tar.gz



More information about the scm-commits mailing list