2010-01-02 22:25:20 +00:00
committed by Git OBS Bridge
parent 5bc7d78544
commit 4dd89ac986
4 changed files with 19 additions and 7 deletions

View File

@@ -12,19 +12,25 @@
%define modname HTTP-Response-Encoding
Name: perl-%{modname}
Version: 0.05
Version: 0.06
Release: 1
URL: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI
Summary: Adds encoding to HTTP::Response
URL: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI
Summary: Adds Encoding Methods to HTTP::Response
Requires: perl = %{perl_version}
BuildRequires: perl-libwww-perl perl(Encode) perl(HTTP::Response) perl(Test::More)
Requires: perl-libwww-perl perl(Encode) perl(HTTP::Response)
License: GPL/Artistic
Group: Development/Libraries/Perl
Source: %{modname}-%{version}.tar.gz
Source: %{modname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
%description
This module adds charset(), encoder(), and encoding() methods to HTTP::Response
objects.
Authors:
--------
Dan Kogai <dankogai@dan.co.jp>
%prep