]> git.pld-linux.org Git - packages/vice.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:52 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vice.spec -> 1.7

vice.spec

index 92271ca83dcb3dbbd1c62e5a04bef78fe9cbf518..f334d1d455c2036c1d7d5ca4a89b6aaceb441eac 100644 (file)
--- a/vice.spec
+++ b/vice.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# bcond_off_gnome - without GNOME support
+# _without_gnome - without GNOME support
 #
 Summary:       Commodore emulator
 Summary(pl):   Emulator Commodore
@@ -23,7 +23,7 @@ BuildRequires:        bison
 BuildRequires: esound-devel
 BuildRequires: flex
 BuildRequires: gettext-devel
-%{!?bcond_off_gnome:BuildRequires:     gnome-libs-devel}
+%{!?_without_gnome:BuildRequires:      gnome-libs-devel}
 BuildRequires: libpng-devel
 BuildRequires: readline-devel
 BuildRequires: texinfo
@@ -62,7 +62,7 @@ automake -a -c
        --with-x \
        --enable-fullscreen \
        --without-xaw3d \
-       %{!?bcond_off_gnome:--enable-gnomeui} \
+       %{!?_without_gnome:--enable-gnomeui} \
        --enable-nls \
        --without-included-gettext
 %{__make}
This page took 0.035088 seconds and 4 git commands to generate.