/[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 389213 - (show annotations) (download)
Thu Jan 17 21:29:26 2013 UTC (11 years, 2 months ago) by pterjan
Original Path: obsolete/cauldron/tnef/current/SPECS/tnef.spec
File size: 1209 byte(s)
Drop 
1 Summary: Decodes MS-TNEF attachments
2 Name: tnef
3 Version: 1.4.8
4 Release: %mkrel 2
5 License: GPL
6 Group: Networking/Mail
7 URL: http://sourceforge.net/projects/tnef/
8 Source0: http://prdownloads.sourceforge.net/tnef/%{name}-%{version}.tar.gz
9 Patch0: tnef-1.4.5-format_not_a_string_literal_and_no_format_arguments.diff
10 BuildRequires: mawk
11 BuildRequires: gettext-devel
12 BuildRequires: autoconf2.5
13 BuildRequires: libtool
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
15
16 %description
17 TNEF is a program for unpacking MIME attachments of type "application/ms-tnef".
18 This is a Microsoft only attachment. Due to the proliferation of Microsoft
19 Outlook and Exchange mail servers, more and more mail is encapsulated into
20 this format. The TNEF program allows one to unpack the attachments which were
21 encapsulated into the TNEF attachment. Thus alleviating the need to use
22 Microsoft Outlook to view the attachment.
23
24 %prep
25
26 %setup -q
27 %patch0 -p0
28
29 %build
30 %serverbuild
31
32 %configure2_5x
33
34 %make
35
36 %check
37 make check
38
39 %install
40 rm -rf %{buildroot}
41
42 %makeinstall_std
43
44 %clean
45 rm -rf %{buildroot}
46
47 %files
48 %defattr(-,root,root)
49 %doc AUTHORS ChangeLog NEWS README THANKS TODO doc/FAQ
50 %{_bindir}/tnef
51 %{_mandir}/man1/tnef.1*
52
53

  ViewVC Help
Powered by ViewVC 1.1.30