/[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 247913 - (hide annotations) (download)
Mon May 28 09:55:55 2012 UTC (11 years, 10 months ago) by kharec
File size: 1059 byte(s)
- update to 2.14.7 to fix #5858

1 kharec 177314 Summary: Downloads mail from an Yahoo! webmail account
2     Name: fetchyahoo
3 kharec 247913 Version: 2.14.7
4 kharec 177314 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
11    
12     %description
13     FetchYahoo is a Perl script that downloads mail from a Yahoo! webmail
14     account to a local mail spool, an mbox file, or to procmail. It is
15     meant to replace fetchmail for people using Yahoo! mail since Yahoo!'s
16     POP and email forwarding services are no longer free. It includes all
17     parts and attachments within the email. It can also forward the email
18     to a specified address.
19    
20     %prep
21     %setup -q
22    
23     %build
24    
25     %install
26     rm -rf %buildroot
27     mkdir -p %buildroot%_bindir
28     mkdir -p %buildroot%_mandir/man1
29     cp -a fetchyahoo %buildroot%_bindir/fetchyahoo
30     cp -a fetchyahoo.1 %buildroot%_mandir/man1/fetchyahoo.1
31    
32     %clean
33     rm -rf %buildroot
34    
35     %files
36     %defattr(-,root,root)
37     %doc COPYING INSTALL TODO index.html fetchyahoorc ChangeLog Credits
38     %_bindir/fetchyahoo
39     %_mandir/man1/fetchyahoo.*
40    
41    

  ViewVC Help
Powered by ViewVC 1.1.30