rpms/perl-HTTP-Request-AsCGI/FC-6 perl-HTTP-Request-AsCGI.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 28 04:57:56 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-HTTP-Request-AsCGI/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24534

Modified Files:
	sources 
Added Files:
	perl-HTTP-Request-AsCGI.spec 
Log Message:
pseudo-branch of perl-HTTP-Request-AsCGI to FC-6


--- NEW FILE perl-HTTP-Request-AsCGI.spec ---
Name:           perl-HTTP-Request-AsCGI
Version:        0.5
Release:        2%{?dist}
Summary:        Setup a CGI enviroment from a HTTP::Request
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTTP-Request-AsCGI/
Source0:        http://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
# cpan
BuildRequires:  perl(Class::Accessor)
BuildRequires:  perl(HTTP::Request)
BuildRequires:  perl(HTTP::Response) >= 1.53

# 'use base'
Requires:       perl(Class::Accessor::Fast)

%description
Provides a convenient way of setting up an CGI enviroment from a
HTTP::Request.

%prep
%setup -q -n HTTP-Request-AsCGI-%{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 examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.5-2
- bump

* Tue Apr 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.5-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Apr 2007 04:12:30 -0000	1.1
+++ sources	28 Apr 2007 04:57:09 -0000	1.2
@@ -0,0 +1 @@
+e1f5d332969d072a19d9649ed7d77f59  HTTP-Request-AsCGI-0.5.tar.gz




More information about the fedora-extras-commits mailing list