diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0534263 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +xlhtml-0.5.tgz diff --git a/dead.package b/dead.package deleted file mode 100644 index 91c452b..0000000 --- a/dead.package +++ /dev/null @@ -1,2 +0,0 @@ -2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks. - diff --git a/sources b/sources new file mode 100644 index 0000000..e57c43b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +2ff805c5384bdde9675cb136f54df32e xlhtml-0.5.tgz diff --git a/xlhtml.spec b/xlhtml.spec new file mode 100644 index 0000000..9aa8565 --- /dev/null +++ b/xlhtml.spec @@ -0,0 +1,81 @@ +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 +* Mon Jul 27 2009 Fedora Release Engineering - 0.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sun Mar 01 2009 Robert Scheck 0.5-10 +- Solve the x86_64-redhat-linux-gnu configure target error + +* Thu Feb 26 2009 Fedora Release Engineering - 0.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Feb 18 2008 Fedora Release Engineering - 0.5-8 +- Autorebuild for GCC 4.3 + +* Sun Aug 26 2007 Aurelien Bompard 0.5-7 +- fix license tag +- rebuild for BuildID + +* Thu Aug 31 2006 Aurelien Bompard 0.5-6 +- rebuild + +* Tue Feb 21 2006 Aurelien Bompard 0.5-5 +- rebuild for FC5 + +* Sun May 22 2005 Jeremy Katz - 0.5-4 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Fri Jun 25 2004 Aurelien Bompard 0:0.5-0.fdr.2 +- cleanup spec file + +* Thu May 13 2004 Aurelien Bompard 0:0.5-0.fdr.1 +- initial Fedora RPM (from PLD)