Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37399102
en ru br
ALT Linux repos
S:0.5.1-alt2
5.0: 0.5.1-alt2
4.1: 0.5.1-alt2
4.0: 0.5.1-alt2
3.0: 0.5.1-alt2

Group :: Office
RPM: xlhtml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- coding: utf-8 -*-
Name:        xlhtml
Version: 0.5.1
Release: alt2
Summary: A program that converts MS Excel files to useful formats.
Summary(ru_RU.UTF-8): конвертер MS Excel файлов
License: GPL
Group: Office
Url: http://chicago.sourceforge.net/xlhtml/
Source: %name-%version.tgz
Patch0: xlhtml-textoutput-fix.patch

%description
xlhtml generates HTML, XML, csv and tab-delimited versions of MS Excel
spreadsheets. Known to work with XLS files of MS Excel 95, 97 and 2000.

Also included is ppthtml, a utility for converting MS PowerPoint 95/97
presentations to HTML.

%description -l ru_RU.UTF-8
xlhtml создает HTML, XML, csv и tab-delimited файлы из таблиц MS Excel.
Работает с MS Excel 95, 97 and 2000.

Также включает ppthtml, утилиту для преобразования презентаций MS PowerPoint 95/97
в HTML.


%prep
%setup

%patch0 -p0

%build
%configure
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
mv ppthtml/README ppthtml/ppt-README
mv ppthtml/THANKS ppthtml/ppt-THANKS
mv ppthtml/ChangeLog ppthtml/ppt-ChangeLog

%install
%__mkdir -p $RPM_BUILD_ROOT/usr/bin
%__mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1

%__install -s -m 755 xlhtml/xlhtml $RPM_BUILD_ROOT/usr/bin
%__install -s -m 755 ppthtml/ppthtml $RPM_BUILD_ROOT/usr/bin
%__install -m 644 xlhtml/xlhtml.1 $RPM_BUILD_ROOT/usr/share/man/man1
%__install -m 644 ppthtml/ppthtml.1 $RPM_BUILD_ROOT/usr/share/man/man1

%files
%doc AUTHORS COPYING xlhtml/README xlhtml/THANKS xlhtml/TODO xlhtml/ChangeLog ppthtml/ppt-README ppthtml/ppt-THANKS ppthtml/ppt-ChangeLog
/usr/bin/xlhtml
/usr/bin/ppthtml
/usr/share/man/man1/xlhtml.1*
/usr/share/man/man1/ppthtml.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin