]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - python-ext.spec
- rpm.org supports noarch packages since 4.6
[projects/template-specs.git] / python-ext.spec
index 0e845e20a609e222aa94804ca1eaffb244f2e1c8..ea175793fe19042553f46000687afac33959d4cd 100644 (file)
@@ -17,9 +17,11 @@ Version:     _
 Release:       0.1
 License:       - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
 Group:         Libraries/Python
-Source0:       https://pypi.python.org/packages/source/M/MODULE/%{module}-%{version}.tar.gz
+# if pypi:
+#Source0Download: https://pypi.org/simple/MODULE/
+Source0:       https://files.pythonhosted.org/packages/source/M/MODULE/%{module}-%{version}.tar.gz
 # Source0-md5: -
-#URL:          https://pypi.python.org/pypi/MODULE
+#URL:          https://pypi.org/project/MODULE/
 URL:           -
 BuildRequires: rpm-pythonprov
 # for the py_build, py_install macros
@@ -56,6 +58,9 @@ Requires:     python3-modules
 Summary:       %{module} API documentation
 Summary(pl.UTF-8):     Dokumentacja API %{module}
 Group:         Documentation
+%if "%{_rpmversion}" >= "4.6"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for %{module}.
@@ -86,8 +91,10 @@ rm -rf _build/html/_sources
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %if %{with python2}
 %py_install
+
 %py_postclean
 %endif
 
@@ -125,7 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES LICENSE
+# copy %doc from python2 package here
 %dir %{py3_sitedir}/%{module}
 %{py3_sitedir}/%{module}/*.py
 %attr(755,root,root) %{py3_sitedir}/%{module}/*.so
This page took 0.266498 seconds and 4 git commands to generate.