From 2b161223c7e5a19ffa796d7ad9f3d2301777d481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20P=C3=A4tsi?= Date: Wed, 8 Oct 2003 18:17:05 +0000 Subject: [PATCH] Enabled debuginfo packages again. * gimp.spec.in: Enabled debuginfo packages again. --- ChangeLog | 4 ++++ gimp.spec.in | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01cd3c7b43..d6d30abc12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-08 Ville Pätsi + + * gimp.spec.in: Enabled debuginfo packages again. + 2003-10-08 Michael Natterer * app/core/gimp-edit.c (gimp_edit_fill_internal): new utility diff --git a/gimp.spec.in b/gimp.spec.in index 2d1a66246c..d3dac2b017 100644 --- a/gimp.spec.in +++ b/gimp.spec.in @@ -3,8 +3,6 @@ %define ver @VERSION@ %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 +21,7 @@ Requires: gtk2 >= @GTK_REQUIRED_VERSION@ Requires: libart_lgpl >= 2.0 Requires: fontconfig >= @FONTCONFIG_REQUIRED_VERSION@ Requires: gimp-print >= @GIMPPRINT_REQUIRED_VERSION@ +Conflicts: gimp-print >= @GIMPPRINT_TOONEW_VERSION@ Requires: gtkhtml2 >= @GTKHTML2_REQUIRED_VERSION@ Requires: librsvg2 >= @RSVG_REQUIRED_VERSION@ BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@ @@ -94,7 +93,6 @@ fi make %install -export DONT_STRIP=1 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{prefix}/info $RPM_BUILD_ROOT/%{prefix}/include \ $RPM_BUILD_ROOT/%{prefix}/lib $RPM_BUILD_ROOT/%{prefix}/bin @@ -229,6 +227,9 @@ cat gimp-plugin-files gimp-tips-files > gimp.files %{prefix}/share/gtk-doc/html/libgimpwidgets %changelog +* Wed Oct 08 2003 Ville Pätsi +- Enabled debug packages again. + * Mon Sep 08 2003 Ville Pätsi - Remove *gck* since that is no longer installed by the source