Compare commits
10 Commits
4836bbec2b
...
6252f0dd6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6252f0dd6f | ||
|
|
d146aab3a2 | ||
|
|
3f659250fe | ||
|
|
43c9c05cc6 | ||
|
|
70f446bf7c | ||
|
|
27a6e08aff | ||
|
|
46c4ac1d4c | ||
|
|
81d90e671f | ||
|
|
8d01afd7da | ||
|
|
3012976256 |
BIN
py3c-1.2.tar.gz
BIN
py3c-1.2.tar.gz
Binary file not shown.
27
py3c.spec
27
py3c.spec
@ -1,15 +1,14 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: py3c
|
Name: py3c
|
||||||
Version: 1.2
|
Version: 1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Guide and compatibility macros for porting extensions to Python 3
|
Summary: Guide and compatibility macros for porting extensions to Python 3
|
||||||
|
|
||||||
# Licences differ for subpackages
|
# Licences differ for subpackages
|
||||||
License: MIT and CC-BY-SA
|
License: MIT and CC-BY-SA-3.0
|
||||||
URL: http://py3c.readthedocs.io/
|
URL: http://py3c.readthedocs.io/
|
||||||
Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/encukou/%{name}/archive/refs/tags/v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-sphinx_rtd_theme gcc
|
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-sphinx_rtd_theme gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,7 +33,7 @@ Because py3c is a header-only library, there is no matching run-time package.
|
|||||||
|
|
||||||
%package help
|
%package help
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: CC-BY-SA
|
License: CC-BY-SA-3.0
|
||||||
Summary: Guide for porting C extensions to Python 3
|
Summary: Guide for porting C extensions to Python 3
|
||||||
|
|
||||||
Requires: python3-sphinx_rtd_theme
|
Requires: python3-sphinx_rtd_theme
|
||||||
@ -53,7 +52,6 @@ make %{?_smp_mflags} doc SPHINXBUILD=sphinx-build-3
|
|||||||
# unbundle fonts provided by the theme package
|
# unbundle fonts provided by the theme package
|
||||||
bundledfonts=doc/build/html/_static/fonts
|
bundledfonts=doc/build/html/_static/fonts
|
||||||
themefonts=%{python3_sitelib}/sphinx_rtd_theme/static/fonts
|
themefonts=%{python3_sitelib}/sphinx_rtd_theme/static/fonts
|
||||||
rm -rv $bundledfonts
|
|
||||||
ln -s $themefonts $bundledfonts
|
ln -s $themefonts $bundledfonts
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -80,5 +78,20 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc
|
|||||||
%doc %{_pkgdocdir}/
|
%doc %{_pkgdocdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 13 2024 wangkai <13474090681@163.com> - 1.4-2
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Fri Apr 07 2023 Ge Wang <wangge20@h-partners.com> - 1.4-1
|
||||||
|
- Update to version 1.4
|
||||||
|
|
||||||
|
* Mon Nov 14 2022 caodongxia <caodongxia@h-partners.com> - 1.2-4
|
||||||
|
- Modify invalid source
|
||||||
|
|
||||||
|
* Wed May 11 2022 houyingchao <houyingchao@h-partners.com> - 1.2-3
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Tue Jan 11 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 1.2-2
|
||||||
|
- %build bundledfonts not exist
|
||||||
|
|
||||||
* Fri Jul 31 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.2-1
|
* Fri Jul 31 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.2-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
v1.4.tar.gz
Normal file
BIN
v1.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user