[keepass] Use "*" rather than ".gz" as the man page suffix, in case the compression format changes.

mavit mavit at fedoraproject.org
Thu May 22 18:18:00 UTC 2014


commit d4596a30f1ea13bbce141481171f5c9d79eb88c9
Author: Peter Oliver <git at mavit.org.uk>
Date:   Thu May 22 19:06:24 2014 +0100

    Use "*" rather than ".gz" as the man page suffix, in case the compression format changes.

 keepass.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/keepass.spec b/keepass.spec
index c814205..30d05ed 100644
--- a/keepass.spec
+++ b/keepass.spec
@@ -1,6 +1,6 @@
 Name:           keepass
 Version:        2.26
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Password manager
 
 License:        GPLv2+
@@ -71,7 +71,7 @@ cp -pr Docs/Chm %{buildroot}/%{_docdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/mime
 %{_datadir}/icons/hicolor
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1*
 %{_datadir}/appdata/%{name}.appdata.xml
 
 
@@ -107,6 +107,10 @@ Documentation for KeePass, a free open source password manager.
 
 
 %changelog
+* Thu May 22 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-5
+- Use "*" rather than ".gz" as the man page suffix, in case the
+  compression format changes.
+
 * Sun May 18 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-4
 - Install .desktop file via desktop-file-install.
 - Don't recreate the build-root.


More information about the scm-commits mailing list