rpms/perl-HTTP-Body/devel perl-HTTP-Body.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 00:37:40 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-HTTP-Body/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4726/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTTP-Body.spec 
Log Message:
auto-import perl-HTTP-Body-0.6-3.fc6 on branch devel from perl-HTTP-Body-0.6-3.fc6.src.rpm


--- NEW FILE perl-HTTP-Body.spec ---
Name:           perl-HTTP-Body
Version:        0.6
Release:        3%{?dist}
Summary:        HTTP Body Parser
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/HTTP-Body
Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHANSEN/HTTP-Body-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Carp), perl(File::Temp) >= 0.14, perl(IO::File)
BuildRequires:  perl(YAML) >= 0.39, perl(Test::Pod), perl(Test::Pod::Coverage)
Requires:  perl(YAML) >= 0.39
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A perl module for parsing the MultiPart, OctetStream, and UrlEncoded 
parts of an HTTP Body.

%prep
%setup -q -n HTTP-Body-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test TEST_POD=1

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.6-3
- add TEST_POD=1 to make test

* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.6-2
- enhance description
- add missing BR
- remove unnecessary Requires

* Thu Aug  3 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.6-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Body/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2006 00:37:14 -0000	1.1
+++ .cvsignore	15 Sep 2006 00:37:40 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Body-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Body/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2006 00:37:14 -0000	1.1
+++ sources	15 Sep 2006 00:37:40 -0000	1.2
@@ -0,0 +1 @@
+e7f5963abece523dd9be27db3d37aaea  HTTP-Body-0.6.tar.gz




More information about the scm-commits mailing list