diff --git a/py3c.spec b/py3c.spec index 4a029ee..b0249db 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,7 +2,7 @@ Name: py3c Version: 1.2 -Release: 1 +Release: 2 Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -53,7 +53,6 @@ make %{?_smp_mflags} doc SPHINXBUILD=sphinx-build-3 # unbundle fonts provided by the theme package bundledfonts=doc/build/html/_static/fonts themefonts=%{python3_sitelib}/sphinx_rtd_theme/static/fonts -rm -rv $bundledfonts ln -s $themefonts $bundledfonts %check @@ -80,5 +79,8 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Tue Jan 11 2022 xigaoxinyan - 1.2-2 +- %build bundledfonts not exist + * Fri Jul 31 2020 yang_zhuang_zhuang - 1.2-1 - package init