Index: work/OS/Fedora/pcb-rnd.spec =================================================================== --- work/OS/Fedora/pcb-rnd.spec (revision 19007) +++ work/OS/Fedora/pcb-rnd.spec (revision 19008) @@ -1,7 +1,7 @@ # Build with --debug (1) or --symbols (0) -%global debug 0 -%global plugindir %{_usr}/lib/%{name}/plugins -%global rpm_has_recommends %(rpm --version | awk -e '{print ($3 > 4.12)}') +%global configure_debug 0 +%global plugindir %{_usr}/lib/%{name}/plugins +%global rpm_has_recommends %(rpm --version | awk -e '{print ($3 > 4.12)}') #%%global svn 15165 Name: pcb-rnd Version: 2.0.1 @@ -230,7 +230,7 @@ --plugin-lib_netmap --plugin-lib_hid_common --plugin-io_hyp --plugin-cam --plugin-puller \ --plugin-import_fpcb_nl --plugin-io_pcb --plugin-distalign --plugin-export_openscad --plugin-jostle \ --plugin-autoroute --plugin-io_autotrax --plugin-vendordrill --plugin-export_gerber \ -%if %{debug} == 1 +%if %{configure_debug} == 1 prefix=%{_prefix} --debug %else prefix=%{_prefix} --symbols