rpms/perl-Catalyst-Engine-Apache/devel import.log, NONE, 1.1 perl-Catalyst-Engine-Apache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Mon Nov 17 17:20:27 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Engine-Apache/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22726/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Catalyst-Engine-Apache.spec 
Log Message:
initial import



--- NEW FILE import.log ---
perl-Catalyst-Engine-Apache-1_12-2_fc9:HEAD:perl-Catalyst-Engine-Apache-1.12-2.fc9.src.rpm:1226942331


--- NEW FILE perl-Catalyst-Engine-Apache.spec ---
Name:           perl-Catalyst-Engine-Apache
Version:        1.12
Release:        2%{?dist}
Summary:        Catalyst Apache Engines
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Engine-Apache/
Source0:        http://www.cpan.org/authors/id/A/AG/AGRUNDMA/Catalyst-Engine-Apache-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Catalyst::Runtime)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
# t/03podcoverage.t fails
# BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(Catalyst::Runtime)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
These classes provide mod_perl support for Catalyst.

%prep
%setup -q -n Catalyst-Engine-Apache-%{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 \;

# remove MP13 and MP19 as they are not used in Fedora
find $RPM_BUILD_ROOT -type f -name '*MP13.*' -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*MP19.*' -exec rm -f {} \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
# t/03podcoverage.t fails
rm t/03podcoverage.t
TEST_POD=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Nov 13 2008 Iain Arnell <iarnell at gmail.com> 1.12-2
- exclude MP13 and MP19

* Mon Sep 15 2008 Iain Arnell <iarnell at gmail.com> 1.12-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Engine-Apache/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Nov 2008 20:04:27 -0000	1.1
+++ .cvsignore	17 Nov 2008 17:19:56 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Engine-Apache-1.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Engine-Apache/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Nov 2008 20:04:27 -0000	1.1
+++ sources	17 Nov 2008 17:19:56 -0000	1.2
@@ -0,0 +1 @@
+00d89cac86ed977428468433389f4c6e  Catalyst-Engine-Apache-1.12.tar.gz




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