64 lines
1.8 KiB
RPMSpec
64 lines
1.8 KiB
RPMSpec
Name: tnef
|
|
Version: 1.4.18
|
|
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: https://github.com/verdammelt/tnef
|
|
Source: https://github.com/verdammelt/tnef.git/%{version}/tnef-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
autoreconf -f -i
|
|
|
|
%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 THANKS
|
|
|
|
%changelog
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.18-1mamba
|
|
- update to 1.4.18
|
|
|
|
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 1.4.12-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Aug 04 2014 Automatic Build System <autodist@mambasoft.it> 1.4.11-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|