diff --git a/ablog-0.11.4.post1.tar.gz b/ablog-0.11.4.post1.tar.gz new file mode 100644 index 0000000..6953364 Binary files /dev/null and b/ablog-0.11.4.post1.tar.gz differ diff --git a/python-ablog.spec b/python-ablog.spec new file mode 100644 index 0000000..983b7e8 --- /dev/null +++ b/python-ablog.spec @@ -0,0 +1,45 @@ +Name: python-ablog +Version: 0.11.4.post1 +Release: 1 +Summary: A Sphinx extension that converts any documentation or personal website project into a full-fledged blog. + +License: MIT +URL: https://codeload.github.com/shopkeep/ablog +Source0: https://codeload.github.com/shopkeep/ablog/archive/%{version}.tar.gz#/ablog-%{version}.tar.gz +BuildArch: noarch + +%description +%{summary} + +%package -n python3-ablog +Summary: %{summary} + +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel + +%description -n python3-ablog +ablog provides cross platform hidden file detection. + +%prep +%autosetup -n ablog-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-ablog +%license LICENSE.rst +%doc README.rst +%{python3_sitelib}/ablog-*dist-info/ +%{python3_sitelib}/ablog/ +%{_bindir}/ablog + +%changelog +* Mon Jul 31 2023 mengzhaoa - 0.11.4.post1-1 +- Init package python3-ablog of version 0.11.4.post1