]> git.pld-linux.org Git - packages/python3-cryptography.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:42 +0000 (18:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:42 +0000 (18:06 +0100)
python-cryptography.spec

index 3882113384ba799daae1ab451f7cc46d7f46f678..89f3970f44c3e7f082698970f9c8aa2e1a67ab8b 100644 (file)
@@ -99,12 +99,12 @@ Ten pakiet zawiera moduĊ‚y Pythona 3.
 export CFLAGS="%{rpmcflags}"
 
 %if %{with python2}
 export CFLAGS="%{rpmcflags}"
 
 %if %{with python2}
-%{__python} setup.py build \
+%py_build \
        --build-base build-2
 %endif
 
 %if %{with python2}
        --build-base build-2
 %endif
 
 %if %{with python2}
-%{__python3} setup.py build \
+%py3_build \
        --build-base build-3
 %endif
 
        --build-base build-3
 %endif
 
@@ -112,11 +112,7 @@ export CFLAGS="%{rpmcflags}"
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
-%{__python} setup.py \
-       build   --build-base build-2 \
-       install --skip-build \
-               --optimize=2 \
-               --root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/cryptography/hazmat/bindings/__pycache__/*.c
 
 %py_postclean
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/cryptography/hazmat/bindings/__pycache__/*.c
@@ -124,11 +120,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with python3}
 %endif
 
 %if %{with python3}
-%{__python3} setup.py \
-       build   --build-base build-3 \
-       install --skip-build \
-               --optimize=2 \
-               --root=$RPM_BUILD_ROOT
+%py3_install
 
 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/cryptography/hazmat/primitives/src/*.[ch]
 %endif
 
 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/cryptography/hazmat/primitives/src/*.[ch]
 %endif
This page took 0.164823 seconds and 4 git commands to generate.