Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f97b78558e4ee5228a86f80185bc6b1c > files > 2

perl-WWW-Search-Yahoo-2.415-2.mga3.src.rpm

%define module	WWW-Search-Yahoo
%define name	perl-%{module}
%define version 2.415
%define release %mkrel 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL or Artistic
Summary:	Backend for searching www.yahoo.com
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW/%{module}-%{version}.tar.bz2

BuildRequires:	perl(I18N::Charset)
BuildArch:	noarch


%description
This class is a Yahoo specialization of WWW::Search. It handles
making and interpreting Yahoo searches http://www.yahoo.com.

This class exports no public interface; all interaction should
be done through WWW::Search objects.

%prep
%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# china is not responding and the tests take forever to finish...
#make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/WWW
%{_mandir}/*/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 2.415-2.mga3
+ Revision: 374807
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Jan 24 2011 jquelin <jquelin> 2.415-1.mga1
+ Revision: 36630
- mageia rebuild
- imported package perl-WWW-Search-Yahoo