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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 283946 - (hide annotations) (download)
Sat Aug 25 16:18:50 2012 UTC (11 years, 7 months ago) by kharec
File size: 1096 byte(s)
- Add require on LWP::Protocol::https (Bug #5858)

1 kharec 177314 Summary: Downloads mail from an Yahoo! webmail account
2     Name: fetchyahoo
3 kharec 247913 Version: 2.14.7
4 kharec 283946 Release: %mkrel 2
5 kharec 177314 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 kharec 283946 Requires: perl(LWP::Protocol::https)
11 kharec 177314 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