Compare commits

..

14 commits

Author SHA1 Message Date
Till Maas
11f2782bd7 2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks. 2015-05-12 02:30:16 +02:00
05ba435235 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:09:49 +00:00
Dennis Gilmore
e5aaa9c5b9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:00:07 -05:00
Dennis Gilmore
adee8ee5fc - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:23:01 -05:00
Petr Písař
e6cc12000a Perl 5.18 rebuild 2013-07-17 12:05:26 +02:00
Dennis Gilmore
3527377776 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:46:56 -06:00
Dennis Gilmore
94b6ea6bb5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:40:47 -05:00
Dennis Gilmore
50cb12d9bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:00:27 -06:00
Dennis Gilmore
2c9f1f2c8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:21:35 -06:00
Fedora Release Engineering
1a3e291cee dist-git conversion 2010-07-29 15:54:37 +00:00
Bill Nottingham
45603b25b2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:59 +00:00
Jesse Keating
014268ae5e - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:08:12 +00:00
f370927fca Solve the x86_64-redhat-linux-gnu configure target error 2009-03-01 16:29:51 +00:00
Jesse Keating
07f68c7109 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:49:30 +00:00
4 changed files with 2 additions and 73 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
xlhtml-0.5.tgz

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.

View file

@ -1 +0,0 @@
2ff805c5384bdde9675cb136f54df32e xlhtml-0.5.tgz

View file

@ -1,71 +0,0 @@
Name: xlhtml
Summary: Excel 95/97 and PowerPoint to HTML converter
Version: 0.5
Release: 8%{?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
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
* 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)