]> git.pld-linux.org Git - packages/remmina.git/commitdiff
drop useless bcond for (unconditional) exec plugin
authorJan Palus <atler@pld-linux.org>
Wed, 7 Jun 2023 20:20:47 +0000 (22:20 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 7 Jun 2023 20:20:47 +0000 (22:20 +0200)
remmina.spec

index b4d204d8e3ce0b6eef3c50d615188bc6bfe1dad5..0c232fe75e23f70977ade386d16504a2f8adcd47 100644 (file)
@@ -2,7 +2,6 @@
 # note: disabling plugins will still build them if deps are met
 #
 # Conditional build:
-%bcond_without exec            # do not build exec plugin
 %bcond_without rdp             # do not build rdp plugin
 %bcond_without secret          # do not build secret plugin
 %bcond_without spice           # do not build spice plugin
@@ -264,11 +263,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/cmake/%{name}
 %{_libdir}/cmake/%{name}/*.cmake
 
-%if %{with exec}
 %files plugins-exec
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/remmina/plugins/remmina-plugin-exec.so
-%endif
 
 %files plugins-python_wrapper
 %defattr(644,root,root,755)
This page took 0.151109 seconds and 4 git commands to generate.