summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
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}