X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-pyicu.git;a=blobdiff_plain;f=python-pyicu.spec;h=90f3d37f566d04ef5a24af88b92da98254355396;hp=f89d265d3d735e99e343e591458a5c8cdc51cf95;hb=89bf097;hpb=cc11606ceb6b2957d2a444481d341143ec87c557 diff --git a/python-pyicu.spec b/python-pyicu.spec index f89d265..90f3d37 100644 --- a/python-pyicu.spec +++ b/python-pyicu.spec @@ -6,12 +6,12 @@ Summary: PyICU - Python 2 extension wrapping IBM's ICU C++ API Summary(pl.UTF-8): PyICU - rozszerzenie Pythona 2 obudowujące API C++ biblioteki ICU firmy IBM Name: python-pyicu -Version: 1.6 -Release: 1 +Version: 1.8 +Release: 7 License: MIT-like Group: Development/Languages/Python Source0: https://pypi.python.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz -# Source0-md5: 5e080392a01820a5e99add20ac9a3e40 +# Source0-md5: 00c8d40e5400f52c8474aa9480e8dbc1 URL: http://pyicu.osafoundation.org/ BuildRequires: libicu-devel >= 3.6 BuildRequires: libstdc++-devel @@ -59,16 +59,12 @@ Ten pakiet zawiera moduł Pythona 3. %build %if %{with python2} -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ -%{__python} setup.py build \ +%py_build \ --build-base build-2 %endif %if %{with python3} -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ -%{__python3} setup.py build \ +%py3_build \ --build-base build-3 %endif @@ -76,7 +72,7 @@ CFLAGS="%{rpmcflags}" \ rm -rf $RPM_BUILD_ROOT %if %{with python2} -%{__python} setup.py build \ +%py_build \ --build-base build-2 \ install \ --skip-build \ @@ -87,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT %endif %if %{with python3} -%{__python3} setup.py build \ +%py3_build \ --build-base build-3 \ install \ --skip-build \