SPECS: inkscape.spec - unified bcond names (gnomeprint, gnomevfs)

qboosh qboosh at pld-linux.org
Sun Nov 19 22:16:04 CET 2006


Author: qboosh                       Date: Sun Nov 19 21:16:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified bcond names (gnomeprint, gnomevfs)

---- Files affected:
SPECS:
   inkscape.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/inkscape.spec
diff -u SPECS/inkscape.spec:1.56 SPECS/inkscape.spec:1.57
--- SPECS/inkscape.spec:1.56	Fri Nov 10 02:24:23 2006
+++ SPECS/inkscape.spec	Sun Nov 19 22:15:59 2006
@@ -4,8 +4,8 @@
 #
 # Conditional build
 %bcond_without	xft		# Don't use xft scalable font database
-%bcond_without	gnome_print	# Don't use gnome print font database and spooler frontend
-%bcond_without	gnome_vfs	# Don't use gnome vfs for loading files
+%bcond_without	gnomeprint	# Don't use gnome print font database and spooler frontend
+%bcond_without	gnomevfs	# Don't use gnome vfs for loading files
 %bcond_without	mmx		# Force building without MMX optimazation (Default: auto-detect)
 %bcond_with	inkboard	# Enable inkboard support
 %bcond_with	relocation	# Enable binary relocation support
@@ -29,14 +29,14 @@
 BuildRequires:	gcc-c++ >= 3.0
 BuildRequires:	gc-devel >= 6.4
 BuildRequires:	gettext-devel
-%{?with_gnome_vfs:BuildRequires:	gnome-vfs2-devel >= 2.15.2}
+%{?with_gnomevfs:BuildRequires:	gnome-vfs2-devel >= 2.15.2}
 BuildRequires:	gtk+2-devel >= 2:2.9.4
 BuildRequires:	gtkmm-devel >= 2.4
 BuildRequires:	gtkspell-devel >= 2.0.11
 BuildRequires:	intltool >= 0.35.0
 BuildRequires:	lcms-devel >= 1.15
 BuildRequires:	libart_lgpl-devel >= 2.3.10
-%{?with_gnome_print:BuildRequires:	libgnomeprintui-devel >= 2.12.1}
+%{?with_gnomeprint:BuildRequires:	libgnomeprintui-devel >= 2.12.1}
 BuildRequires:	libpng-devel >= 1.2
 BuildRequires:	libsigc++-devel >= 2.0.17
 BuildRequires:	libtool
@@ -50,7 +50,7 @@
 BuildRequires:	zlib-devel
 Requires(post,postun):	shared-mime-info
 Requires:	gc >= 6.4
-%{?with_gnome_vfs:Requires:	gnome-vfs2 >= 2.15.2}
+%{?with_gnomevfs:Requires:	gnome-vfs2 >= 2.15.2}
 Requires:	gtk+2 >= 2:2.9.4
 Requires:	perl-XML-XQL
 Buildroot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,9 +77,9 @@
 %{__autoconf}
 %configure \
 	%{!?with_xft: --without-xft} \
-	%{!?with_gnome_print:--without-gnome-print} \
-	%{?with_gnome_print:--with-gnome-print} \
-	%{!?with_gnome_vfs:--without-gnome-vfs} \
+	%{!?with_gnomeprint:--without-gnome-print} \
+	%{?with_gnomeprint:--with-gnome-print} \
+	%{!?with_gnomevfs:--without-gnome-vfs} \
 	%{!?with_mmx:--disable-mmx} \
 	%{?with_relocation:--enable-binreloc} \
 	%{?with_inkboard:--enable-inkboard} \
@@ -141,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/11/19 21:15:59  qboosh
+- unified bcond names (gnomeprint, gnomevfs)
+
 Revision 1.56  2006/11/10 01:24:23  wolf
 - 0.44.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/inkscape.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list