# $Id$ # Authority: dries # Upstream: bug-unrtf$gnu,org Summary: Converts from RTF to other formats Name: unrtf Version: 0.20.2 Release: 1%{?dist} License: GPL Group: Applications/Publishing URL: http://www.gnu.org/software/unrtf/unrtf.html Source: http://www.gnu.org/software/unrtf/unrtf_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description UnRTF is a command-line program which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, and other formats. Converting to HTML, it supports font attributes, tables, embedded images (stored to separate files), paragraph alignment, and more. %prep %setup -n %{name}_%{version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING NEWS README %doc %{_mandir}/man1/unrtf.1* %{_bindir}/unrtf %changelog * Tue Jan 30 2007 Dag Wieers - 0.20.2-1 - Updated to release 0.20.2. * Fri Apr 07 2006 Dries Verachtert - 0.20.1-1 - Updated to release 0.20.1. * Wed Jan 05 2005 Dries Verachtert - 0.19.3 - Initial package.