xlhtml/xlhtml.spec

49 lines
1.5 KiB
RPMSpec

Name: xlhtml
Version: 0.5.1
Release: 1mamba
Summary: xlHtml converts an Excel spreadsheet file (.xls) into highly-optimized HTML
Group: Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://chicago.sourceforge.net/xlhtml/
Source: http://nebuchadnezzar.zion.cz/download/xlhtml-%{version}-vd2.tgz
#Source: http://downloads.sourceforge.net/sourceforge/chicago/%{name}-%{version}.tgz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
xlHtml converts an Excel spreadsheet file (.xls) into highly-optimized HTML. It includes scripts to allow it to be used as a Netscape or mutt plugin and as a xls handler for Apache. The program currently supports string, blank, boolean, error, integer, floating point, hyperlinks, and formula cells.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/ppthtml.*
%{_mandir}/man1/xlhtml.*
%doc AUTHORS COPYING
# README
%changelog
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
- update to 0.5.1
* Wed Jun 20 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-2mamba
- specfile refreshed; updated maintainer
* Thu Dec 29 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.5-1qilnx
- package created by autospec