Compare commits
No commits in common. "rawhide" and "f17" have entirely different histories.
4 changed files with 89 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xlhtml-0.5.tgz
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
2ff805c5384bdde9675cb136f54df32e xlhtml-0.5.tgz
|
||||
87
xlhtml.spec
Normal file
87
xlhtml.spec
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
Name: xlhtml
|
||||
Summary: Excel 95/97 and PowerPoint to HTML converter
|
||||
Version: 0.5
|
||||
Release: 13%{?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
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* 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…
Add table
Add a link
Reference in a new issue