rpms/perl-Captcha-reCAPTCHA/devel perl-Captcha-reCAPTCHA.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Wed Nov 26 14:21:39 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Captcha-reCAPTCHA/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10813/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Captcha-reCAPTCHA.spec 
Log Message:
initial import


--- NEW FILE perl-Captcha-reCAPTCHA.spec ---
Name:           perl-Captcha-reCAPTCHA
Version:        0.92
Release:        1%{?dist}
Summary:        Perl implementation of the reCAPTCHA API
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Captcha-reCAPTCHA/
Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/Captcha-reCAPTCHA-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTML::Tiny) >= 0.904
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(HTML::Tiny) >= 0.904
Requires:       perl(LWP::UserAgent)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who
complete the captcha to assist in the digitization of books.

%prep
%setup -q -n Captcha-reCAPTCHA-%{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
* Tue Nov 18 2008 Iain Arnell <iarnell at gmail.com> 0.92-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Captcha-reCAPTCHA/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2008 16:49:06 -0000	1.1
+++ .cvsignore	26 Nov 2008 14:21:08 -0000	1.2
@@ -0,0 +1 @@
+Captcha-reCAPTCHA-0.92.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Captcha-reCAPTCHA/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2008 16:49:06 -0000	1.1
+++ sources	26 Nov 2008 14:21:08 -0000	1.2
@@ -0,0 +1 @@
+36b00fa37fd8a17367e1aa2f3b218f34  Captcha-reCAPTCHA-0.92.tar.gz




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