14
0

Accepting request 1206651 from home:jirislaby:branches:devel:languages:python

- switch to cmake + ninja
  * the former builds a proper lib
- package the shared library, fasttext binary and -devel properly
  (create new %package's for those)
- add patches to fit our needs:
  * no-static-lib.patch
  * proper-lib-dir.patch
  * py-link-against-shared.patch

OBS-URL: https://build.opensuse.org/request/show/1206651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasttext?expand=0&rev=11
This commit is contained in:
2024-10-11 00:39:33 +00:00
committed by Git OBS Bridge
parent 39d11ff019
commit db96e3713d
5 changed files with 165 additions and 16 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 10 05:20:36 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- switch to cmake + ninja
* the former builds a proper lib
- package the shared library, fasttext binary and -devel properly
(create new %package's for those)
- add patches to fit our needs:
* no-static-lib.patch
* proper-lib-dir.patch
* py-link-against-shared.patch
-------------------------------------------------------------------
Fri Apr 21 12:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com>