1 |
# $Id$ |
2 |
|
3 |
Name: xlhtml |
4 |
Summary: Excel 95/97 and PowerPoint to HTML converter |
5 |
Version: 0.5 |
6 |
Release: 2%{?dist} |
7 |
Epoch: 0 |
8 |
License: GPL |
9 |
Group: Applications/Text |
10 |
Source0: http://dl.sf.net/chicago/xlhtml-%{version}.tgz |
11 |
URL: http://chicago.sourceforge.net/xlhtml/ |
12 |
BuildRequires: autoconf |
13 |
BuildRequires: automake |
14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
15 |
|
16 |
%description |
17 |
The xlhtml program will take an Excel 95, or 97 file as input and |
18 |
convert it to HTML. The output is via standard out so it can be |
19 |
re-directed to files or piped to filters or used as a gateway to the |
20 |
internet. pptHtml program converts PowerPoint files to HTML. |
21 |
|
22 |
|
23 |
%prep |
24 |
%setup -q |
25 |
|
26 |
%build |
27 |
aclocal |
28 |
autoconf |
29 |
automake -a |
30 |
%configure |
31 |
make %{?_smp_mflags} |
32 |
|
33 |
|
34 |
%install |
35 |
rm -rf $RPM_BUILD_ROOT |
36 |
make install DESTDIR=$RPM_BUILD_ROOT |
37 |
rm -rf xlhtml/contrib/CVS |
38 |
|
39 |
|
40 |
%clean |
41 |
rm -rf $RPM_BUILD_ROOT |
42 |
|
43 |
%files |
44 |
%defattr(-,root,root) |
45 |
%doc xlhtml/contrib xlhtml/{README,THANKS,TODO,ChangeLog} |
46 |
%{_bindir}/* |
47 |
%{_mandir}/man1/* |
48 |
|
49 |
%changelog |
50 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
51 |
- Clean up spec so package can be built by koji/plague |
52 |
|
53 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
54 |
- Update to new release naming. No functional changes. |
55 |
- Make Packager generic |
56 |
|
57 |
* Fri Jun 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.2 |
58 |
- cleanup spec file |
59 |
|
60 |
* Thu May 13 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.1 |
61 |
- initial Fedora RPM (from PLD) |