53 lines
1.6 KiB
RPMSpec
53 lines
1.6 KiB
RPMSpec
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
|