initial commit of file from CVS for xlhtml on Fri 14 Jul 22:36:32 BST 2023

master 0.5-11
Brian Read 10 months ago
parent 5ba50d1acc
commit 6221b61e19

1
.gitattributes vendored

@ -0,0 +1 @@
*.tgz filter=lfs diff=lfs merge=lfs -text

3
.gitignore vendored

@ -0,0 +1,3 @@
*.rpm
*.log
*spec-20*

@ -0,0 +1,21 @@
# Makefile for source rpm: xlhtml
# $Id: Makefile,v 1.1 2016/02/04 18:17:10 vip-ire Exp $
NAME := xlhtml
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

@ -1,3 +1,11 @@
# xlhtml
3rd Party (Maintained by Koozali) git repo for xlhtml smeserver
3rd Party (Maintained by Koozali) git repo for xlhtml smeserver
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />
XLHTML is a software package that converts Microsoft Excel spreadsheet files to HTML documents. It is a command line utility that can read binary Excel files and output HTML code, preserve formatting, and allow for customization of the HTML code. This makes it an ideal tool for web developers who want to add Excel data to their websites.

@ -0,0 +1 @@
sme10

BIN
xlhtml-0.5.tgz (Stored with Git LFS)

Binary file not shown.

@ -0,0 +1,85 @@
Name: xlhtml
Summary: Excel 95/97 and PowerPoint to HTML converter
Version: 0.5
Release: 11%{?dist}
License: GPLv2+
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
rm -f config.{guess,sub}
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
* Fri Jul 14 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun Mar 01 2009 Robert Scheck <robert@fedoraproject.org> 0.5-10
- Solve the x86_64-redhat-linux-gnu configure target error
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-8
- Autorebuild for GCC 4.3
* Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.5-7
- fix license tag
- rebuild for BuildID
* Thu Aug 31 2006 Aurelien Bompard <abompard@fedoraproject.org> 0.5-6
- rebuild
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.5-5
- rebuild for FC5
* 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)
Loading…
Cancel
Save