[libvirt] [libvirt-designer][PATCH 6/6] spec: Cleanup for rpmlint

Michal Privoznik mprivozn at redhat.com
Tue Sep 18 15:52:29 UTC 2012


In order to prevent warnings and errors from rpmlint we need
to cleanup spec file: capitalization summary and spell check
(s/runtime/run-time/)
---
 libvirt-designer.spec.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libvirt-designer.spec.in b/libvirt-designer.spec.in
index ede7185..a8fefff 100644
--- a/libvirt-designer.spec.in
+++ b/libvirt-designer.spec.in
@@ -14,7 +14,7 @@
 Name: @PACKAGE@
 Version: @VERSION@
 Release: 1%{?dist}%{?extra_release}
-Summary: libvirt configuration designer
+Summary: Libvirt configuration designer
 Group: Development/Tools
 License: LGPLv2+
 URL: http://libvirt.org/
@@ -28,11 +28,11 @@ BuildRequires: gobject-introspection-devel
 
 %package libs
 Group: Development/Libraries
-Summary: libvirt configuration designer libraries
+Summary: Libvirt configuration designer libraries
 
 %package devel
 Group: Development/Libraries
-Summary: libvirt configuration designer development headers
+Summary: Libvirt configuration designer development headers
 Requires: %{name}-libs = %{version}-%{release}
 Requires: libvirt-gconfig-devel >= 0.0.9
 
@@ -41,7 +41,7 @@ This package provides the libvirt configuration designer command
 line tools.
 
 %description libs
-This package provides the libvirt configuration designer runtime
+This package provides the libvirt configuration designer run-time
 libraries.
 
 %description devel
-- 
1.7.8.6




More information about the libvir-list mailing list