/[packages]/updates/2/fetchyahoo/current/SPECS/fetchyahoo.spec
ViewVC logotype

Contents of /updates/2/fetchyahoo/current/SPECS/fetchyahoo.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 392789 - (show annotations) (download)
Sun Jan 27 21:43:34 2013 UTC (11 years, 2 months ago) by kharec
File size: 1096 byte(s)
Update to 2.14.9 to fix #8374
1 Summary: Downloads mail from an Yahoo! webmail account
2 Name: fetchyahoo
3 Version: 2.14.9
4 Release: %mkrel 1
5 URL: http://fetchyahoo.twizzler.org
6 Source: http://fetchyahoo.twizzler.org/%{name}-%{version}.tar.gz
7 License: GPLv2+
8 Group: Networking/Mail
9 BuildArch: noarch
10 Requires: perl(LWP::Protocol::https)
11 Requires: perl
12
13 %description
14 FetchYahoo is a Perl script that downloads mail from a Yahoo! webmail
15 account to a local mail spool, an mbox file, or to procmail. It is
16 meant to replace fetchmail for people using Yahoo! mail since Yahoo!'s
17 POP and email forwarding services are no longer free. It includes all
18 parts and attachments within the email. It can also forward the email
19 to a specified address.
20
21 %prep
22 %setup -q
23
24 %build
25
26 %install
27 rm -rf %buildroot
28 mkdir -p %buildroot%_bindir
29 mkdir -p %buildroot%_mandir/man1
30 cp -a fetchyahoo %buildroot%_bindir/fetchyahoo
31 cp -a fetchyahoo.1 %buildroot%_mandir/man1/fetchyahoo.1
32
33 %clean
34 rm -rf %buildroot
35
36 %files
37 %defattr(-,root,root)
38 %doc COPYING INSTALL TODO index.html fetchyahoorc ChangeLog Credits
39 %_bindir/fetchyahoo
40 %_mandir/man1/fetchyahoo.*
41
42

  ViewVC Help
Powered by ViewVC 1.1.30