summaryrefslogtreecommitdiff
path: root/irfanview/irfanview.spec
diff options
context:
space:
mode:
Diffstat (limited to 'irfanview/irfanview.spec')
-rw-r--r--irfanview/irfanview.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec
index 85c2cdf..a6fd0fc 100644
--- a/irfanview/irfanview.spec
+++ b/irfanview/irfanview.spec
@@ -5,8 +5,8 @@
#global upstream_url http://www.irfanview.info/files
Name: irfanview
-Version: 4.54
-Release: 3
+Version: 4.56
+Release: 1
Summary: irfanview is a graphics viewer
%define version_num %( echo %version | tr -d '\.' )
@@ -113,6 +113,7 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE4}
# man pages
pushd %{name}-bin32
%{__install} -p -D -m0644 -t %{buildroot}%{_docdir}/%{name} *.txt *.chm
+%{__install} -p -m0755 -d %{buildroot}%{_docdir}/%{name}/Html
%{__install} -p -D -m0644 -t %{buildroot}%{_docdir}/%{name}/Html Html/*
popd
@@ -204,6 +205,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%{_datadir}/%{name}64
%changelog
+* Fri Nov 06 2020 B Stack <bgstack15@gmail.com> - 4.56-1
+- version bump
+
* Tue Jul 14 2020 B Stack <bgstack15@gmail.com> - 4.54-3
- Improve filename handling again
bgstack15