From af743e6641d2257869e89b29bf94eac6275c82fb Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 4 Sep 2022 16:26:03 +0300 Subject: [PATCH] chore(update): 9.9.0 --- .gitignore | 1 + sources | 2 +- yacreader.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 687931d..8223dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /yacreader-9.7.0.tar.gz /yacreader-9.7.1.tar.gz /yacreader-9.8.2.2106195-src.tar.xz +/yacreader-9.9.0.2209032-src.tar.xz diff --git a/sources b/sources index 9683acb..bbadd4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yacreader-9.8.2.2106195-src.tar.xz) = 29b7009d138638e31a7f6348e42db484955f58642165f7954e368cfd275876458fcae942b42aed0ddf562dc92e13caef133f6c406a49a260ab3fa208c2456056 +SHA512 (yacreader-9.9.0.2209032-src.tar.xz) = 9d17b48f799d5340d8d36f0d220f97ff99ccc633cead99da920d818694a61c445f6c580402619dd48b8d85dcc9d4f41829bc1dc9cab09a68931d257e1c7c0838 diff --git a/yacreader.spec b/yacreader.spec index 3f84e3b..d766d1e 100644 --- a/yacreader.spec +++ b/yacreader.spec @@ -1,8 +1,8 @@ %global appname YACReader -%global versuf 2106195 +%global versuf 2209032 Name: yacreader -Version: 9.8.2 +Version: 9.9.0 Release: %autorelease Summary: Cross platform comic reader and library manager @@ -24,6 +24,7 @@ BuildRequires: pkgconfig(libunarr) BuildRequires: pkgconfig(poppler-qt5) BuildRequires: pkgconfig(Qt5) BuildRequires: pkgconfig(Qt5Multimedia) +BuildRequires: pkgconfig(Qt5QuickControls2) BuildRequires: pkgconfig(Qt5ScriptTools) BuildRequires: pkgconfig(Qt5Svg) # For YACReaderLibrary QR Code display @@ -39,7 +40,7 @@ files. %prep -%autosetup -n %{name}-%{version}.%{versuf} -p1 +%autosetup -n %{name}-%{version}.%{versuf} # wrong-file-end-of-line-encoding fix sed -i 's/\r$//' INSTALL.md @@ -69,11 +70,12 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_bindir}/%{appname} %{_bindir}/%{appname}Library %{_bindir}/%{appname}LibraryServer -%{_datadir}/%{name}/ +%{_datadir}/%{name}/server/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/*.svg %{_mandir}/man1/*.1* %{_userunitdir}/*.service +%dir %{_datadir}/%{name}/ %changelog