From 0590e2fd876f47d6c24fb9dba3063c982345ad62 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 24 Apr 2007 10:06:22 +0000 Subject: [PATCH] don't BuildRequire gimp-print/gutenprint anymore --- gimp.spec | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gimp.spec b/gimp.spec index fb30c43..136d92d 100644 --- a/gimp.spec +++ b/gimp.spec @@ -74,11 +74,6 @@ BuildRequires: libXt-devel %else BuildRequires: xorg-x11-devel %endif -%if %_enable_gutenprint -BuildRequires: gutenprint-devel >= 5.0.0 -%else -BuildRequires: gimp-print-devel >= 4.2.0 -%endif BuildRequires: automake >= 1.7 BuildRequires: autoconf >= 2.54 BuildRequires: libtool >= 1.5 @@ -95,11 +90,6 @@ Requires: glib2 >= 2.4.8 Requires: gtk2 >= 2.4.14 Requires: pango >= 1.6.0 Requires: fontconfig >= 2.2.0 -%if %_enable_gutenprint -Requires: gutenprint >= 5.0.0 -%else -Requires: gimp-print >= 4.2.0 -%endif Requires(post): /usr/bin/update-desktop-database Requires(post): hicolor-icon-theme Requires(postun): /usr/bin/update-desktop-database @@ -153,7 +143,7 @@ LCMS support: %_enable_lcms Python support: %_enable_python MP support: %_enable_mp build static libs: %_enable_static -build print plugin: %_enable_print +build internal print plugin: %_enable_print include convenience symlinks: %_enable_convenience @@ -451,6 +441,8 @@ fi - don't crash in the Compressor plug-in if files can't be opened (bug #422444) - fixed sensitivity of input fields in the Lighting plug-in (bug #359833) +- don't BuildRequire gimp-print/gutenprint anymore + * Mon Mar 26 2007 Nils Philippsen - 2:2.2.13-3 - use gutenprint per default for current development/future distribution versions (Fedora >= 7, RHEL >= 6)