summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-tokenizers.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-tokenizers.spec b/python-tokenizers.spec
index a8ee18a..f194244 100644
--- a/python-tokenizers.spec
+++ b/python-tokenizers.spec
@@ -68,6 +68,7 @@ cd ./bindings/python
%install
cd ./bindings/python
%pyproject_install
+cd ../../
# help pkg files:
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
@@ -92,6 +93,7 @@ mv %{buildroot}/doclist.lst .
%changelog
* Mon Apr 15 2024 YunShu
-- add help subpackage
+- add help subpackage\
+
* Sun Mar 31 2024 YunShu
- add tokenizers 0.15.0