59 lines
1.4 KiB
RPMSpec
59 lines
1.4 KiB
RPMSpec
Name: python-ablog
|
|
Version: 0.11.4.post1
|
|
Release: 2
|
|
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
|
|
|
|
# for test
|
|
BuildRequires: python3-pytest
|
|
BuildRequires: python3-docutils
|
|
BuildRequires: python3-sphinx
|
|
BuildRequires: python3-dateutil
|
|
BuildRequires: python3-feedgen
|
|
|
|
%description -n python3-ablog
|
|
ablog provides cross platform hidden file detection.
|
|
|
|
%prep
|
|
%autosetup -n ablog-%{version}
|
|
|
|
%build
|
|
%pyproject_build
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
%check
|
|
%pytest
|
|
|
|
%files -n python3-ablog
|
|
%license LICENSE.rst
|
|
%doc README.rst
|
|
%{python3_sitelib}/ablog-*dist-info/
|
|
%{python3_sitelib}/ablog/
|
|
%{_bindir}/ablog
|
|
|
|
%changelog
|
|
* Wed Sep 13 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.11.4.post1-2
|
|
- Start self-test of software package
|
|
|
|
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.11.4.post1-1
|
|
- Init package python3-ablog of version 0.11.4.post1
|