SPECS/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.spec
a75f1cdc
 %define srcname sphinxcontrib-applehelp
 
893c6a53
 Name:           python3-sphinxcontrib-applehelp
 Version:        1.0.2
a75f1cdc
 Release:        3%{?dist}
 Summary:        Sphinx extension for Apple help books
893c6a53
 License:        MIT
 Group:          Development/Languages/Python
 Vendor:         VMware, Inc.
 URL:            https://pypi.org/project/sphinxcontrib-applehelp
a75f1cdc
 Distribution:   Photon
893c6a53
 
a75f1cdc
 Source0: https://files.pythonhosted.org/packages/9f/01/ad9d4ebbceddbed9979ab4a89ddb78c9760e74e6757b1880f1b2760e8295/%{srcname}-%{version}.tar.gz
 %define sha512 %{srcname}=1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da
893c6a53
 
a75f1cdc
 BuildArch: noarch
893c6a53
 
a75f1cdc
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
893c6a53
 
a75f1cdc
 Requires: python3
893c6a53
 
a75f1cdc
 Provides: python%{python3_version}dist(%{srcname})
 
 %description
 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
893c6a53
 
 %prep
a75f1cdc
 %autosetup -p1 -n %{srcname}-%{version}
893c6a53
 
 %build
a75f1cdc
 %{py3_build}
893c6a53
 
 %install
a75f1cdc
 %{py3_install}
893c6a53
 
 %files
 %defattr(-,root,root,-)
 %license LICENSE
 %doc README.rst
a75f1cdc
 %{python3_sitelib}/*
893c6a53
 
 %changelog
a75f1cdc
 * Sun Aug 20 2023 Shreenidhi Shedi <sshedi@vmware.com> 1.0.2-3
 - Fix summary & description
6fb921a4
 * Mon Nov 28 2022 Prashant S Chauhan <psinghchauha@vmware.com> 1.0.2-2
 - Update release to compile with python 3.11
893c6a53
 * Mon Dec 14 2020 Shreenidhi Shedi <sshedi@vmware.com> 1.0.2-1
 - Initial version