Corrected package dependencies.
authorOssama Othman <ossama.othman@intel.com>
Tue, 25 Mar 2014 22:37:43 +0000 (15:37 -0700)
committerOssama Othman <ossama.othman@intel.com>
Tue, 25 Mar 2014 22:37:43 +0000 (15:37 -0700)
The -devel package should depend on %{name} = %{version}.
Removed redundant weston-ivi-shell package dependency.

Change-Id: I8f7e7f0d9b4619c0cfceafd22541c12398c6bd74
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
packaging/genivi-shell.spec

index 4caf461..3c4dc28 100644 (file)
@@ -5,7 +5,7 @@ Summary:        GENIVI Shell Plugin-in
 License:        Apache-2.0
 Group:          Graphics & UI Framework/Wayland Window System
 Url:            http://git.projects.genivi.org/wayland-ivi-extension.git
-Source0:         %name-%version.tar.gz
+Source0:        %name-%version.tar.gz
 BuildRequires:  autoconf >= 2.64, automake >= 1.11
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(wayland-client)
@@ -15,7 +15,6 @@ BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(weston)
 BuildRequires:  pkgconfig(xkbcommon)
-BuildRequires:  weston-ivi-shell
 BuildRequires:  weston-ivi-shell-devel
 
 %description
@@ -25,6 +24,7 @@ manager client interface.
 %package devel
 Summary: Development files for package %{name}
 Group:   Graphics & UI Framework/Development
+Requires: %{name} = %{version}
 %description devel
 This package provides header files and other developer files needed for
 creating GENIVI layer manager clients.