Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11f2782bd7 | ||
| 05ba435235 | |||
|
|
e5aaa9c5b9 | ||
|
|
adee8ee5fc | ||
|
|
e6cc12000a | ||
|
|
3527377776 | ||
|
|
94b6ea6bb5 | ||
|
|
50cb12d9bd | ||
|
|
2c9f1f2c8a | ||
|
|
1a3e291cee | ||
|
|
45603b25b2 | ||
|
|
014268ae5e | ||
| f370927fca | |||
|
|
07f68c7109 | ||
|
|
fe53b67c2e | ||
|
|
280822184f |
5 changed files with 2 additions and 87 deletions
|
|
@ -1 +0,0 @@
|
||||||
xlhtml-0.5.tgz
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xlhtml
|
|
||||||
# $Id: Makefile,v 1.1 2004/11/08 05:34:16 cvsextras 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)
|
|
||||||
2
dead.package
Normal file
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||||
|
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
2ff805c5384bdde9675cb136f54df32e xlhtml-0.5.tgz
|
|
||||||
64
xlhtml.spec
64
xlhtml.spec
|
|
@ -1,64 +0,0 @@
|
||||||
Name: xlhtml
|
|
||||||
Summary: Excel 95/97 and PowerPoint to HTML converter
|
|
||||||
Version: 0.5
|
|
||||||
Release: 6%{?dist}
|
|
||||||
|
|
||||||
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
|
|
||||||
* 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…
Add table
Add a link
Reference in a new issue