]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- updated URLs, noarch apidocs
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Oct 2019 14:32:54 +0000 (16:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Oct 2019 14:32:54 +0000 (16:32 +0200)
python-ext.spec

index 0e845e20a609e222aa94804ca1eaffb244f2e1c8..bc9bf398dfbb13260bdea2512c33ba5c76f42c90 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}" >= "5"
+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.061743 seconds and 4 git commands to generate.