diff --git a/xchm.spec b/xchm.spec index 50c8b85..20de7b8 100644 --- a/xchm.spec +++ b/xchm.spec @@ -1,14 +1,15 @@ Name: xchm Epoch: 2 -Version: 1.23 -Release: 2mamba +Version: 1.30 +Release: 1mamba Summary: A cross-platform CHM viewer Group: Applications/Publishing Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://xchm.sourceforge.net/ -Source: http://downloads.sourceforge.net/xchm/xchm-%{version}.tar.gz +Source: https://github.com/rzvncj/xCHM.git/%{version}/xCHM-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/xchm/xchm-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -27,11 +28,12 @@ Originally written for UNIX systems (Linux, *BSD, Solaris), xCHM has been since 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 +%setup -q -n xCHM-%{version} +./bootstrap %build %configure \ - --with-wx-config=wx-config-unicode + --with-wx-config=wx-config-unicode-3 %make @@ -64,12 +66,18 @@ EOF %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/%{name} -%{_datadir}/pixmaps/* +%{_datadir}/icons/hicolor/*/apps/xchm*.png +%{_datadir}/metainfo/xchm.appdata.xml %{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/xchm*.xpm +%{_mandir}/man1/xchm.1* %doc AUTHORS COPYING #ChangeLog README README.xmlrpc %changelog +* Sun Aug 18 2019 Silvan Calarco 1.30-1mamba +- update to 1.30 + * Tue Aug 23 2016 Silvan Calarco 1.23-2mamba - rebuilt