Enabled debuginfo packages again.
* gimp.spec.in: Enabled debuginfo packages again.
This commit is contained in:
parent
df108404a1
commit
2b161223c7
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-10-08 Ville Pätsi <drc@gimp.org>
|
||||
|
||||
* gimp.spec.in: Enabled debuginfo packages again.
|
||||
|
||||
2003-10-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimp-edit.c (gimp_edit_fill_internal): new utility
|
||||
|
|
|
|||
|
|
@ -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 <drc@gimp.org>
|
||||
- Enabled debug packages again.
|
||||
|
||||
* Mon Sep 08 2003 Ville Pätsi <drc@gimp.org>
|
||||
- Remove *gck* since that is no longer installed by the source
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue