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

Allisson Azevedo allisson at fedoraproject.org
Mon Jan 26 22:53:25 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-Async/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4176/devel

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

First import for devel.



--- NEW FILE import.log ---
perl-MooseX-Async-0_07-1_fc10:HEAD:perl-MooseX-Async-0.07-1.fc10.src.rpm:1233010211


--- NEW FILE perl-MooseX-Async.spec ---
%define tarname MooseX-Async
Name:           perl-MooseX-Async
Version:        0.07
Release:        1%{?dist}
Summary:        Set of Metaclasses for MooseX::POE and it's siblings

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/MooseX-Async/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/%{tarname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
# Correct for lots of packages, other common choices include eg. Module::Build
BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(Moose)
BuildRequires:  perl(MooseX::AttributeHelpers)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings.

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


%build
# Remove OPTIMIZE=... from noarch packages (unneeded)
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
# Remove the next line from noarch packages (unneeded)
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
# For noarch packages: vendorlib
%{perl_vendorlib}/*
# For arch-specific packages: vendorarch
#%{perl_vendorarch}/*
#%exclude %dir %{perl_vendorarch}/auto/
%{_mandir}/man3/*.3*


%changelog

* Sat May 24 2008 Allisson Azevedo <allisson at gmail.com> 0.07-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-Async/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 22:28:41 -0000	1.1
+++ .cvsignore	26 Jan 2009 22:52:55 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Async-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-Async/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 22:28:42 -0000	1.1
+++ sources	26 Jan 2009 22:52:55 -0000	1.2
@@ -0,0 +1 @@
+bddb5edbe0e3e325d84eb4e5c6a49e7d  MooseX-Async-0.07.tar.gz




More information about the scm-commits mailing list