Summary: WRI to RTF converter Name: wri2rtf Version: 0.2 Release: 2.n0i.2%{?dist} Group: Applications/Text License: GPL URL: http://www.msxnet.org/word2rtf/ Source0: http://www.msxnet.org/word2rtf/write.c BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This converter converts to RTF. This is done so the output can be validated against the microsoft converter, which revealed some interesting details. So it can be seen as a reference implementation for conversion. This software is still alpha. It supports Write 3.0 and Write 3.1 almost fully, and Word for DOS 3.x - 5.0 conversion is still underway. It should compile on any environment, provided you have the snprintf(3) and vsnprintf(3) function. %prep %setup -c -T cp %SOURCE0 . %build %{__cc} $RPM_OPT_FLAGS -o %{name} write.c %install %{__rm} -rf $RPM_BUILD_ROOT %{__install} -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %{_bindir}/%{name} %changelog * Mon Aug 21 2006 Marius FERARU - 0.2-2.n0i.2 - Dist macro * Mon Nov 15 2004 Marius FERARU - 0.2-1.n0i.1 - initial build