diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-12-01 16:56:50 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-12-01 16:56:50 +0900 |
commit | 964dfb18be7327a80bdc90865cb537db53d549f7 (patch) | |
tree | ccf90d69cdab5915928146ec293dde3b86cdedc5 | |
parent | 375f66f7a15cef06eaa2b8dd7663201713a4f262 (diff) | |
download | re2-accepted/tizen/wearable/20170112.222156.tar.gz re2-accepted/tizen/wearable/20170112.222156.tar.bz2 re2-accepted/tizen/wearable/20170112.222156.zip |
Bump to re2 20161101tizen_4.0.m2_releasetizen_4.0.m1_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_unified/20170308.100416submit/tizen_4.0/20170828.100007submit/tizen_4.0/20170811.094300submit/tizen/20170112.004302accepted/tizen/wearable/20170112.222156accepted/tizen/unified/20170309.040416accepted/tizen/tv/20170112.222140accepted/tizen/mobile/20170112.222126accepted/tizen/ivi/20170112.222214accepted/tizen/common/20170112.174337accepted/tizen/4.0/unified/20170828.221731accepted/tizen/4.0/unified/20170816.011740tizen_4.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_4.0_unified
[Model] ALL
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] Bump to re2 20161101
[Cause & Measure] Bump to re2 20161101
[Checking Method] N/A
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ib733450ec6844f5cbc1d33f552234dfdea9ce3ea
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r-- | packaging/re2.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packaging/re2.spec b/packaging/re2.spec index 2703c11..17ae904 100644 --- a/packaging/re2.spec +++ b/packaging/re2.spec @@ -14,9 +14,9 @@ # published by the Open Source Initiative. Name: re2 -Version: 20130115 +Version: 20161101 Release: 1 -License: BSD-3-Clause +License: BSD-2.0 Summary: An efficient, principled regular expression library Url: http://code.google.com/p/re2/ Group: System/Libraries @@ -30,7 +30,7 @@ Python. It is a C++ library. %package -n libre2 -License: BSD-3-Clause +License: BSD-2.0 Summary: An efficient, principled regular expression library Group: System/Libraries @@ -41,7 +41,7 @@ Python. It is a C++ library. %package devel -License: BSD-3-Clause +License: BSD-2.0 Summary: An efficient, principled regular expression library Group: System/Libraries Requires: libre2 = %{version} @@ -79,4 +79,5 @@ rm $RPM_BUILD_ROOT%{_libdir}/libre2.a %files devel %defattr(-, root, root, -) %{_includedir}/re2 -%{_libdir}/libre2.so
\ No newline at end of file +%{_libdir}/libre2.so +%{_libdir}/pkgconfig/re2.pc |