init package python-ablog-0.11.4.post1.

This commit is contained in:
mengzhaoa 2023-07-27 18:13:20 +08:00
parent 198919493c
commit 0affb3c506
2 changed files with 45 additions and 0 deletions

BIN
ablog-0.11.4.post1.tar.gz Normal file

Binary file not shown.

45
python-ablog.spec Normal file
View File

@ -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 <mengzhaoa@isoftstone.com> - 0.11.4.post1-1
- Init package python3-ablog of version 0.11.4.post1