]> git.pld-linux.org Git - packages/gtkmm.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:22 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtkmm.spec -> 1.28

gtkmm.spec

index dcc183b82baeccef3931a70cee4601ec8b10faf9..8e7b486acdf383f062baf1dcaef4a91425e9550c 100644 (file)
@@ -11,7 +11,7 @@ Source0:      ftp://download.sourceforge.net/pub/sourceforge/gtkmm/%{name}-%{version}
 URL:           http://gtkmm.sourceforge.net/
 Requires:      cpp
 BuildRequires: esound-devel
-%{!?bcond_off_gnome:BuildRequires:     gnome-libs-devel}
+%{!?_without_gnome:BuildRequires:      gnome-libs-devel}
 BuildRequires: gtk+-devel
 BuildRequires: imlib-devel
 BuildRequires: libstdc++-devel
@@ -76,7 +76,7 @@ autoconf
 CXXFLAGS="%{rpmcflags} -fno-exceptions"
 %configure \
        --enable-static=yes \
-       %{?bcond_off_gnome:--without-gnome}
+       %{?_without_gnome:--without-gnome}
 
 %{__make}
 
This page took 0.035219 seconds and 4 git commands to generate.