Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d645976f91a6c52e4b2ed96d2c3cb6c2 > files > 2

perl-Gravatar-URL-1.06-2.fc18.src.rpm

Name:           perl-Gravatar-URL
Version:        1.06
Release:        2%{?dist}
Summary:        Make URLs for Gravatars from an email address
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gravatar-URL/
Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/Gravatar-URL-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl(Carp)
BuildRequires:  perl(Digest::MD5)
BuildRequires:  perl(Digest::SHA)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Net::DNS::Resolver)
BuildRequires:  perl(parent)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Warn)
BuildRequires:  perl(URI::Escape)
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))

%description
A Gravatar is a Globally Recognized Avatar for a given email address. This
allows you to have a global picture associated with your email address. You
can look up the Gravatar for any email address by constructing a URL to get
the image from gravatar.com. This module does that.

%prep
%setup -q -n Gravatar-URL-%{version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} create_packlist=0
%{_fixperms} %{buildroot}/*

%check
./Build test

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 17 2013 Petr Å abata <contyk@redhat.com> - 1.06-2
- Polish the rough edges

* Thu Aug 30 2012 Michiel Beijen michiel.beijen@gmail.com 1.06-1
- Updated version after comments.

* Mon Dec 27 2010 Michiel Beijen michiel.beijen@gmail.com 1.02-1
- Specfile autogenerated by cpanspec 1.78.