Compare commits

..

No commits in common. "rawhide" and "f39" have entirely different histories.

3 changed files with 23 additions and 45 deletions

View file

@ -1,22 +0,0 @@
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.39.tar.gz) = b480b90fb5e289bee86122c273b4f0ca9322045552b24639087b7173bb84c2e5b08fc7cf2ffb09cf5727c18739167576c4fb6595733cffd582f73b6300dc4f01
SHA512 (xchm-1.36.tar.gz) = 0b7397cd188e47cf9e39c21081428356d858d7ff7e82dd928ef728f32d962ecd485ef2b44ff0c063bde67a605d7a4610f1f5100d1c30d691e6546434c615da65

View file

@ -1,49 +1,49 @@
Summary: A GUI front-end to CHMlib
Name: xchm
Version: 1.39
Version: 1.36
Release: %autorelease
License: GPL-2.0-or-later
URL: https://github.com/rzvncj/xCHM
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source0: %{url}/releases/download/%{version}/xchm-%{version}.tar.gz
BuildRequires: chmlib-devel
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libappstream-glib
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: gcc
BuildRequires: chmlib-devel
BuildRequires: wxGTK-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
%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
%configure --disable-dependency-tracking
%make_build
%install
%make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/xchm.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/xchm.appdata.xml
%find_lang %{name}
%files -f %{name}.lang
%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*
%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*
%changelog
%autochangelog