The package rpms/gst-vosk.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/gst-vosk.git/commit/?id=7c02fd01ec5a....
Change: +ExclusiveArch: x86_64 aarch64 ppc64le
Thanks.
Full change: ============
commit 7c02fd01ec5ab631f88821294496144372cf6981 Author: matiwari matiwari@redhat.com Date: Fri Dec 27 12:56:50 2024 +0530
Initial import (fedora#2309810).
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5693b01 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/0.3.1.tar.gz diff --git a/gst-vosk.spec b/gst-vosk.spec new file mode 100644 index 0000000..4ae322e --- /dev/null +++ b/gst-vosk.spec @@ -0,0 +1,44 @@ +Name: gst-vosk +Version: 0.3.1 +Release: 1%{?dist} +Summary: GStreamer plugin for VOSK voice recognition engine +# gst-vosk has build dependency on vosk-api-devel which depends on 64-bit systems +ExclusiveArch: x86_64 aarch64 ppc64le +License: LGPL-2.1-only +URL: https://github.com/PhilippeRo/gst-vosk +Source0: https://github.com/PhilippeRo/gst-vosk/archive/refs/tags/%%7Bversion%7D.tar.... + +BuildRequires: meson +BuildRequires: gcc +BuildRequires: gstreamer1-devel +BuildRequires: glib2-devel +BuildRequires: gettext +BuildRequires: vosk-api-devel + +Requires: vosk-api-devel + +%description +GStreamer plugin for VOSK voice recognition engine + +%prep +%autosetup +# remove prebuilt libvosk +rm -f vosk/libvosk.so +sed -i "/install_data('libvosk.so', install_dir : get_option('libdir'))/d" vosk/meson.build + +%build +%meson +%meson_build + +%install +%meson_install +%find_lang %{name} + +%files -f %{name}.lang +%license COPYING +%doc AUTHORS README.md +%{_libdir}/gstreamer-1.0/libgstvosk.so + +%changelog +* Fri Dec 20 2024 Manish Tiwari matiwari@redhat.com 0.3.1-1 +- Initial release of the package diff --git a/sources b/sources new file mode 100644 index 0000000..751b01a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (0.3.1.tar.gz) = badd61d700a0d5a9ef9f24ca4273db870df0df3688cc076a42032eeb72c5609afcb16f35fe1181c3a26092668131ae13bf7f8061c6c6c4f09a43f078f0b13f16
arch-excludes@lists.fedoraproject.org