From 9481e5b58c359c06763e88069c218eb5afb5dea0 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mar 04 2010 05:34:19 +0000 Subject: initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..c357695 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +FCGI-Client-0.04.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..6cf77f2 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +perl-FCGI-Client-0_04-1_fc12:HEAD:perl-FCGI-Client-0.04-1.fc12.src.rpm:1267680854 diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec new file mode 100644 index 0000000..781a10d --- /dev/null +++ b/perl-FCGI-Client.spec @@ -0,0 +1,67 @@ +Name: perl-FCGI-Client +Summary: Client library for the fastcgi protocol +Version: 0.04 +Release: 1%{?dist} +# lib/FCGI/Client.pm -> GPL+ or Artistic +License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/FCGI-Client-%{version}.tar.gz +URL: http://search.cpan.org/dist/FCGI-Client +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch + +BuildRequires: perl(Any::Moose) >= 0.1 +BuildRequires: perl(autodie) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Filter::Util::Call) +BuildRequires: perl(IO::Socket::UNIX) +BuildRequires: perl(Test::More) +BuildRequires: perl(Try::Tiny) + +%{?perl_default_filter} + +%description +FCGI::Client is a client library for the fastcgi protocol. + + +%prep +%setup -q -n FCGI-Client-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} + +make pure_install DESTDIR=%{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 README Changes +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Wed Mar 03 2010 Chris Weyl 0.04-1 +- update by Fedora::App::MaintainerTools 0.004 +- PERL_INSTALL_ROOT => DESTDIR +- updating to latest GA CPAN version (0.04) + +* Sat Feb 06 2010 Chris Weyl 0.03-1 +- submission + +* Sat Feb 06 2010 Chris Weyl 0.03-0 +- initial RPM packaging +- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) diff --git a/sources b/sources index e69de29..8b3a393 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f039f3c4a8e2bc370a20f24f1537afc1 FCGI-Client-0.04.tar.gz