automatic update by autodist [release 1.4.10-1mamba;Wed Nov 27 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:34:37 +01:00
parent 5e1547a1de
commit 3b55913819
2 changed files with 54 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# tnef # 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.

52
tnef.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.4.10-1mamba
- automatic update by autodist
* Thu Dec 20 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.4.9-1mamba
- update to 1.4.9
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.4.8-1mamba
- update to 1.4.8
* Mon Jul 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.5-1mamba
- package created by autospec