Sha256: 4d145b45bcf619ba8535357929db057729f4c12a246229885d763401b802d9f1

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

Summary: Decodes MS-TNEF attachments.
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1
Group: Mail/Encoders
Copyright: GPL
Source: http://world.std.com/~damned/tnef-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: @prefix@
Vendor: Angst Programming I.G.
URL: http://tnef.sourceforge.net
Packager: Mark Simpson <@PACKAGE_BUGREPORT@>

%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

%build
CFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{prefix} --datarootdir=%{prefix}/share
make all

%install
make "DESTDIR=${RPM_BUILD_ROOT}" install

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc README COPYING ChangeLog AUTHORS NEWS TODO BUGS
%{prefix}/bin/tnef
%{prefix}/share/man/man1/tnef.1.gz

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tnef-1.0.2 ext/tnef/tnef.spec.in
tnef-1.0.1 ext/tnef/tnef.spec.in
tnef-1.0.0 ext/tnef/tnef.spec.in
tnef-0.0.1 ext/tnef/tnef.spec.in