From eb840227ea69562deeba27a9719f9c3972b79a06 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:33:51 +0100 Subject: [PATCH] rebuilt [release 1.23-2mamba;Tue Aug 23 2016] --- README.md | 11 +++-------- xchm.spec | 36 ++++++++++++++++++++++-------------- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 3ad44be..5b075a9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # xchm -xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' -chmdeco project. -Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since -ported to Mac OS X and Windows. - -xCHM can show the content tree if one is available, print pages, change font -face and size, remember bookmarks, display a searchable index, and search for -words in the current page and the whole book. +xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' chmdeco project. +Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since ported to Mac OS X and Windows. +xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book. diff --git a/xchm.spec b/xchm.spec index c1edba5..50c8b85 100644 --- a/xchm.spec +++ b/xchm.spec @@ -1,34 +1,38 @@ Name: xchm +Epoch: 2 Version: 1.23 -Release: 1mamba +Release: 2mamba Summary: A cross-platform CHM viewer Group: Applications/Publishing Vendor: openmamba Distribution: openmamba -Packager: Alessandro Ramazzina +Packager: Silvan Calarco URL: http://xchm.sourceforge.net/ Source: http://downloads.sourceforge.net/xchm/xchm-%{version}.tar.gz License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libchm-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +BuildRequires: libwxBase-unicode-devel +BuildRequires: libwxGTK-unicode-devel +## AUTOBUILDREQ-END BuildRequires: libchm-devel >= 0.37.4 -BuildRequires: libwxBase2.8-unicode-devel >= 2.8.0 -BuildRequires: libwxGTK2.8-unicode-devel >= 2.8.0 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' -chmdeco project. -Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since -ported to Mac OS X and Windows. - -xCHM can show the content tree if one is available, print pages, change font -face and size, remember bookmarks, display a searchable index, and search for -words in the current page and the whole book. +xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs' chmdeco project. +Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since ported to Mac OS X and Windows. +xCHM can show the content tree if one is available, print pages, change font face and size, remember bookmarks, display a searchable index, and search for words in the current page and the whole book. %prep %setup -q %build -%configure +%configure \ + --with-wx-config=wx-config-unicode + %make %install @@ -62,9 +66,13 @@ EOF %{_bindir}/%{name} %{_datadir}/pixmaps/* %{_datadir}/applications/%{name}.desktop -%doc AUTHORS COPYING ChangeLog README README.xmlrpc +%doc AUTHORS COPYING +#ChangeLog README README.xmlrpc %changelog +* Tue Aug 23 2016 Silvan Calarco 1.23-2mamba +- rebuilt + * Mon Sep 02 2013 Automatic Build System 1.23-1mamba - automatic version update by autodist