From: Sung-Jin Park Date: Tue, 25 Apr 2017 04:29:53 +0000 (+0900) Subject: packaging: correct TZ_SYS_RO_SHARE macro to remove build warning X-Git-Tag: accepted/tizen/7.0/unified/20221110.062241~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5da3c3f1b0cb500336ab9bb9dfe9800b9fd25c21;p=platform%2Fupstream%2Flibevdev.git packaging: correct TZ_SYS_RO_SHARE macro to remove build warning Change-Id: I77e195c5621fc35098b309d3e55cbd9c528b4c21 Signed-off-by: Sung-Jin Park --- diff --git a/packaging/libevdev.spec b/packaging/libevdev.spec index 74276f5..70bedc9 100644 --- a/packaging/libevdev.spec +++ b/packaging/libevdev.spec @@ -12,7 +12,7 @@ BuildRequires: doxygen BuildRequires: make BuildRequires: python -%global TZ_SYS_RO_SHARE %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share} +%{!?TZ_SYS_RO_SHARE: %global TZ_SYS_RO_SHARE /usr/share} %description libevdev is a wrapper library for evdev devices. it moves the common