[perl-Gravatar-URL] Initial import (#665901)

Petr Šabata psabata at fedoraproject.org
Thu Jan 17 13:45:43 UTC 2013


commit 82dbbddd4e31c3c62426e3952635cdd9063a211d
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jan 17 13:39:50 2013 +0100

    Initial import (#665901)

 .gitignore             |    1 +
 perl-Gravatar-URL.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..85ed8b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Gravatar-URL-1.06.tar.gz
diff --git a/perl-Gravatar-URL.spec b/perl-Gravatar-URL.spec
new file mode 100644
index 0000000..6e87cf5
--- /dev/null
+++ b/perl-Gravatar-URL.spec
@@ -0,0 +1,56 @@
+Name:           perl-Gravatar-URL
+Version:        1.06
+Release:        1%{?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(parent)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Net::DNS::Resolver)
+BuildRequires:  perl(Test::More) >= 0.4
+BuildRequires:  perl(Test::Warn) >= 0.11
+BuildRequires:  perl(URI::Escape)
+Requires:       perl(parent)
+Requires:       perl(Carp)
+Requires:       perl(Digest::MD5)
+Requires:       perl(Digest::SHA)
+Requires:       perl(Net::DNS::Resolver)
+Requires:       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=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 30 2012 Michiel Beijen michiel.beijen at gmail.com 1.06-1
+- Updated version after comments.
+
+* Mon Dec 27 2010 Michiel Beijen michiel.beijen at gmail.com 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..5489846 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+50b689e35ec55d959fdaca6a7f7c4f8d  Gravatar-URL-1.06.tar.gz



More information about the perl-devel mailing list