OBS User unknown
2008-03-06 01:38:40 +00:00
committed by Git OBS Bridge
parent 24cfa94a53
commit c263d9cb88
4 changed files with 24 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gimp (Version 2.4.0)
# spec file for package gimp (Version 2.4.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -10,12 +10,13 @@
# norootforbuild
Name: gimp
#!BuildIgnore: sendmail
BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gnome-common gnutls-devel gtk-doc hal-devel intltool libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files
Url: http://www.gimp.org/
Version: 2.4.0
Release: 35
Version: 2.4.5
Release: 1
License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors
Suggests: AdobeICCProfiles
@@ -872,7 +873,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f plugins.list
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog* NEWS* README*
%doc AUTHORS COPYING ChangeLog* LICENSE NEWS* README
%{_bindir}/gimp
%{_bindir}/gimp-*
%{_libdir}/*.so.*
@@ -904,6 +905,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%doc README.i18n
%{_bindir}/gimptool*
%{_datadir}/aclocal/*.m4
%{_includedir}/*
@@ -916,6 +918,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Mon Mar 03 2008 sbrabec@suse.cz
- Updated to version 2.4.5:
* many fixes
* many corrections
* translation updates
* See NEWS for details.
* Wed Jan 30 2008 sbrabec@suse.cz
- Split plugins requiring python-gtk into a separate package
(bnc#339862).