diff --git a/README.md b/README.md index 7dcb7ab..f6a8ca0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tnef +TNEF provides a way to unpack those pesky Microsoft MS-TNEF MIME attachments. It operates like tar in order to upack any files which may have been put into the MS-TNEF attachment instead of being attached seperately. + diff --git a/tnef.spec b/tnef.spec new file mode 100644 index 0000000..6289cfa --- /dev/null +++ b/tnef.spec @@ -0,0 +1,52 @@ +Name: tnef +Version: 1.4.10 +Release: 1mamba +Summary: TNEF provides a way to unpack those pesky Microsoft MS-TNEF MIME attachments +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://sourceforge.net/projects/tnef/ +Source: http://downloads.sourceforge.net/project/tnef/tnef/tnef-%{version}.tar.gz +#Source: http://downloads.sourceforge.net/project/tnef/tnef/v%{version}/tnef-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +TNEF provides a way to unpack those pesky Microsoft MS-TNEF MIME attachments. It operates like tar in order to upack any files which may have been put into the MS-TNEF attachment instead of being attached seperately. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/tnef +%{_mandir}/man1/tnef.1* +%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO + +%changelog +* Wed Nov 27 2013 Automatic Build System 1.4.10-1mamba +- automatic update by autodist + +* Thu Dec 20 2012 openmamba WebBuild System 1.4.9-1mamba +- update to 1.4.9 + +* Mon Jul 25 2011 Automatic Build System 1.4.8-1mamba +- update to 1.4.8 + +* Mon Jul 27 2009 Silvan Calarco 1.4.5-1mamba +- package created by autospec