rpms/perl-FCGI-Client/F-12 import.log, NONE, 1.1 perl-FCGI-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Thu Mar 4 05:34:45 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-FCGI-Client/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12359/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-FCGI-Client.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-FCGI-Client-0_04-1_fc12:F-12:perl-FCGI-Client-0.04-1.fc12.src.rpm:1267680880


--- NEW FILE perl-FCGI-Client.spec ---
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 <cweyl at alumni.drew.edu> 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 <cweyl at alumni.drew.edu> 0.03-1
- submission

* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI-Client/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Mar 2010 01:02:39 -0000	1.1
+++ .cvsignore	4 Mar 2010 05:34:45 -0000	1.2
@@ -0,0 +1 @@
+FCGI-Client-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI-Client/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Mar 2010 01:02:39 -0000	1.1
+++ sources	4 Mar 2010 05:34:45 -0000	1.2
@@ -0,0 +1 @@
+f039f3c4a8e2bc370a20f24f1537afc1  FCGI-Client-0.04.tar.gz




More information about the perl-devel mailing list