diff --git a/ChangeLog b/ChangeLog index 7cda4d4875..ef79ec2d3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Ville Pätsi + + * gimp.spec.in: Removed post install processing to finally completely + disable stripping. + 2003-09-28 Sven Neumann * app/core/gimpscanconvert.c (gimp_scan_convert_free) diff --git a/gimp.spec.in b/gimp.spec.in index fb9b2da6c2..c94731257b 100644 --- a/gimp.spec.in +++ b/gimp.spec.in @@ -4,6 +4,7 @@ %define prefix /usr %define sysconfdir /etc %define debug_package %{nil} +%define __os_install_post %{nil} Summary: The GNU Image Manipulation Program Name: gimp @@ -23,6 +24,13 @@ Requires: libart_lgpl >= 2.0 Requires: fontconfig >= @FONTCONFIG_REQUIRED_VERSION@ Requires: gimp-print >= @GIMPPRINT_REQUIRED_VERSION@ Requires: gtkhtml2 >= @GTKHTML2_REQUIRED_VERSION@ +Requires: librsvg2 >= 2.0 +BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@ +BuildRequires: fontconfig-devel >= @FONTCONFIG_REQUIRED_VERSION@ +BuildRequires: libart_lgpl-devel >= 2.0 +BuildRequires: gimp-print-devel >= @GIMPPRINT_REQUIRED_VERSION@ +BuildRequires: librsvg2-devel >= 2.0 +BuildRequires: gtkhtml2-devel >= @GTKHTML2_REQUIRED_VERSION@ Source: ftp://ftp.gimp.org/pub/gimp/v%{subver}/%{name}-%{ver}.tar.bz2 %description