rpms/perl-HTTP-Response-Encoding/devel import.log, NONE, 1.1 perl-HTTP-Response-Encoding.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius corsepiu at fedoraproject.org
Sat Feb 21 02:46:18 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12546/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTTP-Response-Encoding.spec 
Log Message:



--- NEW FILE import.log ---
perl-HTTP-Response-Encoding-0_05-1_fc11:HEAD:perl-HTTP-Response-Encoding-0.05-1.fc11.src.rpm:1235184315


--- NEW FILE perl-HTTP-Response-Encoding.spec ---
Name:           perl-HTTP-Response-Encoding
Version:        0.05
Release:        1%{?dist}
Summary:        HTTP::Response::Encoding Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTTP-Response-Encoding/
Source0:        http://www.cpan.org/authors/id/D/DA/DANKOGAI/HTTP-Response-Encoding-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTTP::Response)
BuildRequires:  perl(Test::More)

# For improved tests
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Adds encoding() to HTTP::Response.

%prep
%setup -q -n HTTP-Response-Encoding-%{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 Feb 20 2009 Ralf Corsépius <corsepiu at fedoraproject.org> 0.05-1
- Initial Fedora package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2009 20:24:52 -0000	1.1
+++ .cvsignore	21 Feb 2009 02:45:47 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Response-Encoding-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2009 20:24:52 -0000	1.1
+++ sources	21 Feb 2009 02:45:47 -0000	1.2
@@ -0,0 +1 @@
+bb5880687bfb8b1e220c5c3c2b7d1408  HTTP-Response-Encoding-0.05.tar.gz




More information about the Fedora-perl-devel-list mailing list