Summary: Decodes MS-TNEF attachments. Name: tnef Version: 1.4.3 Release: 1.%{mysig} License: GPL Group: Applications/Internet URL: http://sourceforge.net/projects/tnef Source: http://prdownloads.sourceforge.net/tnef/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gawk %description TNEF is a program for unpacking MIME attachments of type "application/ms-tnef". This is a Microsoft only attachment. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. Thus alleviating the need to use Microsoft Outlook to view the attachment. %prep %setup -q %build %configure make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %makeinstall %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README THANKS TODO %{_bindir}/tnef %{_mandir}/man1/tnef.1.gz %changelog * Sat Sep 08 2007 Milan Kerslager 1.4.3-1.ker.rhel5 - updated to the latest release - rebuild for RHEL5 * Wed Feb 23 2005 Milan Kerslager 1.3.1-1.ker.rhel4 - rebuild for RHEL4 - updated to the latest version * Mon Jul 19 2004 Milan Kerslager 1.2.3.1-1.ker.rhel3 - initial package