]> git.pld-linux.org Git - packages/python-pyicu.git/blobdiff - python-pyicu.spec
automatic change: use py_build/py_install macros
[packages/python-pyicu.git] / python-pyicu.spec
index f89d265d3d735e99e343e591458a5c8cdc51cf95..5d072659755667552a254623126d5355a1a8efe5 100644 (file)
@@ -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:       6
 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 \
This page took 0.068382 seconds and 4 git commands to generate.