From 37db9408ff565bcf2bdc14708c7afadfbbe1ebf2 Mon Sep 17 00:00:00 2001 From: Krzysztof Mrozowicz Date: Mon, 11 Oct 2021 22:27:07 +0000 Subject: [PATCH] - enabling webhelper plugin only for x86_64 --- geany-plugins.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geany-plugins.spec b/geany-plugins.spec index 672522a..e4a242e 100644 --- a/geany-plugins.spec +++ b/geany-plugins.spec @@ -1010,10 +1010,12 @@ rm -rf $RPM_BUILD_ROOT %doc vimode/{AUTHORS,ChangeLog,NEWS,README} %attr(755,root,root) %{_libdir}/geany/vimode.so +%ifarch %{x8664} %files webhelper %defattr(644,root,root,755) %doc webhelper/{AUTHORS,ChangeLog,NEWS,README} %attr(755,root,root) %{_libdir}/geany/webhelper.so +%endif %files workbench %defattr(644,root,root,755) -- 2.43.0