chore(update): 9.9.0
This commit is contained in:
parent
b4bb614c3d
commit
af743e6641
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (yacreader-9.8.2.2106195-src.tar.xz) = 29b7009d138638e31a7f6348e42db484955f58642165f7954e368cfd275876458fcae942b42aed0ddf562dc92e13caef133f6c406a49a260ab3fa208c2456056
|
||||
SHA512 (yacreader-9.9.0.2209032-src.tar.xz) = 9d17b48f799d5340d8d36f0d220f97ff99ccc633cead99da920d818694a61c445f6c580402619dd48b8d85dcc9d4f41829bc1dc9cab09a68931d257e1c7c0838
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user