diff --git a/python-sphinx-basic-ng.spec b/python-sphinx-basic-ng.spec new file mode 100644 index 0000000..7fd22e2 --- /dev/null +++ b/python-sphinx-basic-ng.spec @@ -0,0 +1,50 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name sphinx-basic-ng +%global source_name sphinx_basic_ng + +Name: python-%{pypi_name} +Version: 1.0.0b2 +Release: 1 +Summary: A modernised skeleton for Sphinx themes. + +License: MIT +URL: https://github.com/pradyunsg/sphinx-basic-ng +Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-virtualenv +BuildRequires: python3-poetry-core + +%description +A modernised skeleton for Sphinx themes. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +%description -n python3-%{pypi_name} +domdf-python-tools is third-party Python library. + +%prep +%autosetup -p1 -n %{source_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%doc README.md +%license LICENSE +%{python3_sitelib}/sphinx_basic_ng*.dist-info/ +%{python3_sitelib}/sphinx_basic_ng + +%changelog +* Fri Jul 28 2023 zoujiancang - 1.0.0b2-1 +- Initial package + diff --git a/sphinx_basic_ng-1.0.0b2.tar.gz b/sphinx_basic_ng-1.0.0b2.tar.gz new file mode 100644 index 0000000..5661580 Binary files /dev/null and b/sphinx_basic_ng-1.0.0b2.tar.gz differ