automatic update by autodist [release 1.4.10-1mamba;Wed Nov 27 2013]
This commit is contained in:
parent
5e1547a1de
commit
3b55913819
@ -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.
|
||||
|
||||
|
52
tnef.spec
Normal file
52
tnef.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user