]> git.pld-linux.org Git - packages/python3-markupsafe.git/blobdiff - python-markupsafe.spec
BR: rpmbuild(macros) >= 1.710
[packages/python3-markupsafe.git] / python-markupsafe.spec
index 4ff432fbe94d250275b1dfb35c92143e51d6276c..d2b52fde3d8112da1963776023c5a9a8fc71512a 100644 (file)
@@ -9,7 +9,7 @@ Summary:        MarkupSafe - a XML/HTML/XHTML Markup safe string for Python 2
 Summary(pl.UTF-8):     MarkupSafe - łańcuch dla Pythona 2 bezpieczny pod kątem znaczników XML/HTML/XHTML
 Name:          python-%{module}
 Version:       0.23
-Release:       5
+Release:       6
 License:       BSD
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.python.org/pypi/MarkupSafe
@@ -17,7 +17,7 @@ Source0:      https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{versi
 # Source0-md5: f5ab3deee4c37cd6a922fb81e730da6e
 URL:           http://www.pocoo.org/
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: rpmbuild(macros) >= 1.710
 %if %{with python2}
 BuildRequires: python-devel
 BuildRequires: python-setuptools
@@ -67,18 +67,14 @@ cp -a py2 py3
 %if %{with python2}
 cd py3
 # CFLAGS is only for arch packages - remove on noarch packages
-CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
-%{__python} setup.py build
+%py_build
 %{?with_tests:%{__python} setup.py test}
 cd ..
 %endif
 
 %if %{with python3}
 cd py3
-CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
-%{__python3} setup.py build
+%py3_build
 %{?with_tests:%{__python3} setup.py test}
 cd ..
 %endif
@@ -87,9 +83,7 @@ cd ..
 rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 cd py2
-%{__python} setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%py_install
 
 # C code errantly gets installed
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/markupsafe/_speedups.c
@@ -101,9 +95,7 @@ cd ..
 
 %if %{with python3}
 cd py3
-%{__python3} setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%py3_install
 
 
 # C code errantly gets installed
This page took 0.046517 seconds and 4 git commands to generate.