]> git.pld-linux.org Git - packages/sodipodi.git/commitdiff
- added gnome-killing bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Feb 2004 20:21:47 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sodipodi.spec -> 1.59

sodipodi.spec

index 2e5bc296d21266b8eeea8e2b2dd7cbf890fc9d30..cd984689d9e2bb1d951cba90c9f37bd3a8f6b3fb 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without gnome   # without gnome-print support
+#
 Summary:       A GNOME Vector Graphics Application
 Summary(pl):   Aplikacja do grafiki wektorowej dla GNOME
 Name:          sodipodi
@@ -16,7 +20,7 @@ BuildRequires:        gettext-devel
 BuildRequires: freetype-devel
 BuildRequires: gtk+2-devel >= 2.0.0
 BuildRequires: libart_lgpl-devel >= 2.3.10
-BuildRequires: libgnomeprint-devel >= 2.0.0
+%{?with_gnome:BuildRequires:   libgnomeprint-devel >= 2.0.0}
 BuildRequires: libpng-devel
 BuildRequires: libxml2-devel >= 2.4.24
 BuildRequires: pkgconfig
@@ -39,7 +43,7 @@ Sodipodi jest og
 
 %build
 %configure \
-       --with-gnome-print
+       %{?with_gnome:--with-gnome-print}
 
 %{__make}
 
This page took 0.090202 seconds and 4 git commands to generate.