]> git.pld-linux.org Git - packages/python-alabaster.git/blobdiff - python-alabaster.spec
rebuild with tests and docs
[packages/python-alabaster.git] / python-alabaster.spec
index e4cc62251f00c98d5d948a0ca17bb45da61c025b..b3a9e73d58e453e7d60244ac66cf47369b8a360c 100644 (file)
@@ -7,24 +7,24 @@
 Summary:       A configurable sidebar-enabled Sphinx theme
 Summary(pl.UTF-8):     Konfigurowany motyw z bocznym panelem dla Sphinksa
 Name:          python-%{module}
-Version:       0.7.10
-Release:       2
+Version:       0.7.12
+Release:       6
 License:       BSD
 Group:         Libraries/Python
-#Source0Download: https://pypi.python.org/simple/alabaster
+#Source0Download: https://pypi.org/simple/alabaster/
 Source0:       https://files.pythonhosted.org/packages/source/a/alabaster/%{module}-%{version}.tar.gz
-# Source0-md5: 7934dccf38801faa105f6e7b4784f493
-URL:           https://pypi.python.org/pypi/alabaster
+# Source0-md5: 3591827fde96d1dd23970fb05410ed04
+URL:           https://pypi.org/project/alabaster/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.6
-BuildRequires: python-setuptools >= 7.0
+BuildRequires: python-setuptools >= 1:7.0
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.2
 BuildRequires: python3-modules >= 1:3.2
-BuildRequires: python3-setuptools >= 7.0
+BuildRequires: python3-setuptools >= 1:7.0
 %endif
 Requires:      python-modules >= 1:2.6
 BuildArch:     noarch
@@ -73,11 +73,11 @@ z nim.
 
 %build
 %if %{with python2}
-%py_build %{?with_tests:test}
+%py_build
 %endif
 
 %if %{with python3}
-%py3_build %{?with_tests:test}
+%py3_build
 %endif
 
 %install
@@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc README.rst
+%doc LICENSE README.rst
 %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
 %endif
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc README.rst
+%doc LICENSE README.rst
 %{py3_sitescriptdir}/%{module}
 %{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
 %endif
This page took 0.025148 seconds and 4 git commands to generate.