Summary: TNEF Stream Parser Library Name: libytnef Version: 1.5 Release: 1 License: GPL Group: Libraries Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description TNEF Stream Parser Library, used by "ytnef" to decode TNEF (winmail.dat) streams generated by Microsoft Outlook. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files /usr/lib/* /usr/include/* %changelog * Wed Feb 11 2004 dave@ravelox.co.uk - Initial version