rebuilt with libwx_baseu 3.1.3 [release 1.31-3mamba;Tue May 19 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:33:51 +01:00
parent 9f6b7f8170
commit 0ac5c09384

View File

@ -1,7 +1,7 @@
Name: xchm
Epoch: 2
Version: 1.31
Release: 1mamba
Release: 3mamba
Summary: A cross-platform CHM viewer
Group: Applications/Publishing
Vendor: openmamba
@ -13,12 +13,14 @@ Source: https://github.com/rzvncj/xCHM.git/%{version}/xCHM-%{version}.tar
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libchm-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
BuildRequires: libwxBase-unicode-devel
BuildRequires: libwxGTK-unicode-devel
BuildRequires: libwx_baseu-devel
BuildRequires: libwx_gtk3u-devel
## AUTOBUILDREQ-END
BuildRequires: libwx_baseu-devel >= 3.1.3
BuildRequires: libchm-devel >= 0.37.4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -27,6 +29,8 @@ xCHM is a cross-platform GUI front-end to chmlib, with borrowed bits from Pabs'
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.
%debug_package
%prep
%setup -q -n xCHM-%{version}
./bootstrap
@ -75,6 +79,12 @@ EOF
#ChangeLog README README.xmlrpc
%changelog
* Tue May 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-3mamba
- rebuilt with libwx_baseu 3.1.3
* Tue May 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-2mamba
- rebuilt with libwx_baseu-devel 3.1.1
* Thu Jan 09 2020 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
- automatic version update by autodist