rpms/perl-Catalyst-Helper-FastCGI-ExternalServer/F-11 import.log, NONE, 1.1 perl-Catalyst-Helper-FastCGI-ExternalServer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Thu Jun 4 16:14:28 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Helper-FastCGI-ExternalServer/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9863/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Catalyst-Helper-FastCGI-ExternalServer.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Catalyst-Helper-FastCGI-ExternalServer-0_05-1_fc10:F-11:perl-Catalyst-Helper-FastCGI-ExternalServer-0.05-1.fc10.src.rpm:1244132030


--- NEW FILE perl-Catalyst-Helper-FastCGI-ExternalServer.spec ---
Name:       perl-Catalyst-Helper-FastCGI-ExternalServer 
Version:    0.05 
Release:    1%{?dist}
# lib/Catalyst/Helper/FastCGI/ExternalServer.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    FastCGI daemon start/stop script for using FastCgiExternalServer 
Source:     http://search.cpan.org/CPAN/authors/id/Z/ZI/ZIGOROU/Catalyst-Helper-FastCGI-ExternalServer-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Catalyst-Helper-FastCGI-ExternalServer
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Catalyst)
BuildRequires: perl(Catalyst::Utils)
BuildRequires: perl(Cwd)
BuildRequires: perl(DateTime)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FCGI)
BuildRequires: perl(FCGI::ProcManager)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# sigh
BuildRequires: perl(CPAN)

%description
This module allows configuration using /etc/sysconfig/myapp. First make
a file called /etc/sysconfig/myapp and then write some variables in it.
The variables that you add to the file will automatically override the
environment variables.


%prep
%setup -q -n Catalyst-Helper-FastCGI-ExternalServer-%{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 README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Wed Jun 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- submission

* Wed Jun 03 2009 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-Catalyst-Helper-FastCGI-ExternalServer/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 15:35:43 -0000	1.1
+++ .cvsignore	4 Jun 2009 16:13:58 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Helper-FastCGI-ExternalServer-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Helper-FastCGI-ExternalServer/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jun 2009 15:35:43 -0000	1.1
+++ sources	4 Jun 2009 16:13:58 -0000	1.2
@@ -0,0 +1 @@
+fe6c309265fcbe8d25b93f91d479b817  Catalyst-Helper-FastCGI-ExternalServer-0.05.tar.gz




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