update to 1.30 [release 1.30-1mamba;Sun Aug 18 2019]
This commit is contained in:
parent
eb840227ea
commit
126020b542
20
xchm.spec
20
xchm.spec
@ -1,14 +1,15 @@
|
|||||||
Name: xchm
|
Name: xchm
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.23
|
Version: 1.30
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A cross-platform CHM viewer
|
Summary: A cross-platform CHM viewer
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xchm.sourceforge.net/
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q -n xCHM-%{version}
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-wx-config=wx-config-unicode
|
--with-wx-config=wx-config-unicode-3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -64,12 +66,18 @@ EOF
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/icons/hicolor/*/apps/xchm*.png
|
||||||
|
%{_datadir}/metainfo/xchm.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/xchm*.xpm
|
||||||
|
%{_mandir}/man1/xchm.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog README README.xmlrpc
|
#ChangeLog README README.xmlrpc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30-1mamba
|
||||||
|
- update to 1.30
|
||||||
|
|
||||||
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-2mamba
|
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user