diff options
-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 |