File catdoc.spec of Package catdoc
Summary: Decodes MS Word files into plain text or TeX format
Name: catdoc
Version: 0.94.2
Release: 2
License: GPL
Group: Applications/Publishing
URL: http://www.45.free.net/~vitus/software/catdoc/
Source: http://ftp.45.free.net/pub/catdoc/catdoc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: tcl, tk
%description
Catdoc is a MS Word file decoding tool that doesn't attempt to
analyze file formatting (it just extracts readable text), but
is able to handle all versions of Word and convert character
encodings. A Tcl/Tk graphical viewer is also included. It can
also read RTF files and convert Excel and PowerPoint files.
%prep
%setup
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make installroot=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc COPYING CREDITS INSTALL NEWS README TODO
%doc /usr/man/*
%{_bindir}/catdoc
%{_bindir}/catppt
%{_bindir}/wordview
%{_bindir}/xls2csv
%dir %{_datadir}/catdoc
%{_datadir}/catdoc/*.txt
%{_datadir}/catdoc/*.*chars
%changelog
* Wed Aug 01 2007 John Pye <john@curioussymbols.com> 0.94.2-2
- Fixing 'makeinstall' macro for SUSE.
- Fixing install of man page(s).
* Sun Apr 23 2006 Dries Verachtert <dries@ulyssis.org> - 0.94.2-1
- Updated to release 0.94.2.
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.94-1.2
- Rebuild for Fedora Core 5.
* Sat Dec 10 2005 Dries Verachtert <dries@ulyssis.org> - 0.94-1
- Initial package.