From b65350c64e08a163a7c921a8baddcb23c5bf44aa Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 2 Apr 2014 11:02:02 +0200 Subject: [PATCH] Fix RPMLINT Change-Id: Iffe8012f597449773809cf3b82708731e88f71f5 Signed-off-by: Maciej Wereski --- packaging/liblivebox-viewer.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index 7ff53a3..2210ed4 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -4,7 +4,7 @@ Name: liblivebox-viewer Summary: Library for developing the application Version: 0.30.0 Release: 1 -Group: HomeTF/Livebox +Group: Web Framework/Libraries License: Flora Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest @@ -19,7 +19,7 @@ BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(livebox-service) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(vconf) -Requires: libtzplatform-config +BuildRequires: pkgconfig(libtzplatform-config) %if %{with wayland} %else @@ -32,7 +32,7 @@ API for creating a new instance of the livebox and managing its life-cycle. %package devel Summary: Livebox viewer development library (dev) -Group: Development/Libraries +Group: Web Framework/Development Requires: %{name} = %{version}-%{release} %description devel -- 2.7.4