[keepass] Use "doc" rather than "-n %{name}-doc" in subpackages.

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


commit 6a9327078220aa4c6f43d2e23e3c7381c291e869
Author: Peter Oliver <git at mavit.org.uk>
Date:   Thu May 22 19:10:37 2014 +0100

    Use "doc" rather than "-n %{name}-doc" in subpackages.

 keepass.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/keepass.spec b/keepass.spec
index 30d05ed..2d3ed27 100644
--- a/keepass.spec
+++ b/keepass.spec
@@ -98,10 +98,10 @@ fi
 Summary:        Documentation for the KeePass password manager
 BuildArch: 	noarch
 
-%description -n %{name}-doc
+%description doc
 Documentation for KeePass, a free open source password manager.
 
-%files -n %{name}-doc
+%files doc
 %dir %{_docdir}
 %doc %{_docdir}/%{name}/Chm/
 
@@ -110,6 +110,7 @@ Documentation for KeePass, a free open source password manager.
 * 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.
+- Use "doc" rather than "-n %{name}-doc" in subpackages.
 
 * Sun May 18 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-4
 - Install .desktop file via desktop-file-install.


More information about the scm-commits mailing list