Requires pkgconfig(sensor) instead of libsensord-devel 28/108228/6
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 3 Jan 2017 11:15:45 +0000 (20:15 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 17 Apr 2017 01:35:57 +0000 (18:35 -0700)
To remove profile build dependencies from sensord, sensord's package set is being restructured.
In the new sensord package set, libsensord-devel does not exist anymore.
Temporarily, a dummy package libsensord-devel, which just requires sensord-devel,
will be added to the snapshot, but it will be removed soon.

Naturally, from any packages, libsensord-devel should not be directly required.
Requiring pkgconfig(sensor) will work without issues instead.

Change-Id: Icd366697554927159964851e465f1008639de6c2
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/e-mod-tizen-wm-policy.spec

index 0450c2b..bce7b77 100644 (file)
@@ -10,7 +10,7 @@ License:    BSD-2-Clause and Flora-1.1
 Source0:    %{name}-%{version}.tar.bz2
 BuildRequires: pkgconfig(enlightenment)
 BuildRequires: pkgconfig(ttrace)
-BuildRequires: libsensord-devel
+BuildRequires: pkgconfig(sensor)
 BuildRequires: pkgconfig(vconf)
 %if %{with x}
 BuildRequires: pkgconfig(x11)