rpms/perl-HTTP-Parser/F-13 perl-HTTP-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Petr Pisar ppisar at fedoraproject.org
Fri Jun 18 10:58:55 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-HTTP-Parser/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22036

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTTP-Parser.spec 
Log Message:
0.05 import


--- NEW FILE perl-HTTP-Parser.spec ---
Name:           perl-HTTP-Parser
Version:        0.05
Release:        1%{?dist}
Summary:        Parse HTTP/1.1 request into HTTP::Request/Response object
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTTP-Parser/
Source0:        http://www.cpan.org/authors/id/E/ED/EDECA/HTTP-Parser-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTTP::Request)
BuildRequires:  perl(HTTP::Response)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(URI)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is an HTTP request parser. It takes chunks of text as received and
returns a 'hint' as to what is required, or returns the HTTP::Request when
a complete request has been read. HTTP/1.1 chunking is supported. It dies
if it finds an error.

%prep
%setup -q -n HTTP-Parser-%{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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Jun 18 2010 Petr Pisar <ppisar at redhat.com> 0.05-1
- Specfile autogenerated by cpanspec 1.78.
- License verified from README.
- Test::More required by tests.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Parser/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 Jun 2010 08:44:12 -0000	1.1
+++ .cvsignore	18 Jun 2010 10:58:55 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Parser-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Parser/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 Jun 2010 08:44:12 -0000	1.1
+++ sources	18 Jun 2010 10:58:55 -0000	1.2
@@ -0,0 +1 @@
+3aefac2e4632b1c3c2ae76e565806de2  HTTP-Parser-0.05.tar.gz




More information about the perl-devel mailing list