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

Chris Weyl cweyl at fedoraproject.org
Mon Apr 12 05:47:47 UTC 2010


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTTP-Parser-XS.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-HTTP-Parser-XS-0_07-1_fc12:F-13:perl-HTTP-Parser-XS-0.07-1.fc12.src.rpm:1271051259


--- NEW FILE perl-HTTP-Parser-XS.spec ---
Name:           perl-HTTP-Parser-XS
Summary:        A fast, primitive HTTP request parser
Version:        0.07
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KAZUHO/HTTP-Parser-XS-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/HTTP-Parser-XS
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)


%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
HTTP::Parser::XS is a fast, primitive HTTP request parser that can
be used either for writing a synchronous HTTP server or an event-
driven server.

%prep
%setup -q -n HTTP-Parser-XS-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -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_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sun Mar 21 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
- specfile by Fedora::App::MaintainerTools 0.006




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Parser-XS/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Apr 2010 19:24:05 -0000	1.1
+++ .cvsignore	12 Apr 2010 05:47:47 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Parser-XS-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Parser-XS/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Apr 2010 19:24:05 -0000	1.1
+++ sources	12 Apr 2010 05:47:47 -0000	1.2
@@ -0,0 +1 @@
+890711d599f036fe613b3c8589000a10  HTTP-Parser-XS-0.07.tar.gz




More information about the perl-devel mailing list