Compare commits

..

11 commits

Author SHA1 Message Date
Fedora Release Engineering
4ad0e28362 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:03:53 +00:00
Peter Lemenkov
2d26890eff xCHM ver. 1.39
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2026-04-14 11:43:16 +02:00
Peter Lemenkov
7a9fc60292 xCHM ver. 1.38
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2026-02-01 15:42:46 +01:00
Fedora Release Engineering
c2c8d15ad5 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:30:27 +00:00
Peter Lemenkov
0cd4746a62 This file doesn't contain licensing information
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2025-08-10 12:05:14 +02:00
Fedora Release Engineering
f4f010bb91 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:40:47 +00:00
Peter Lemenkov
99adac6214 The --disable-dependency-tracking option already is a part of configure macro
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2025-02-05 16:53:30 +01:00
Fedora Release Engineering
b487d6223b Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:31:54 +00:00
Peter Lemenkov
37a8669b5b xCHM ver. 1.37
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2024-10-22 12:54:36 +03:00
Fedora Release Engineering
9a20349717 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:48:24 +00:00
Fedora Release Engineering
f7a1090a48 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:24:47 +00:00
3 changed files with 45 additions and 23 deletions

22
.packit.yaml Normal file
View file

@ -0,0 +1,22 @@
specfile_path: xchm.spec
upstream_package_name: xCHM
downstream_package_name: xchm
upstream_project_url: https://github.com/rzvncj/xCHM
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-stable
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-stable
- fedora-rawhide
- job: bodhi_update
trigger: koji_build_tag
dist_git_branches:
- fedora-stable

View file

@ -1 +1 @@
SHA512 (xchm-1.36.tar.gz) = 0b7397cd188e47cf9e39c21081428356d858d7ff7e82dd928ef728f32d962ecd485ef2b44ff0c063bde67a605d7a4610f1f5100d1c30d691e6546434c615da65
SHA512 (xchm-1.39.tar.gz) = b480b90fb5e289bee86122c273b4f0ca9322045552b24639087b7173bb84c2e5b08fc7cf2ffb09cf5727c18739167576c4fb6595733cffd582f73b6300dc4f01

View file

@ -1,49 +1,49 @@
Summary: A GUI front-end to CHMlib
Name: xchm
Version: 1.36
Version: 1.39
Release: %autorelease
License: GPL-2.0-or-later
URL: https://github.com/rzvncj/xCHM
Source0: %{url}/releases/download/%{version}/xchm-%{version}.tar.gz
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: gcc
BuildRequires: chmlib-devel
BuildRequires: wxGTK-devel
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libappstream-glib
BuildRequires: make
BuildRequires: wxGTK-devel
%description
xCHM is a wxWidgets-based .chm viewer. xCHM can show the contents tree if
one is available, print the displayed page, change fonts faces and size,
work with bookmarks, do the usual history stunts (forward, back, home),
provide a searchable index and seach for text in the whole book. The
search is a fast B-tree search, based on the internal $FIftiMain file
found inside indexed .chm archives, and it can be customized to search in
xCHM is a wxWidgets-based .chm viewer. xCHM can show the contents tree if
one is available, print the displayed page, change fonts faces and size,
work with bookmarks, do the usual history stunts (forward, back, home),
provide a searchable index and seach for text in the whole book. The
search is a fast B-tree search, based on the internal $FIftiMain file
found inside indexed .chm archives, and it can be customized to search in
content or just the topics' titles.
%prep
%autosetup
%build
%configure --disable-dependency-tracking
%configure
%make_build
%install
%make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/xchm.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/xchm.appdata.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
%find_lang %{name}
%files -f %{name}.lang
%doc ChangeLog README
%license AUTHORS COPYING
%{_bindir}/xchm
%{_datadir}/applications/xchm.desktop
%{_datadir}/icons/hicolor/*/apps/xchm*
%{_datadir}/metainfo/xchm.appdata.xml
%{_mandir}/man1/xchm.1*
%doc AUTHORS ChangeLog README
%license COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*
%{_datadir}/metainfo/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1*
%changelog
%autochangelog