summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-12-01 16:56:50 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-12-01 16:56:50 +0900
commit964dfb18be7327a80bdc90865cb537db53d549f7 (patch)
treeccf90d69cdab5915928146ec293dde3b86cdedc5
parent375f66f7a15cef06eaa2b8dd7663201713a4f262 (diff)
downloadre2-accepted/tizen_wearable.tar.gz
re2-accepted/tizen_wearable.tar.bz2
re2-accepted/tizen_wearable.zip
[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.spec11
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