From 052a0a9f547ee874b4bbefe3e57db752f720a615 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Apr 15 2015 16:51:26 +0000 Subject: Minor tweaks --- diff --git a/python-re2.spec b/python-re2.spec index a8a00d8..c2e57dc 100644 --- a/python-re2.spec +++ b/python-re2.spec @@ -5,8 +5,6 @@ %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif -%global pypiname fb-re2 - Name: python-re2 Version: 1.0.4 @@ -28,7 +26,7 @@ Requires: re2 python-re2 is a Python extension that wraps Google's RE2 regular expression library. -This is Facebook's pyre2 is a Python extension that wraps Google's RE2 regular +This is Facebook's pyre2 Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.