## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-sphinx-inline-tabs # There are 2 different versions here: # https://github.com/pradyunsg/sphinx-inline-tabs/issues/7 Version: 2023.04.21 %global tag 2023.04.21 Release: %autorelease Summary: Add inline tabbed content to your Sphinx documentation # SPDX License: MIT URL: https://github.com/pradyunsg/sphinx-inline-tabs Source0: %{url}/archive/%{tag}/sphinx-inline-tabs-%{tag}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %global _description %{expand: Add inline tabbed content to your Sphinx documentation. Features: - Elegant design: Small footprint in the markup and generated website, while looking good. - Configurable: All the colors can be configured using CSS variables. - Synchronization: Tabs with the same label all switch with a single click. - Works without JavaScript: JavaScript is not required for the basics, only for synchronization.} %description %_description %package -n python3-sphinx-inline-tabs Summary: %{summary} %description -n python3-sphinx-inline-tabs %_description %prep %autosetup -p1 -n sphinx-inline-tabs-%{tag} %generate_buildrequires # There is a [test] extra, but there are no tests :/ # https://github.com/pradyunsg/sphinx-inline-tabs/issues/6 %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files sphinx_inline_tabs %files -n python3-sphinx-inline-tabs -f %{pyproject_files} %doc README.md %doc CODE_OF_CONDUCT.md %license LICENSE %changelog ## START: Generated by rpmautospec * Sun Mar 17 2024 Charalampos Stratakis - 2023.04.21-1 - Update to 2023.04.21 - Resolves: rhbz#2188768 * Fri Jan 26 2024 Fedora Release Engineering - 2022.01.02~b11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 2022.01.02~b11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 2022.01.02~b11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint - 2022.01.02~b11-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 2022.01.02~b11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 2022.01.02~b11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 2022.01.02~b11-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2022.01.02~b11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Malcolm Inglis - 2022.01.02~b11-1 - Update to upstream version - Fixes: rhbz#1994751 * Fri Jul 23 2021 Fedora Release Engineering - 2021.04.11~b9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 23 2021 Karolina Surma - 2021.04.11~b9-1 - Update to upstream version - Fixes: rhbz#1941094 * Fri Jun 04 2021 Python Maint - 2020.10.19~b4-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 2020.10.19~b4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 30 2020 Miro HronĨok - 2020.10.19~b4-1 - Initial package - Fixes: rhbz#1902760 ## END: Generated by rpmautospec