From: Jakub Bogusz Date: Sat, 28 Dec 2002 20:55:07 +0000 (+0000) Subject: - moved bcond defs on top (so _without_gnome is sufficient) X-Git-Tag: auto/ac/libglade-0_17-16~7 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=33ffe4aee1d02a50a251a9182d8d400d0bab6a8e;p=packages%2Flibglade.git - moved bcond defs on top (so _without_gnome is sufficient) Changed files: libglade.spec -> 1.66 --- diff --git a/libglade.spec b/libglade.spec index 668ba0d..45ed128 100644 --- a/libglade.spec +++ b/libglade.spec @@ -7,6 +7,10 @@ # _without_gnomedb - without gnomedb libs # and w/o gnomedb support in libglade-config # +%if %{?_without_gnome:1}%{!?_without_gnome:0} +%define _without_bonobo 1 +%define _without_gnomedb 1 +%endif Summary: libglade library Summary(es): El libglade permite que usted cargue archivos del interfaz del glade Summary(pl): Biblioteka do ³adowania definicji interfejsu generowanego programem glade @@ -44,12 +48,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _gtkdocdir %{_defaultdocdir}/gtk-doc/html -%if %{?_without_gnome:1}%{!?_without_gnome:0} -%define _without_bonobo 1 -%define _without_gnomedb 1 -%endif - - %description The libglade library allows you to load user interfaces which are stored externally into your program. This allows for alteration of the