rpms/perl-Any-Moose/F-11 import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon May 4 21:28:08 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Any-Moose/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5028/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Any-Moose.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Any-Moose-0_07-1_fc10:F-11:perl-Any-Moose-0.07-1.fc10.src.rpm:1241472446


--- NEW FILE perl-Any-Moose.spec ---
Name:       perl-Any-Moose 
Version:    0.07 
Release:    1%{?dist}
# lib/Any/Moose.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Use Moose or Mouse automagically
Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Any-Moose
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

# not automagically picked up
Requires:      perl(Mouse) >= 0.20

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) >= 0.20
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MouseX::Types)

%description
This module allows one to take advantage of the features Moose/Mouse 
provides, while allowing one to let the program author determine if Moose
or Mouse should be used; when use'd, we load Mouse if Moose isn't already
loaded, otherwise we go with Moose.

%prep
%setup -q -n Any-Moose-%{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 LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun May 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
- submission

* Sun May 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 20:40:29 -0000	1.1
+++ .cvsignore	4 May 2009 21:27:37 -0000	1.2
@@ -0,0 +1 @@
+Any-Moose-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 20:40:29 -0000	1.1
+++ sources	4 May 2009 21:27:38 -0000	1.2
@@ -0,0 +1 @@
+42db620f669d878ac4bf797415acbd06  Any-Moose-0.07.tar.gz




More information about the fedora-extras-commits mailing list