rpms/perl-Catalyst-Plugin-I18N/devel perl-Catalyst-Plugin-I18N.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Wed Feb 25 04:17:42 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1733

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-I18N.spec 
Log Message:
initial import


--- NEW FILE perl-Catalyst-Plugin-I18N.spec ---
Name:           perl-Catalyst-Plugin-I18N
Version:        0.08
Release:        1%{?dist}
Summary:        I18N for Catalyst
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-I18N/
Source0:        http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-I18N-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.8.0
BuildRequires:  perl(Catalyst::Runtime)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Locale::Maketext::Lexicon)
BuildRequires:  perl(Locale::Maketext::Simple)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(Catalyst::Runtime)
Requires:       perl(Locale::Maketext::Lexicon)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Supports mo/po files and Maketext classes under your applications I18N
namespace.

%prep
%setup -q -n Catalyst-Plugin-I18N-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
TEST_POD=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Feb 22 2009 Iain Arnell 0.08-1
- Specfile autogenerated by cpanspec 1.77.
- enable pod tests


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 20:54:59 -0000	1.1
+++ .cvsignore	25 Feb 2009 04:17:11 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-I18N-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 20:54:59 -0000	1.1
+++ sources	25 Feb 2009 04:17:11 -0000	1.2
@@ -0,0 +1 @@
+d5931735f643885ee33ed5b7cbb1fcf7  Catalyst-Plugin-I18N-0.08.tar.gz




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