KDE CHM and ePub Viewer
https://www.kchmviewer.net/
This is a viewer for ebooks and documentation in CHM (Microsoft Compiled HTML) and ePub formats.
It supports complex searching for large books and has various viewing features.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / uChmViewer
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Office/uChmViewer && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
InitialPreference-greater-than-okular.patch | 0000000536 536 Bytes | |
_link | 0000000124 124 Bytes | |
uChmViewer.changes | 0000017165 16.8 KB | |
uChmViewer.spec | 0000002338 2.28 KB | |
v8.4.tar.gz | 0000446105 436 KB |
Comments 4
@krop no, it needs to be
Obsoletes: kchmviewer <= 8.0
. I want to obsolete the kchmviewer version that's currently in Factory.You're wrong. If you obsolete the version you provide, you can't install your package. That's why there's a rpmlint warning when that happens.
what you can do is change the version on the Provides / Obsoletes lines to something higher than 8.0 (you can just use
%{version}
)That's why i've added
8.0^fork
since that sorts higher than 8.0 but lower than anything upstream might choose. Providing%{version}
is wrong since we want to allow for the possibility that gyunayev wakes up and we have to switch back.