Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > eade13570422a85f042c9b415ed2fbd0 > files > 2

tnef-1.2.1-1mdk.src.rpm

%define	name	tnef
%define	version	1.2.1
%define	release	1mdk

Summary:	Decodes MS-TNEF attachments.
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Mail
URL:		http://sourceforge.net/projects/tnef/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	mawk
BuildRoot:	%{_tmppath}/%{name}-buildroot

%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

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_bindir}/tnef
%{_mandir}/man1/tnef.1*

%changelog
* Tue Aug 05 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2.1-1mdk
- 1.2.1
- misc spec file fixes

* Wed Mar 05 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2.0-1mdk
- 1.2.0
- misc spec file fixes

* Fri Jan 10 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.1.4-1mdk
- 1.1.4

* Fri Dec 06 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.1.3-1mdk
- 1.1.3

* Thu Sep 19 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.1.2-1mdk
- new version

* Mon May 20 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.1.1-2mdk
- rebuilt with gcc3.1

* Sun Mar  3 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.1.1-1mdk
- initial cooker contrib (re-added?)