]> git.pld-linux.org Git - packages/tnef.git/blob - tnef.spec
f76ffdb3e43ff895551044b486adef15174a77e2
[packages/tnef.git] / tnef.spec
1 Summary: Decodes MS-TNEF attachments.
2
3 Name: tnef
4 Version: 0.15
5 Release: 1
6 Group: Mail/Encoders
7 Copyright: GPL
8 Source: http://world.std.com/~damned/tnef-%{version}.tar.gz
9
10 %description
11 TNEF is a program for unpacking MIME attachments of type
12 "application/ms-tnef". This is a Microsoft only attachment.
13
14 Due to the proliferation of Microsoft Outlook and Exchange mail servers,
15 more and more mail is encapsulated into this format.
16
17 The TNEF program allows one to unpack the attachments which were
18 encapsulated into teh TNEF attachment.  Thus alleviating the need to use
19 Microsoft Outlook to view the attachment.
20
21 %prep
22 %setup
23
24 %build
25 ./configure --prefix=/usr/local
26 make
27
28 %install
29 make install
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 /usr/local/bin/tnef
This page took 0.072342 seconds and 3 git commands to generate.