Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > d96c88ff93b9502b0c74ae6d0506704b > files > 2

fetchyahoo-2.14.7-2.mga2.src.rpm

Summary:	Downloads mail from an Yahoo! webmail account
Name:		fetchyahoo
Version:	2.14.7
Release:	%mkrel 2
URL:		http://fetchyahoo.twizzler.org
Source:		http://fetchyahoo.twizzler.org/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Networking/Mail
BuildArch: noarch
Requires: perl(LWP::Protocol::https)
Requires: perl

%description
FetchYahoo is a Perl script that downloads mail from a Yahoo! webmail
account to a local mail spool, an mbox file, or to procmail. It is
meant to replace fetchmail for people using Yahoo! mail since Yahoo!'s
POP and email forwarding services are no longer free. It includes all
parts and attachments within the email. It can also forward the email
to a specified address.

%prep
%setup -q

%build

%install
rm -rf %buildroot
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_mandir/man1
cp -a fetchyahoo %buildroot%_bindir/fetchyahoo
cp -a fetchyahoo.1 %buildroot%_mandir/man1/fetchyahoo.1

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc COPYING INSTALL TODO index.html fetchyahoorc ChangeLog Credits
%_bindir/fetchyahoo
%_mandir/man1/fetchyahoo.*




%changelog

* Sat Aug 25 2012 kharec <kharec> 2.14.7-2.mga2
+ Revision: 283946
- Add require on LWP::Protocol::https (Bug #5858)
- update to 2.14.7 to fix #5858
- New version 2.14.2

* Tue Dec 06 2011 kharec <kharec> 2.14.1-1.mga2
+ Revision: 177824
- Version 2.14.1

* Tue Dec 06 2011 kharec <kharec> 2.13.8-1.mga2
+ Revision: 177314
- imported package fetchyahoo