diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:30:33 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:30:33 +0900 |
commit | 094c20a84cd9fa36e4ba2734f6ddd6f0cebc3336 (patch) | |
tree | 91d73fc96a2a1e1e5d28ed2300c3f434f0b426c6 /packaging/capi-system-media-key.spec | |
parent | d53b063c863f0058699fe884485deb54da3042bd (diff) | |
download | media-key-tizen_2.3.tar.gz media-key-tizen_2.3.tar.bz2 media-key-tizen_2.3.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.060852tizen_2.3
Diffstat (limited to 'packaging/capi-system-media-key.spec')
-rw-r--r-- | packaging/capi-system-media-key.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/packaging/capi-system-media-key.spec b/packaging/capi-system-media-key.spec index 2e63720..c80c511 100644 --- a/packaging/capi-system-media-key.spec +++ b/packaging/capi-system-media-key.spec @@ -1,17 +1,19 @@ Name: capi-system-media-key Summary: A System Information library in SLP C API -Version: 0.1.1 +Version: 0.1.2 Release: 6 Group: TO_BE/FILLED_IN License: TO BE FILLED IN Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(capi-base-common) -BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(utilX) +BuildRequires: pkgconfig(ecore) +BuildRequires: pkgconfig(ecore-x) +BuildRequires: pkgconfig(ecore-input) +BuildRequires: pkgconfig(evas) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -33,10 +35,10 @@ Requires: %{name} = %{version}-%{release} %build -%if 0%{?tizen_build_binary_release_type_eng} -export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE" -export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE" -export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE" +%if 0%{?sec_build_binary_debug_enable} +export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE" +export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE" +export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" %endif MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} |