summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2012-08-21 19:13:39 +0900
committerjy910.yun <jy910.yun@samsung.com>2012-08-21 19:13:39 +0900
commitabc612c89a84bb39fb6087aa9945413b18e705d7 (patch)
tree9089dbb1fcae5891e15ee304a3a4dbee5292d7e8 /packaging
parentecb135202477d60f05b3e3067ac834fba6657a6a (diff)
downloadfeedback-master.tar.gz
feedback-master.tar.bz2
feedback-master.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/capi-uix-feedback.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/packaging/capi-uix-feedback.spec b/packaging/capi-uix-feedback.spec
index 897c4dc..1970501 100644
--- a/packaging/capi-uix-feedback.spec
+++ b/packaging/capi-uix-feedback.spec
@@ -1,9 +1,10 @@
+#sbs-git:slp/api/feedback capi-uix-feedback 0.1.0 9e3a9cabdd5ad5c9103713e4a3f9c56c28cddde2
Name: capi-uix-feedback
-Summary: A Feedback library in Tizen Native API
-Version: 0.1.0
-Release: 8
+Summary: A Feedback library in SLP C API
+Version: 0.1.0
+Release: 7
Group: TO_BE/FILLED_IN
-License: Apache-2.0
+License: TO BE FILLED IN
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
@@ -17,7 +18,7 @@ Requires(postun): /sbin/ldconfig
%package devel
-Summary: A Feedback library in Tizen Native API (Development)
+Summary: A Feedback library in SLP C API (Development)
Group: TO_BE/FILLED_IN
Requires: %{name} = %{version}-%{release}
@@ -28,8 +29,7 @@ Requires: %{name} = %{version}-%{release}
%build
-MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DMAJORVER=0 -DFULLVER=%{version}
make %{?jobs:-j%jobs}