Name: xlhtml
Summary: Excel 95/97 and PowerPoint to HTML converter
Version: 0.5
Release: 2%{?dist}
Epoch: 0
License: GPL
Group: Applications/Text
Source0: http://dl.sf.net/chicago/xlhtml-%{version}.tgz
URL: http://chicago.sourceforge.net/xlhtml/
BuildRequires: autoconf
BuildRequires: automake
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
The xlhtml program will take an Excel 95, or 97 file as input and
convert it to HTML. The output is via standard out so it can be
re-directed to files or piped to filters or used as a gateway to the
internet. pptHtml program converts PowerPoint files to HTML.
%prep
%setup -q
%build
aclocal
autoconf
automake -a
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf xlhtml/contrib/CVS
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc xlhtml/contrib xlhtml/{README,THANKS,TODO,ChangeLog}
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Sun Apr 29 2007 Shad L. Lords
- Clean up spec so package can be built by koji/plague
* Thu Dec 07 2006 Shad L. Lords
- Update to new release naming. No functional changes.
- Make Packager generic
* Fri Jun 25 2004 Aurelien Bompard 0:0.5-0.fdr.2
- cleanup spec file
* Thu May 13 2004 Aurelien Bompard 0:0.5-0.fdr.1
- initial Fedora RPM (from PLD)