/[smeserver]/rpms/xlhtml/sme7/xlhtml.spec
ViewVC logotype

Annotation of /rpms/xlhtml/sme7/xlhtml.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 17:55:06 2007 UTC (17 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: xlhtml-0_5-2_el4_sme
Import on branch sme7 of package xlhtml-0.5-2.el4.sme.src.rpm

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed