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

Contents of /rpms/xlhtml/sme9/xlhtml.spec

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


Revision 1.1 - (show annotations) (download)
Thu Feb 7 22:07:07 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: xlhtml-0_5-11_el6_sme, xlhtml-0_5-11_fc12, HEAD
Initial import

1 Name: xlhtml
2 Summary: Excel 95/97 and PowerPoint to HTML converter
3 Version: 0.5
4 Release: 11%{?dist}
5
6 License: GPLv2+
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 rm -f config.{guess,sub}
26 aclocal
27 autoconf
28 automake -a
29 %configure
30 make %{?_smp_mflags}
31
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 make install DESTDIR=$RPM_BUILD_ROOT
36 rm -rf xlhtml/contrib/CVS
37
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(-,root,root)
44 %doc xlhtml/contrib xlhtml/{README,THANKS,TODO,ChangeLog}
45 %{_bindir}/*
46 %{_mandir}/man1/*
47
48 %changelog
49 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-11
50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
51
52 * Sun Mar 01 2009 Robert Scheck <robert@fedoraproject.org> 0.5-10
53 - Solve the x86_64-redhat-linux-gnu configure target error
54
55 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-9
56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
57
58 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-8
59 - Autorebuild for GCC 4.3
60
61 * Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.5-7
62 - fix license tag
63 - rebuild for BuildID
64
65 * Thu Aug 31 2006 Aurelien Bompard <abompard@fedoraproject.org> 0.5-6
66 - rebuild
67
68 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.5-5
69 - rebuild for FC5
70
71 * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.5-4
72 - rebuild on all arches
73
74 * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
75 - rebuilt
76
77 * Fri Jun 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.2
78 - cleanup spec file
79
80 * Thu May 13 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.5-0.fdr.1
81 - initial Fedora RPM (from PLD)

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