/[packages]/cauldron/tnef/current/SPECS/tnef.spec
ViewVC logotype

Contents of /cauldron/tnef/current/SPECS/tnef.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1462912 - (show annotations) (download)
Tue Nov 26 14:02:05 2019 UTC (4 years, 4 months ago) by daviddavid
File size: 999 byte(s)
- new version: 1.4.18

1 Summary: Decodes MS-TNEF attachments
2 Name: tnef
3 Version: 1.4.18
4 Release: %mkrel 1
5 License: GPLv2+
6 Group: Networking/Mail
7 URL: https://github.com/verdammelt/tnef
8 Source0: https://github.com/verdammelt/tnef/archive/%{version}/%{name}-%{version}.tar.gz
9 BuildRequires: mawk
10 BuildRequires: gettext-devel
11 BuildRequires: autoconf
12 BuildRequires: libtool
13
14 %description
15 TNEF is a program for unpacking MIME attachments of type "application/ms-tnef".
16 This is a Microsoft only attachment. Due to the proliferation of Microsoft
17 Outlook and Exchange mail servers, more and more mail is encapsulated into
18 this format. The TNEF program allows one to unpack the attachments which were
19 encapsulated into the TNEF attachment. Thus alleviating the need to use
20 Microsoft Outlook to view the attachment.
21
22 %prep
23 %autosetup
24
25 %build
26 %serverbuild
27 autoreconf
28
29 %configure2_5x
30
31 %make_build
32
33 %check
34 make check
35
36 %install
37 %make_install
38
39 %files
40 %doc NEWS README.md THANKS
41 %license COPYING
42 %{_bindir}/tnef
43 %{_mandir}/man1/tnef.1*

  ViewVC Help
Powered by ViewVC 1.1.30