xlhtml/xlhtml.spec
2005-05-22 23:38:49 +00:00

58 lines
1.4 KiB
RPMSpec

Name: xlhtml
Summary: Excel 95/97 and PowerPoint to HTML converter
Version: 0.5
Release: 4
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 May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.5-4
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Fri Jun 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.2
- cleanup spec file
* Thu May 13 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.1
- initial Fedora RPM (from PLD)