projects
/
platform
/
core
/
appfw
/
librua.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e7e8b
)
Fix bug about versioning
36/110636/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 17 Jan 2017 08:30:36 +0000
(17:30 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 17 Jan 2017 08:30:36 +0000
(17:30 +0900)
Change-Id: Ifbbc15bc8bf6c525e2f415ac928f7d19f124e18c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/librua.spec
patch
|
blob
|
history
diff --git
a/packaging/librua.spec
b/packaging/librua.spec
index
9920558
..
57af47e
100644
(file)
--- a/
packaging/librua.spec
+++ b/
packaging/librua.spec
@@
-40,7
+40,7
@@
cp %{SOURCE1001} .
%build
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%cmake -DFULLVER=%{version} \
- -DMAJORVER=
%
{MAJORVER} \
+ -DMAJORVER=
$
{MAJORVER} \
.
make %{?_smp_mflags}