$ git show --format=fuller --patch-with-stat --summary bfeeaa1c36d73d36edd5d71afe54ac7c1d323a3b
commit bfeeaa1c36d73d36edd5d71afe54ac7c1d323a3b
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Sun Feb 7 00:24:54 2021 +0100
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Sun Feb 7 00:24:54 2021 +0100
add missing BR
---
xsd.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xsd.spec b/xsd.spec
index a07ca52..e4f1bc2 100644
--- a/xsd.spec
+++ b/xsd.spec
@@ -45,8 +45,8 @@ dealing with intricacies of reading and writing XML.
#---------------------------------------------------------------------------
%package devel
-Group: System/Libraries
Summary: Development files for xsd
+Group: System/Libraries
Requires: xerces-c-devel
Requires: %{name} = %{version}
@@ -59,9 +59,9 @@ This package provides development files for xsd.
#---------------------------------------------------------------------------
%package doc
-Group: Books/Computer books
Summary: API documentation files for %{name}
-
+Group: Books/Computer books
+BuildRequires: ghostscript
%description doc
This package contains API documentation for %{name}.