chore(update): 9.8.2 | Co-authored-by: Jack Xu <jackyzy823@gmail.com>

build(add BR): libqrencode
build(add BR): Qt5Svg
This commit is contained in:
Artem Polishchuk 2021-11-28 13:39:07 +03:00
parent e5a0b12177
commit 1044e614a5
3 changed files with 21 additions and 11 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/yacreader-9.6.2.tar.gz
/yacreader-9.7.0.tar.gz
/yacreader-9.7.1.tar.gz
/yacreader-9.8.2.2106195-src.tar.xz

View File

@ -1 +1 @@
SHA512 (yacreader-9.7.1.tar.gz) = b314fecf15d494707bae78c3bbbab75aa080cbb171f4dc283cc84360ce36e6beb55bcd58d04ede10247ab75787ab260131a2ecc977e1118f145d4170a4c4e5c6
SHA512 (yacreader-9.8.2.2106195-src.tar.xz) = 29b7009d138638e31a7f6348e42db484955f58642165f7954e368cfd275876458fcae942b42aed0ddf562dc92e13caef133f6c406a49a260ab3fa208c2456056

View File

@ -1,8 +1,9 @@
%global appname YACReader
%global versuf 2106195
Name: yacreader
Version: 9.7.1
Release: 4%{?dist}
Version: 9.8.2
Release: 1%{?dist}
Summary: Cross platform comic reader and library manager
# The entire source code is GPLv3+ except:
@ -11,31 +12,34 @@ Summary: Cross platform comic reader and library manager
# MIT: pictureflow
License: GPLv3+ and BSD and MIT
URL: https://www.yacreader.com
Source0: https://github.com/YACReader/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/YACReader/%{name}/releases/download/%{version}/%{name}-%{version}.%{versuf}-src.tar.xz
BuildRequires: make
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: mesa-libGLU-devel
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(libunarr)
BuildRequires: pkgconfig(poppler-qt5)
BuildRequires: pkgconfig(Qt5)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5ScriptTools)
BuildRequires: pkgconfig(libunarr)
BuildRequires: pkgconfig(poppler-qt5)
BuildRequires: pkgconfig(Qt5Svg)
# For YACReaderLibrary QR Code display
BuildRequires: pkgconfig(libqrencode)
Requires: hicolor-icon-theme
Requires: qt5-qtgraphicaleffects%{?_isa}
Requires: qt5-qtquickcontrols%{?_isa}
%{?systemd_requires}
%description
Best comic reader and comic manager with support for .cbr .cbz .zip .rar comic
files.
%prep
%autosetup -p1
%autosetup -n %{name}-%{version}.%{versuf} -p1
# wrong-file-end-of-line-encoding fix
sed -i 's/\r$//' INSTALL.md
@ -68,11 +72,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/*.svg
%{_mandir}/man1/*
%{_mandir}/man1/*.1*
%{_userunitdir}/*.service
%changelog
* Fri Nov 26 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 9.8.2-1
- chore(update): 9.8.2 | Co-authored-by: Jack Xu <jackyzy823@gmail.com>
- build(add BR): libqrencode
- build(add BR): Qt5Svg
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.7.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild