]> git.pld-linux.org Git - packages/python3-sphinx_favicon.git/blob - python3-sphinx_favicon.spec
rebuild with python 3.10
[packages/python3-sphinx_favicon.git] / python3-sphinx_favicon.spec
1 Summary:        Sphinx Extension adding support for custom favicons
2 Summary(pl.UTF-8):      Rozszerzenie Sphinksa dodające obsługę własnych favikonek
3 Name:           python3-sphinx_favicon
4 Version:        0.2
5 Release:        2
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/sphinx-favicon/
9 Source0:        https://files.pythonhosted.org/packages/source/s/sphinx-favicon/sphinx-favicon-%{version}.tar.gz
10 # Source0-md5:  758925ab5b4669f214d0be843f033caa
11 URL:            https://pypi.org/project/sphinx-favicon/
12 BuildRequires:  python3-modules >= 1:3.6
13 BuildRequires:  python3-setuptools >= 1:40.9.0
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 With sphinx-favicon, you can add custom favicons to your Sphinx HTML
22 documentation quickly and easily.
23
24 %description -l pl.UTF-8
25 Przy użyciu modułu sphinx-favicon można szybko i łatwo dodawać własne
26 favikonki do dokumentacji HTML generowanej przez Sphinksa.
27
28 %prep
29 %setup -q -n sphinx-favicon-%{version}
30
31 %build
32 %py3_build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %py3_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc LICENSE README.md
45 %{py3_sitescriptdir}/sphinx-favicon
46 %{py3_sitescriptdir}/sphinx_favicon-%{version}-py*.egg-info
This page took 0.081468 seconds and 3 git commands to generate.