summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-01-17 10:18:14 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-01-17 13:13:46 +0900
commitb615969580f1a1919b47fcb86f7d0ee4ecedc610 (patch)
tree0d539baf0a6752ec8f57c7d31170261b49908f80
parent7d2b2c27ba0d30a951c26802a7412d8c3a563ef0 (diff)
downloadscreen-connector-b615969580f1a1919b47fcb86f7d0ee4ecedc610.tar.gz
screen-connector-b615969580f1a1919b47fcb86f7d0ee4ecedc610.tar.bz2
screen-connector-b615969580f1a1919b47fcb86f7d0ee4ecedc610.zip
Changes: - Add tizen remote surface buffer changed callback Change-Id: I87c2c4d15db825b050fa5545276057f6f4fced7c Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--packaging/libscreen_connector.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/libscreen_connector.spec b/packaging/libscreen_connector.spec
index c419aa0..469cdc3 100644
--- a/packaging/libscreen_connector.spec
+++ b/packaging/libscreen_connector.spec
@@ -1,6 +1,6 @@
Name: libscreen_connector
Summary: Library for developing the application
-Version: 1.0
+Version: 1.1.0
Release: 1
Group: Applications/Core Applications
License: Apache-2.0
@@ -36,7 +36,8 @@ cp %{SOURCE1002} .
cp %{SOURCE1003} .
%build
-%cmake . -DTZ_SYS_SHARE=/usr/share
+MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
+%cmake . -DTZ_SYS_SHARE=/usr/share -DMAJORVER=${MAJORVER} -DFULLVER=%{version}
make %{?jobs:-j%jobs}
%install
@@ -140,4 +141,4 @@ Header & package configuration files to support development of the widget viewer
%{_libdir}/pkgconfig/screen_connector_watcher_evas.pc
-# End of a file \ No newline at end of file
+# End of a file