]> git.pld-linux.org Git - packages/python3-sphinx_favicon.git/blame - python3-sphinx_favicon.spec
rebuild with python 3.10
[packages/python3-sphinx_favicon.git] / python3-sphinx_favicon.spec
CommitLineData
6a4137e6
JB
1Summary: Sphinx Extension adding support for custom favicons
2Summary(pl.UTF-8): Rozszerzenie Sphinksa dodające obsługę własnych favikonek
3Name: python3-sphinx_favicon
4Version: 0.2
6b5050de 5Release: 2
6a4137e6
JB
6License: MIT
7Group: Libraries/Python
8#Source0Download: https://pypi.org/simple/sphinx-favicon/
9Source0: https://files.pythonhosted.org/packages/source/s/sphinx-favicon/sphinx-favicon-%{version}.tar.gz
10# Source0-md5: 758925ab5b4669f214d0be843f033caa
11URL: https://pypi.org/project/sphinx-favicon/
12BuildRequires: python3-modules >= 1:3.6
13BuildRequires: python3-setuptools >= 1:40.9.0
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.714
16Requires: python3-modules >= 1:3.6
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21With sphinx-favicon, you can add custom favicons to your Sphinx HTML
22documentation quickly and easily.
23
24%description -l pl.UTF-8
25Przy użyciu modułu sphinx-favicon można szybko i łatwo dodawać własne
26favikonki 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
35rm -rf $RPM_BUILD_ROOT
36
37%py3_install
38
39%clean
40rm -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.068889 seconds and 4 git commands to generate.